#
7810659c |
| 09-Mar-2015 |
Nikita Popov |
Removed deprecated mcrypt_ecb() etc |
#
c488a457 |
| 09-Mar-2015 |
Nikita Popov |
Remove deprecated mcrypt_generic_end() alias |
Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1 |
|
#
a81e65a5 |
| 10-Sep-2014 |
Nikita Popov |
Remove xsl.security_prefs ini option Conflicts: ext/xsl/php_xsl.c ext/xsl/xsltprocessor.c |
#
b5184ef3 |
| 09-Mar-2015 |
Nikita Popov |
Remove unsafe curl file uploads The option CURLOPT_SAFE_UPLOAD still exists, but cannot be disabled. |
#
711ee5e4 |
| 09-Mar-2015 |
Xinchen Hui |
Update NEWs |
#
b0ec8dfd |
| 09-Mar-2015 |
Xinchen Hui |
Update news |
#
fa72f1ea |
| 18-Feb-2015 |
Masaki Kagaya |
added missing parentheses added test case for bug #68846 replaced tab with space added missing parentheses again See also: http://icu-project.org/docs/papers/gb18030.html#h7 |
#
a8da0a96 |
| 09-Mar-2015 |
Stanislav Malyshev |
Merge branch 'pull-request/1104' into PHP-5.5 * pull-request/1104: Fix #63486
|
#
43b426fb |
| 09-Mar-2015 |
Stanislav Malyshev |
Merge branch 'pull-request/1106' into PHP-5.5 * pull-request/1106: Fix #67626
|
#
33ef5c47 |
| 09-Mar-2015 |
Stanislav Malyshev |
Merge branch 'pull-request/1135' * pull-request/1135: Return void like other functions Use zend_parse_parameters_none() Implemented FR #45235 A way to clear or reset the re
Merge branch 'pull-request/1135' * pull-request/1135: Return void like other functions Use zend_parse_parameters_none() Implemented FR #45235 A way to clear or reset the results for error_get_last()
show more ...
|
#
1446bf5e |
| 08-Mar-2015 |
Stanislav Malyshev |
Adding notes regarding implementation of FR #69089 |
#
0b7896cc |
| 07-Mar-2015 |
Dmitry Stogov |
Restored incorrectly merged NEWS |
#
0928bad9 |
| 06-Mar-2015 |
Daniel Lowrey |
Fixed bug #69197 (openssl_pkcs7_sign handles default value incorrectly) |
#
1236a307 |
| 06-Mar-2015 |
Tjerk Meesters |
Merge branch 'PHP-5.6' * PHP-5.6: Fixed bug #68917 (parse_url fails on some partial urls) Update test to run locally instead of remotely
|
#
469b5a95 |
| 06-Mar-2015 |
Tjerk Meesters |
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: Fixed bug #68917 (parse_url fails on some partial urls)
|
#
d7fb52ea |
| 06-Mar-2015 |
Tjerk Meesters |
Fixed bug #68917 (parse_url fails on some partial urls) |
#
10bc5fd4 |
| 06-Mar-2015 |
Daniel Lowrey |
Fixed bug (#69195 Inconsistent stream crypto values across versions) PHP 5.6.0 altered the semantics of the following constants: - STREAM_CRYPTO_METHOD_SSLv23_CLIENT - STREAM_CR
Fixed bug (#69195 Inconsistent stream crypto values across versions) PHP 5.6.0 altered the semantics of the following constants: - STREAM_CRYPTO_METHOD_SSLv23_CLIENT - STREAM_CRYPTO_METHOD_SSLv23_SERVER - STREAM_CRYPTO_METHOD_TLS_CLIENT - STREAM_CRYPTO_METHOD_TLS_SERVER Instead of representing the SSLv23_*() handshake methods the v23 constants were changed to allow only SSLv2 or SSLv3 connections. Likewise, the TLS methods were modified from using only the TLSv1 handshake to allowing TLS1,1.1, and 1.2. This created a situation in which users upgrading from previous versions faced a potential security degradation if they did not update code to use different constants. In the interest of compatibility across PHP versions the original semantics have been restored with the following caveat: **IMPORTANT** The SSLv23 client/server methods will no longer negotiate the use of the insecure SSLv2 or SSLv3 protocols by default. Users wishing to allow these protocols must explicitly add them to the method bitmask via the appropriate flags.
show more ...
|
Revision tags: php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE |
|
#
e7df9d71 |
| 23-Aug-2014 |
Chris Wright |
Fix stream_select() issue with OpenSSL buffer Ensure data from OpenSSL internal buffer has been transfered to PHP stream buffer before a select() emulation operation is performed
Fix stream_select() issue with OpenSSL buffer Ensure data from OpenSSL internal buffer has been transfered to PHP stream buffer before a select() emulation operation is performed Addresses bug #65137 https://bugs.php.net/bug.php?id=65137 Conflicts: ext/openssl/xp_ssl.c
show more ...
|
#
33828f00 |
| 05-Mar-2015 |
Ferenc Kovacs |
re-arrange NEWS |
#
d4d05c89 |
| 05-Mar-2015 |
Ferenc Kovacs |
5.6.8 up next |
#
5939de35 |
| 05-Mar-2015 |
Daniel Lowrey |
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: Fix bug #67403 (Add signatureType to openssl_x509_parse) 5.5.24 now Conflicts: configure.in main/p
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: Fix bug #67403 (Add signatureType to openssl_x509_parse) 5.5.24 now Conflicts: configure.in main/php_version.h
show more ...
|
#
94140afa |
| 05-Mar-2015 |
Daniel Lowrey |
Fix bug #67403 (Add signatureType to openssl_x509_parse) |
#
0f334a12 |
| 05-Mar-2015 |
Julien Pauli |
5.5.24 now |
#
56f9dc2d |
| 05-Mar-2015 |
Xinchen Hui |
Update NEWs |
#
f0392255 |
| 05-Mar-2015 |
Xinchen Hui |
Fixed bug #69174 (leaks when unused inner class use traits precedence) |