summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* php-5.6.7php-5.6.7PHP-5.6.7Ferenc Kovacs2015-03-193-7/+20
|
* add test for bug #68976Stanislav Malyshev2015-03-191-0/+37
|
* Fixed bug #68976 - Use After Free Vulnerability in unserialize()Stanislav Malyshev2015-03-192-32/+35
|
* Fix bug #69253 - ZIP Integer Overflow leads to writing past heap boundaryStanislav Malyshev2015-03-191-1/+1
|
* Fix bug #69248 - heap overflow vulnerability in regcomp.cStanislav Malyshev2015-03-191-1/+9
| | | | Merged from https://github.com/garyhouston/regex/commit/70bc2965604b6b8aaf260049e64c708dddf85334
* Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM ↵Stanislav Malyshev2015-03-191-1/+1
| | | | configuration options)
* Fix bug #69207 - move_uploaded_file allows nulls in pathStanislav Malyshev2015-03-191-1/+1
|
* Fix odbc build as sharedRemi Collet2015-03-171-4/+5
| | | | Broken since a41aa46759d20e23af92df00b917ca66c6102412
* Fixed bug (#69195 Inconsistent stream crypto values across versions)Daniel Lowrey2015-03-063-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Really fix zts this timephp-5.6.7RC1Daniel Lowrey2015-03-051-4/+4
|
* rearrange NEWSFerenc Kovacs2015-03-051-9/+9
|
* Merge branch 'PHP-5.6' into PHP-5.6.7Ferenc Kovacs2015-03-052-4/+4
|\ | | | | | | | | | | * PHP-5.6: Fix ZTS Fix ZTS build
| * Fix ZTSDaniel Lowrey2015-03-051-3/+3
| |
| * Merge branch 'PHP-5.5' into PHP-5.6Daniel Lowrey2015-03-051-1/+1
| |\ | | | | | | | | | | | | * PHP-5.5: Fix ZTS build
| | * Fix ZTS buildDaniel Lowrey2015-03-051-1/+1
| | |
* | | 5.6.7RC1Ferenc Kovacs2015-03-053-9/+7
|/ /
* | 5.6.8 up nextFerenc Kovacs2015-03-053-5/+7
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Daniel Lowrey2015-03-054-8/+45
|\ \ | |/ | | | | | | | | | | | | | | | | * PHP-5.5: Fix bug #67403 (Add signatureType to openssl_x509_parse) 5.5.24 now Conflicts: configure.in main/php_version.h
| * Fix bug #67403 (Add signatureType to openssl_x509_parse)Daniel Lowrey2015-03-054-8/+45
| |
| * 5.5.24 nowJulien Pauli2015-03-053-5/+8
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-03-051-1/+5
|\ \ | |/
| * Error also maybe happened hereXinchen Hui2015-03-051-1/+5
| |
* | Revert commit to zend signal by mistakeXinchen Hui2015-03-051-4/+4
| |
* | Update NEWsXinchen Hui2015-03-051-0/+2
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-03-054-6/+42
|\ \ | |/
| * Fixed bug #69174 (leaks when unused inner class use traits precedence)Xinchen Hui2015-03-055-6/+44
| |
* | This test fails with multibyte on because it spewsRasmus Lerdorf2015-03-051-0/+1
| | | | | | | | a conversion error on the bogus file
* | Fixed bug #68265 (SAN match fails with trailing DNS dot)Daniel Lowrey2015-03-044-1/+82
| |
* | Merge branch 'PHP-5.6' of https://github.com/bjori/php-src into PHP-5.6Daniel Lowrey2015-03-041-1/+1
|\ \ | | | | | | | | | | | | * 'PHP-5.6' of https://github.com/bjori/php-src: hexadecimal is case*in*sensitive
| * | hexadecimal is case*in*sensitiveHannes Magnusson2015-03-041-1/+1
| | |
* | | Fixed bug #68879 (IP Address fields in subjectAltNames not used)Daniel Lowrey2015-03-044-22/+109
| | |
* | | Fix broken testDaniel Lowrey2015-03-041-38/+9
|/ /
* | Fixed bug #68920 (use strict peer_fingerprint input checks)Daniel Lowrey2015-03-044-8/+82
| |
* | Fixed bug #69159 (Opcache causes problem when passing a variable variable to ↵Xinchen Hui2015-03-043-2/+24
| | | | | | | | a function)
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-03-031-2/+2
|\ \ | |/
| * Make killing a locker an ERROR eventnathan r. hruby2015-03-031-2/+2
| | | | | | | | | | | | | | | | | | At least in apache, killing a locker with SIGKILL from inside opcache prevents the child process from emitting a corresponding log event to the access or error logs, therefore requests are termed with no record. This makes is incredibly difficult to debug problems espically on systems with high counts of cache restarts. Since INFO level is far too noisy for production use, switch the killing to a higher level so we can see it easier.
* | Merge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6Reeze Xia2015-03-030-0/+0
|\ \ | | | | | | | | | * 'PHP-5.6' of git.php.net:/php-src:
| * \ Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-03-032-9/+18
| |\ \ | | | | | | | | | | | | | | | | * PHP-5.5: Added type checks
| * \ \ Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6Dmitry Stogov2015-03-031-0/+9
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * 'PHP-5.6' of git.php.net:php-src: Update NEWS
| * \ \ \ Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-03-033-27/+46
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Added type checks Fixed bug #67741 (auto_prepend_file messes up __LINE__) Check variable type before its usage as IS_ARRAY. Fixed a bug that header value is not terminated by '\0' when accessed through getenv().
* | \ \ \ \ Merge branch 'PHP-5.5' into PHP-5.6Reeze Xia2015-03-034-46/+76
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | | | | | | | | | | | | * PHP-5.5: Improve fix for bug 67741 Added type checks Added type checks
| * | | | Merge branch 'PHP-5.5' of git.php.net:/php-src into PHP-5.5Reeze Xia2015-03-033-36/+64
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | * 'PHP-5.5' of git.php.net:/php-src: Added type checks Added type checks
| | * | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2015-03-032-9/+18
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Added type checks
| | | * | | Added type checksDmitry Stogov2015-03-032-9/+18
| | | | | |
| | * | | | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Dmitry Stogov2015-03-031-0/+3
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | * 'PHP-5.5' of git.php.net:php-src: Update NEWS
| | * | | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2015-03-033-27/+46
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Added type checks Conflicts: ext/soap/soap.c
| | | * | | Added type checksDmitry Stogov2015-03-033-27/+46
| | | | | |
| * | | | | Improve fix for bug 67741Reeze Xia2015-03-031-10/+12
| | |_|/ / | |/| | | | | | | | | | | | | Thanks to laruence.
* | | | | Merge branch 'PHP-5.5' into PHP-5.6Reeze Xia2015-03-031-0/+9
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Update NEWS Fixed bug #67741 (auto_prepend_file messes up __LINE__) Check variable type before its usage as IS_ARRAY. Fixed a bug that header value is not terminated by '\0' when accessed through getenv(). Conflicts: NEWS
| * | | Update NEWSReeze Xia2015-03-031-0/+3
| |/ /