summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fixed bug #55407 (Impossible to prototype DateTime::createFromFormat)"Julien Pauli2015-02-042-18/+1
* Revert "json_decode() should generate a syntax error when given ""."Julien Pauli2015-02-043-19/+2
* Fixed Bug #65199 pg_copy_from() modifies input array variableYasuo Ohgaki2015-02-032-10/+66
* Fixed Bug #66623 no EINTR check on flock(LOCK_EX)Yasuo Ohgaki2015-02-031-2/+5
* Fixed bug #68063 Empty session IDs do still start sessionsYasuo Ohgaki2015-02-032-0/+25
* Bug #61470 is fixed only in masterYasuo Ohgaki2015-02-031-21/+0
* Fixed bug #65272: correctly set flock() out param in windowsDaniel Lowrey2015-02-022-0/+30
* Let's not assume bash is always /bin/bash.Adam Harvey2015-02-021-2/+2
* json_decode() should generate a syntax error when given "".Adam Harvey2015-02-023-2/+19
* Add test for bug #61470. It is already fixed.Yasuo Ohgaki2015-02-021-0/+21
* Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Stanislav Malyshev2015-02-011-17289/+17211
|\
| * - Updated to version 2015.1 (2015a)Derick Rethans2015-02-011-17289/+17211
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-02-011-1/+1
|\ \ | |/ |/|
| * fix sizeof sizeStanislav Malyshev2015-02-011-1/+1
* | Fix bug #64938: libxml_disable_entity_loader setting is shared between threadsMartin Jansen2015-02-011-0/+6
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-311-2/+2
|\ \ | |/
| * fix TSRMStanislav Malyshev2015-01-311-2/+2
* | Added test and possible fix for https://bugs.php.net/bug.php?id=67068Danack2015-01-311-0/+18
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-313-11/+7
|\ \ | |/
| * Use better constant since MAXHOSTNAMELEN may mean shorter nameStanislav Malyshev2015-01-312-6/+6
* | Add mitigation for CVE-2015-0235 (bug #68925)Stanislav Malyshev2015-01-312-2/+6
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-312-0/+24
|\ \ | |/
| * Add mitigation for CVE-2015-0235 (bug #68925)Stanislav Malyshev2015-01-312-0/+24
* | Fixed typo in commentYasuo Ohgaki2015-02-011-1/+1
* | Use bash rather than shYasuo Ohgaki2015-01-291-1/+1
* | Fixed Bug #68941 mod_files.sh is a bash-scriptYasuo Ohgaki2015-01-291-1/+1
* | Fixed bug #68901 (use after free)Xinchen Hui2015-01-291-1/+1
* | Fix call after close if multiple filters are attachedBob Weinand2015-01-261-0/+56
* | Patch commit d9f85373e32 by moving the float_to_double function toKeyur Govande2015-01-266-46/+15
* | Fix for bugs #68114 (Build fails on OS X due to undefined symbols)Keyur Govande2015-01-269-91/+141
* | simplify error handling for dirs as magicAnatol Belski2015-01-221-1/+1
* | Fixed bug #68827 Double free with disabled ZMMJoshua Rogers2015-01-221-2/+1
* | Fixed segfault while running with moodleXinchen Hui2015-01-221-1/+1
* | Fixed test failsXinchen Hui2015-01-211-0/+1
* | Fixed bug #55407 (Impossible to prototype DateTime::createFromFormat)Derick Rethans2015-01-202-1/+18
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-01-206-4/+92
|\ \ | |/
| * Merge branch 'bug68710' into PHP-5.4Stanislav Malyshev2015-01-203-3/+28
| |\
| | * Fix for bug #68710 (Use After Free Vulnerability in PHP's unserialize())Stanislav Malyshev2015-01-013-3/+28
| * | Merge branch 'bug68799' into PHP-5.4Stanislav Malyshev2015-01-203-1/+64
| |\ \
| | * | Fix bug #68799: Free called on unitialized pointerStanislav Malyshev2015-01-113-1/+64
| | |/
* | | Fix bug #68711 Remove useless checks. 'num' is unsigned and cannot be <0.Joshua Rogers2015-01-201-24/+4
* | | Fixed bug #45081 (strtotime incorrectly interprets SGT time zone).Derick Rethans2015-01-196-445/+461
* | | PDO_MySQL: Differentiate between linux and win32 when passing unix_socketsteffen2015-01-151-3/+8
* | | Bump yearXinchen Hui2015-01-15598-600/+600
* | | Merge branch 'PHP-5.4' into PHP-5.5Daniel Lowrey2015-01-141-2/+2
|\ \ \ | |/ /
| * | Fixed bug #55618 (use case-insensitive cert name matching)Daniel Lowrey2015-01-141-2/+2
| * | updated libmagic.patch in 5.4Anatol Belski2015-01-041-315/+139
* | | Fixed bug #68771 SQL syntax error in sqlite libAnatol Belski2015-01-121-1/+1
* | | We can't output absolute S and T values for theRasmus Lerdorf2015-01-091-21/+11
* | | Fix bug #68260Julien Pauli2015-01-091-1/+1