#
d89d149e |
| 16-Jan-2017 |
Andrey Andreev |
Disallow non-crypto hashes in HMAC and PBKDF2 For this purpose add is_crypto flag to php_hash_ops.
|
#
4bf7ef08 |
| 11-Jan-2017 |
Andrey Andreev |
Add hash_hkdf()
|
Revision tags: php-5.6.29RC1, php-7.0.14RC1, php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38, php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2, php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1 |
|
#
90dcbbe3 |
| 17-Oct-2015 |
Libor M |
Fixed bug #46564 bcmod() no longer truncates fractionals to integers. This matches the behavior of fmod(). It also matches the behavior of bcpowmod(). It also matches the behavior of
Fixed bug #46564 bcmod() no longer truncates fractionals to integers. This matches the behavior of fmod(). It also matches the behavior of bcpowmod(). It also matches the behavior of bcmod() in HHVM.
show more ...
|
#
2fed1757 |
| 07-Jan-2017 |
Anatol Belski |
update UPGRADING
|
#
80a5ae4f |
| 07-Jan-2017 |
Anatol Belski |
fix wrong version
|
#
49a0c166 |
| 07-Jan-2017 |
Anatol Belski |
extend UPGRADING
|
#
f8518ba1 |
| 06-Jan-2017 |
Anatol Belski |
fix typo
|
#
71e84e2c |
| 06-Jan-2017 |
Anatol Belski |
fix typo
|
#
dccfd8ee |
| 06-Jan-2017 |
Anatol Belski |
update NEWS and UPGRADING
|
#
15161321 |
| 06-Jan-2017 |
Anatol Belski |
update NEWS and UPGRADING
|
#
c832ab4d |
| 06-Jan-2017 |
Christoph M. Becker |
Update UPGRADING wrt. PR 1303
|
#
500b496f |
| 24-Jul-2016 |
Christoph M. Becker |
Implement #69606: Support BMPs (added in GD 2.1.0) We add PHP bindings for libgd's features to read and write BMP files, which are available as of libgd 2.1.0. As PHP's bundled
Implement #69606: Support BMPs (added in GD 2.1.0) We add PHP bindings for libgd's features to read and write BMP files, which are available as of libgd 2.1.0. As PHP's bundled libgd doesn't yet include the respective features of the external libgd, we add these.
show more ...
|
#
eb25e149 |
| 30-Dec-2016 |
Adam Harvey |
Document the changes to lexical scoping in 7.1. Fixes bug #73844 (Cannot use lexical variable $variable as a parameter name inside array_walk()).
|
#
f5bf19ee |
| 30-Dec-2016 |
Christoph M. Becker |
Update UPGRADING wrt. bug #72785
|
#
5e6faf23 |
| 21-Dec-2016 |
Anatol Belski |
add UPGRADING and NEWS items
|
#
7774fd19 |
| 20-Dec-2016 |
Yasuo Ohgaki |
Update NEWS and UPGRADING
|
#
59bf7f90 |
| 18-Dec-2016 |
Anatol Belski |
extend UPGRADING
|
#
577b081a |
| 15-Dec-2016 |
Yasuo Ohgaki |
Add missing UPGRADING entry. Manual is updated before 7.0 release.
|
#
1da589ee |
| 13-Dec-2016 |
Leigh |
Update NEWS/UPGRADING for mcrypt
|
#
e15733f0 |
| 04-Dec-2016 |
Tobias Schultze |
Fix session upgrade documentation
|
#
02cecc0f |
| 27-Nov-2016 |
Jakub Zelenka |
Update UPGRADING with info about AEAD changes in openssl_(en|de)crypt
|
#
35a3c6e2 |
| 25-Nov-2016 |
Anatol Belski |
fix spelling
|
#
714ded80 |
| 25-Nov-2016 |
Anatol Belski |
update UPGRADING
|
#
78f2bce6 |
| 05-Nov-2016 |
Craig Duncan |
Added a note in UPGRADING about the new count() warning
|
#
7f196e32 |
| 17-Nov-2016 |
Yasuo Ohgaki |
Fix bug #71038 - session_start() returns true even when it failed PR #2167
|