summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Fixed bug #65018 (SoapHeader problems with SoapServer)Dmitry Stogov2013-07-313-38/+86
| | | | |
| | * | | MFH: fixed #65045: mb_convert_encoding breaks well-formed character.Rui Hirokawa2013-07-315-202/+215
| |/ / /
* | | | Merge branch 'PHP-5.3' into PHP-5.4Andrey Hristov2013-08-080-0/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3Christopher Jones2013-07-222-6/+19
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Johannes Schlüter # Via Christopher Jones (1) and Johannes Schlüter (1) * 'PHP-5.3' of https://git.php.net/repository/php-src: Merge PHP 5.3.27 NEWS add test for bug #65236
* | | | Fixed bug #65336Yasuo Ohgaki2013-07-272-1/+6
| | | |
* | | | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-07-250-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | * 'PHP-5.4' of https://git.php.net/repository/php-src:
| * \ \ \ Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-07-253-1/+352
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.4' of https://git.php.net/repository/php-src: Upper section name Fixed bug #65328 (Segfault when getting SplStack object Value)
* | \ \ \ \ Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-07-257-6/+540
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Xinchen Hui (2) and others # Via Stanislav Malyshev (1) and Xinchen Hui (1) * 'PHP-5.4' of https://git.php.net/repository/php-src: Upper section name Fixed bug #65328 (Segfault when getting SplStack object Value) Fix compiler warning on redefined constant fixed bug #65311 testsuite failure due to incomplete fix to bug28985.phpt fix bug #65028 Phar::buildFromDirectory creates corrupt archives for some specific contents
| * | | | | Upper section nameXinchen Hui2013-07-251-1/+1
| | | | | |
| * | | | | Fixed bug #65328 (Segfault when getting SplStack object Value)Xinchen Hui2013-07-253-1/+352
| |/ / / /
| * | | | Merge branch 'bug65028' into PHP-5.4Stanislav Malyshev2013-07-233-0/+183
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * bug65028: fix bug #65028 Phar::buildFromDirectory creates corrupt archives for some specific contents
| | * | | | fix bug #65028 Phar::buildFromDirectory creates corrupt archives for some ↵Stanislav Malyshev2013-07-223-0/+183
| | | | | | | | | | | | | | | | | | | | | | | | specific contents
| * | | | | Fix compiler warning on redefined constantJohannes Schlüter2013-07-231-3/+3
| | | | | |
| * | | | | fixed bug #65311 testsuite failure due to incomplete fix to bug28985.phptAnatol Belski2013-07-231-2/+2
| | | | | |
* | | | | | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-07-22133-393/+639
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Anatol Belski (8) and others # Via Anatol Belski (2) and others * 'PHP-5.4' of https://git.php.net/repository/php-src: (44 commits) fixed possible null deref - addressed bug #65159, Misleading configure help text for --with-mysql-sock Update news for FILTER_SANITIZE_FULL_SPECIAL_CHARS fix Wrong value for FILTER_SANITIZE_FULL_SPECIAL_CHARS in REGISTER_LONG_CONSTANT Fixed bug #65304 (Use of max int in array_sum) Reorder NEWS Fixed bug #65291 - get_defined_constants() crash with __CLASS__ in trait Fixed bug #65291 - get_defined_constants() crash with __CLASS__ in trait Properly fixed bug #63186 on NetBSD == 6.0 Improve php.ini-* documentation 5.4.19 is next Fixed bug #50308 - session id not appended properly for empty anchor tags Fix bug #62129 - rfc1867 crashes php even though turned off add news for xml fix fix TS build added sapi check for dl() test Make zval2myslqnd implementations aware of inheritance Fixed typo ensuring header str is \0 terminated fix buffer overrun fix invalid variable name at ext/spl/internal/multipleiterator.inc (key() method, too) ...
| * | | | | fixed possible null derefAnatol Belski2013-07-221-3/+5
| |/ / / /
| * | | | - addressed bug #65159, Misleading configure help text for --with-mysql-sockYoshinari Takaoka2013-07-211-1/+1
| | | | |
| * | | | Update news for FILTER_SANITIZE_FULL_SPECIAL_CHARS fixStanislav Malyshev2013-07-211-0/+3
| | | | |
| * | | | Wrong value for FILTER_SANITIZE_FULL_SPECIAL_CHARS in REGISTER_LONG_CONSTANTAndrey2013-07-211-1/+1
| | | | |
| * | | | Fixed bug #65304 (Use of max int in array_sum)Xinchen Hui2013-07-213-11/+12
| | | | |
| * | | | Reorder NEWSXinchen Hui2013-07-211-1/+1
| | | | |
| * | | | Fixed bug #65291 - get_defined_constants() crash with __CLASS__ in traitArpad Ray2013-07-202-2/+8
| | | | | | | | | | | | | | | | | | | | Also fix and test for get_defined_constants(true)
| * | | | Fixed bug #65291 - get_defined_constants() crash with __CLASS__ in traitArpad Ray2013-07-193-0/+31
| | | | |
| * | | | Properly fixed bug #63186 on NetBSD == 6.0Matteo Beccati2013-07-192-1/+4
| | | | |
| * | | | Improve php.ini-* documentationYasuo Ohgaki2013-07-182-2/+2
| | | | |
| * | | | 5.4.19 is nextStanislav Malyshev2013-07-173-8/+12
| | | | |
| * | | | Fixed bug #50308 - session id not appended properly for empty anchor tagsArpad Ray2013-07-174-95/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The issue was actually because a lack of space before a "/" marking the tag as empty. This was being swallowed in the rule for unquoted values. Fixed by making that rule exclude quotes (as per spec anyway).
| * | | | Fix bug #62129 - rfc1867 crashes php even though turned offArpad Ray2013-07-172-2/+7
| | | | | | | | | | | | | | | | | | | | Patch by gxd305 at gmail dot com
| * | | | add news for xml fixStanislav Malyshev2013-07-161-0/+3
| | | | |
| * | | | fix TS buildAnatol Belski2013-07-161-1/+1
| | | | |
| * | | | added sapi check for dl() testAnatol Belski2013-07-161-0/+7
| | | | |
| * | | | Make zval2myslqnd implementations aware of inheritanceJohannes Schlüter2013-07-162-2/+2
| | | | |
| * | | | Fixed typo ensuring header str is \0 terminatedAnatol Belski2013-07-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This was obviously intended to send an empty header if php_gmtime_r() fails. Currently it could send garbage.
| * | | | fix buffer overrunAnatol Belski2013-07-151-0/+5
| | | | |
| * | | | fix invalid variable name at ext/spl/internal/multipleiterator.inc (key() ↵sasezaki2013-07-151-1/+1
| | | | | | | | | | | | | | | | | | | | method, too)
| * | | | fix invalid variable name at ext/spl/internal/multipleiterator.inckazusuke sasezaki2013-07-151-1/+1
| | | | |
| * | | | revert false fixVeres Lajos2013-07-151-1/+1
| | | | |
| * | | | typo fixesVeres Lajos2013-07-1596-154/+154
| | | | |
| * | | | less serious compatAbility fixesVeres Lajos2013-07-155-6/+6
| | | | |
| * | | | typos (orig)Veres Lajos2013-07-151-2/+2
| | | | |
| * | | | Fix bug #62665: add curl.cainfo to php.iniStanislav Malyshev2013-07-143-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: php.ini-development php.ini-production
| * | | | add news for bug #65219Stanislav Malyshev2013-07-141-0/+4
| | | | |
| * | | | Add built-in web server to invocation listLior Kaplan2013-07-141-1/+2
| | | | |
| * | | | Terminology: change embedded web server to built-in web server to align with ↵Lior Kaplan2013-07-141-3/+3
| | | | | | | | | | | | | | | | | | | | cli usage
| * | | | Align -B and -E parameter names with cli usage (begin_code and end_code)Lior Kaplan2013-07-141-8/+8
| | | | |
| * | | | Merge branch 'PHP-5.4' of https://github.com/php/php-src into PHP-5.4Anatol Belski2013-07-141-6/+6
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge branch 'PHP-5.3' into PHP-5.4Stanley Sufficool2013-07-140-0/+0
| | |\ \ \ | | | | | | | | | | | | | | | | | | * PHP-5.3:
| | | * \ \ Merge branch 'PHP-5.3' of https://git.php.net/push/php-src into PHP-5.3Stanley Sufficool2013-07-1442-122/+1262
| | | |\ \ \ | | | | | |/ | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.3' of https://git.php.net/push/php-src: (23 commits) Merge PHP 5.3.27 NEWS add test for bug #65236 truncate results at depth of 255 to prevent corruption fix assembly of safe_address() for x86 and x86_64 Add bison 2.6.4 to the list of supported versions Update git rules (5.5 is stable, 5.3 sec only) This will be PHP 5.3.28 Fixed bug #63186 (compile failure on netbsd) ensure the error_reporting level to get expected notice fixed tests missing tests for bug #53437 missing colon Backported the fix for bug #53437 Fixed test script Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits systems) Fixed bug #64966 (segfault in zend_do_fcall_common_helper_SPEC) Fixed bug #64934 Apache2 TS crash with get_browser() Add NEWS for PHP 5.3.26 Fixed bug #64960 (Segfault in gc_zval_possible_root) fix CVE-2013-2110 - use correct formula to calculate string size ...
| | | | * | Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3Christopher Jones2013-07-102-6/+19
| | | | |\ \ | | | | | |/ | | | | |/| | | | | | | | | | | | | | | | | | | * 'PHP-5.3' of https://git.php.net/repository/php-src: Merge PHP 5.3.27 NEWS add test for bug #65236
| | * | | | Fix Bug #65219Stanley Sufficool2013-07-141-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | DBSETLDBNAME should be called before login to set DBNAME in login record