summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 5.4.23php-5.4.23PHP-5.4.23Stanislav Malyshev2013-12-103-4/+4
* Fix CVE-2013-6420 - memory corruption in openssl_x509_parseStanislav Malyshev2013-12-084-4/+65
* 5.4.23 rc1php-5.4.23RC1Stanislav Malyshev2013-11-273-5/+5
* add testAndrey Hristov2013-11-261-0/+38
* Fix for Bug #66141 (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES...Andrey Hristov2013-11-265-4/+19
* bring the newsAndrey Hristov2013-11-251-0/+4
* fixed testAnatol Belski2013-11-211-1/+1
* And here is the real fix for #66124Andrey Hristov2013-11-211-11/+30
* Fix for Bug #66124 (mysqli under mysqlnd loses precision when bind_param with...Andrey Hristov2013-11-211-0/+101
* permanently deactivate that place, not on runtime onlyAnatol Belski2013-11-201-0/+2
* Fix WS in serialization_error_002.phptYasuo Ohgaki2013-11-201-4/+4
* added a test to cover distinction between boolean return value of unserialize...Aaron Hamid2013-11-201-0/+52
* Fixed tests that fail with non-default `serialize_precision` configurations.Jeff Welch2013-11-204-2/+5
* avoid doing a stream_select on a closed streamRemi Collet2013-11-191-0/+1
* Fixed Bug #66094 (unregister_tick_function tries to cast a Closure to a string)Xinchen Hui2013-11-173-1/+15
* Update NEWS and remove the unnecessary UPGRADING note.Adam Harvey2013-11-102-10/+4
* Merge remote-tracking branch 'ajf/JSONWhitespaceFix' into PHP-5.4Adam Harvey2013-11-103-8/+149
|\
| * UPGRADING and NEWSAndrea Faulds2013-10-152-0/+14
| * Merge branch 'PHP-5.4' into JSONWhitespaceFixAndrea Faulds2013-10-1545-932/+1737
| |\
| * | Better test: Check combined leading/trailingAndrea Faulds2013-10-151-0/+66
| * | Fixed whitespace part of bug #64874 ("json_decode handles whitespace and case...Andrea Faulds2013-09-172-8/+73
* | | Fix broken testRasmus Lerdorf2013-11-091-3/+2
* | | Fixed bug #65947 (basename is no more working after fgetcsv in certain situat...Xinchen Hui2013-11-083-1/+22
* | | Fixed Bug #66043 (Segfault calling bind_param() on mysqli)Xinchen Hui2013-11-083-1/+29
* | | NEWS entryRasmus Lerdorf2013-11-071-0/+2
* | | Fix bug #65946 - pdo_sql_parser.c permanently converts values bound to stringsRasmus Lerdorf2013-11-073-21/+60
* | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Rasmus Lerdorf2013-11-07157-967/+1899
|\ \ \
| * | | Add a couple more test cases to parse_url() testsSara Golemon2013-11-0610-10/+37
| * | | fix missing change from 'tcp_socket' to the more common 'server'ptarjan2013-11-061-3/+3
| * | | fix many parallel test issuesptarjan2013-11-0674-109/+185
| * | | Cleanup temp test fileChristopher Jones2013-11-061-0/+4
| * | | Fixed Bug #66034 (Segmentation Fault when constructor of PDO statement throws...Xinchen Hui2013-11-053-3/+40
| * | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Xinchen Hui2013-11-0513-701/+741
| |\ \ \
| | * | | Typo fix: umknown -> unknownLior Kaplan2013-10-311-2/+2
| | * | | Fix bug #66008Rasmus Lerdorf2013-10-311-0/+1
| | * | | 5.4.23-devStanislav Malyshev2013-10-293-4/+6
| | * | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Yasuo Ohgaki2013-10-291-0/+27
| | |\ \ \
| | | * | | add bundled libzip LICENSE, as required by BSD License termsRemi Collet2013-10-291-0/+27
| | * | | | Update NEWSYasuo Ohgaki2013-10-291-0/+4
| | * | | | Fixed Bug 64760 var_export() does not use full precision for floating-point n...Yasuo Ohgaki2013-10-295-36/+36
| | * | | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Yasuo Ohgaki2013-10-293-659/+665
| | |\ \ \ \ | | | |/ / /
| | | * | | - Updated to version 2013.8 (2013h)Derick Rethans2013-10-281-628/+628
| | | * | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Derick Rethans2013-10-282-1/+5
| | | |\ \ \
| | | | * | | Fixed bug #65950 Field name truncation if the field name is bigger than 32 ch...Yasuo Ohgaki2013-10-262-1/+5
| | | |/ / / | | |/| | |
| | | * | | - Updated to version 2013.7 (2013g)Derick Rethans2013-10-231-589/+591
| | |/ / /
| * | | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Xinchen Hui2013-10-2715-8/+108
| |\ \ \ \ | | |/ / /
| | * | | Fix Coverity issue reporting wrong sizeof()Yasuo Ohgaki2013-10-221-1/+1
| | * | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Yasuo Ohgaki2013-10-22108-1277/+2619
| | |\ \ \
| | | * | | exif NEWSMichael Wallner2013-10-211-0/+3
| | | * | | add tests for bug #62523Michael Wallner2013-10-216-0/+73