summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #69038 (switch(SOMECONSTANT) misbehaves) for masterXinchen Hui2015-02-172-7/+85
* abstain from using xmlCleanupParserAnatol Belski2015-02-171-1/+1
* Merge branch 'PHP-5.6'Stanislav Malyshev2015-02-171-4/+3
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-02-174-15/+31
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-02-171-4/+3
| | |\
| | | * Port for for bug #68552Stanislav Malyshev2015-02-171-4/+3
| | | * Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)Stanislav Malyshev2015-02-172-7/+12
| | * | Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)Stanislav Malyshev2015-02-173-11/+28
| | * | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2015-02-171-8/+8
| | |\ \ | | | |/
* | | | Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)Stanislav Malyshev2015-02-173-11/+30
* | | | - Fix mergeFelipe Pena2015-02-171-8/+8
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Felipe Pena2015-02-171-8/+8
| |\ \ \
| | * \ \ Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2015-02-172-8/+11
| | |\ \ \ | | | | |/ | | | |/|
| | | * | - Fixed bug #67827 (broken detection of system crypt sha256/sha512 support)Felipe Pena2015-02-171-8/+8
| | | * | - Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt...Felipe Pena2015-02-161-0/+3
| * | | | Merge branch 'PHP-5.5' into PHP-5.6Felipe Pena2015-02-161-0/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | - Fix mergeFelipe Pena2015-02-161-0/+3
| | |/ /
* | | | Don't read the local php.ini when Generating PharRasmus Lerdorf2015-02-161-1/+1
* | | | Delete json outdated package.xmlJakub Zelenka2015-02-161-152/+0
* | | | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-1647-74/+74
* | | | - Fix mergeFelipe Pena2015-02-161-0/+3
|\ \ \ \
| * \ \ \ Merge branch 'PHP-5.5' into PHP-5.6Felipe Pena2015-02-161-0/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2015-02-161-0/+3
| | |\ \ \ | | | |/ / | | |/| |
| | | * | - Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt...Felipe Pena2015-02-161-0/+3
| | | |/
* | | | Merge branch 'master' of https://git.php.net/repository/php-srcXinchen Hui2015-02-166-73/+1967
|\ \ \ \
| * | | | Update JSON ReadmeJakub Zelenka2015-02-151-70/+10
| * | | | Remove unused destructor in json parserJakub Zelenka2015-02-152-5/+4
| * | | | Add bison 3.0.4 genereted files for json parserJakub Zelenka2015-02-152-0/+1955
| * | | | Regenerate json scanner with re2c 0.13.7.5Jakub Zelenka2015-02-152-2/+2
* | | | | Merge branch 'PHP-5.6'Xinchen Hui2015-02-162-1/+21
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Fixed bug #68912 (Segmentation fault at openssl_spki_new)Xinchen Hui2015-02-162-1/+21
* | | | Merge branch 'PHP-5.6'Xinchen Hui2015-02-152-2/+14
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-02-152-2/+14
| |\ \ \ | | |/ /
| | * | Fixed bug #69054 (Null dereference in readline_(read|write)_history() without...Xinchen Hui2015-02-152-2/+14
| * | | fix detection of mbstate_t with clangMichael Wallner2015-02-151-1/+1
* | | | Merge branch 'PHP-5.6'Xinchen Hui2015-02-142-4/+59
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-02-142-4/+59
| |\ \ \ | | |/ /
| | * | Fixed bug #68638 (pg_update() fails to store infinite values)Xinchen Hui2015-02-141-8/+7
| | * | Merge branch 'PHP-5.4' of https://github.com/wfelipew/php-src into PHP-5.5Xinchen Hui2015-02-142-1/+57
| | |\ \
| | | * | Fixed bug #68638 pg_update() fails to store infinite valuesWilliam Felipe Welter2015-02-121-1/+1
| | | * | Fixed bug #68638 pg_update() fails to store infinite valuesWilliam Felipe Welter2015-02-091-4/+2
| | | * | Fixed bug #68638 pg_update() fails to store infinite values.William Felipe Welter2015-02-071-2/+6
| | | * | Test case Bug #68638 pg_update() fails to store infinite valuesWilliam Felipe Welter2015-02-051-0/+53
| | | * | Fixed bug #68638 pg_update() fails to store infinite values.William Felipe Welter2015-02-031-1/+2
* | | | | Fixed build on windowsXinchen Hui2015-02-141-1/+1
* | | | | Added NULL byte protection to exec, system and passthru.Yasuo Ohgaki2015-02-141-1/+1
* | | | | Merge branch 'PHP-5.6'Yasuo Ohgaki2015-02-142-0/+29
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.5' into PHP-5.6Yasuo Ohgaki2015-02-142-0/+29
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2015-02-142-0/+29
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Add NULL byte protection to exec, system and passthruYasuo Ohgaki2015-02-142-0/+29