summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make "buildconf --force" more robust, per IRC chat. Not backported to 5.3 to...Christopher Jones2012-03-061-1/+6
* Fixed version numbers.Derick Rethans2012-03-061-1/+1
* Add test for bug #61292, bug was fixed in -r323935Xinchen Hui2012-03-061-0/+36
* Fixed bug #61292 (Segfault while calling a method on an overloaded PDO object)Xinchen Hui2012-03-061-0/+1
* Apply test fix for bug #61288 pdo_mysql___construct_options_libmysql.phpt tes...Johannes Schlüter2012-03-061-0/+1
* Fix bug #61003 mysql_stat() require a valid connectionJohannes Schlüter2012-03-061-0/+4
* Fix bug #61194 PDO should export compression flag with myslqndJohannes Schlüter2012-03-054-6/+6
* Fix bug #60948 mysqlnd FTBFS when -Wformat-security is enabledJohannes Schlüter2012-03-051-1/+1
* Fix Bug #61207 PDO::nextRowset() after a multi-statement query doesn't always...Johannes Schlüter2012-03-052-43/+138
* Align section headings with the latest (5.4) migration on-line doc.Christopher Jones2012-03-051-163/+53
* fix bug #61287 (A particular string fails to decompress)Michael Wallner2012-03-053-1/+26
* Fixed bug #60887 (SoapClient ignores user_agent option and sends no User-Agen...Dmitry Stogov2012-03-051-0/+7
* Fixed module numberingDmitry Stogov2012-03-051-2/+1
* Fixed Bug #61052 (Missing error check in trait 'insteadof' clause)Stefan Marr2012-03-042-1/+34
* - size_t may be shorter than long and definitely is not signed. Note that theGustavo André dos Santos Lopes2012-03-041-1/+3
* - Allow Windows builds targeting Vista and above have access to the RFC 3678Gustavo André dos Santos Lopes2012-03-041-2/+1
* Fixed Bug #60911 (Confusing error message when extending traits)Stefan Marr2012-03-042-2/+2
* Fixed Bug #60717 (Order of traits in use statement can cause a fatal error)Stefan Marr2012-03-043-14/+97
* - notes about xp&2003 dropPierre Joye2012-03-042-1/+2
* NEWS and UPGRADING for r323862Nikita Popov2012-03-042-1/+6
* - bump minimum version, no more XP/2003Pierre Joye2012-03-045-5/+12
* Fix bug #60596: Code Cleanup Removing Superfluous If StatementNikita Popov2012-03-041-6/+3
* Deprecate /e modifierNikita Popov2012-03-044-2/+11
* Fixed bug #60106 (stream_socket_server silently truncates long unix socket pa...Ilia Alshanetsky2012-03-032-0/+15
* Fix bug #61264: xmlrpc_parse_method_descriptions leaks temporary variableNikita Popov2012-03-032-2/+18
* Fix bug #52719: array_walk_recursive crashes if third param of the function i...Nikita Popov2012-03-022-7/+22
* Armenia is smarter than the rest of us. They have dropped DST.Rasmus Lerdorf2012-03-021-1/+1
* - Updated to version 2012.2 (2012b)Derick Rethans2012-03-021-482/+485
* Fix bug #61106 Segfault when using header_register_callbackNikita Popov2012-03-021-3/+0
* Fix tests that break if filter.default isn't set to unsafe_rawRasmus Lerdorf2012-03-026-0/+5
* MFH: Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX)Xinchen Hui2012-03-021-4/+0
* MFH: Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod...Xinchen Hui2012-03-021-4/+0
* MFH: Fixed bug #60573 (type hinting with "self" keyword causes weird errors)Xinchen Hui2012-03-021-4/+0
* MFH: Fixed bug #60978 (exit code incorrect)Xinchen Hui2012-03-022-2/+1
* MFH: Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical v...Xinchen Hui2012-03-021-2/+0
* MFH: Fixed bug #61011 (Crash when an exception is thrown by __autoload access...Xinchen Hui2012-03-021-2/+0
* MFH: Fixed bug #61072 (Memory leak when restoring an exception handler).Xinchen Hui2012-03-021-2/+0
* MFH: Fix bug #61165 (Segfault - strip_tags())Xinchen Hui2012-03-021-1/+0
* Fixed bug #61225 (Lexing 0b0*+<NUM> incorectly)Pierrick Charron2012-03-024-189/+206
* Fixed bug #61172 (Add Apache 2.4 support)Christopher Jones2012-03-023-6/+35
* - Updated to version 2012.1 (2012a)Derick Rethans2012-03-011-587/+567
* - fix bug #60879, unserialize does not invoke __wakeupPierre Joye2012-02-282-0/+12
* Fix bug 61193Rasmus Lerdorf2012-02-271-8/+3
* Improve fix for #61165, the previous one cause #43450 test failedXinchen Hui2012-02-261-3/+2
* Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid scann...Xinchen Hui2012-02-254-120/+136
* Fixed bug #61011 (Crash when an exception is thrown by __autoload accessing a...Xinchen Hui2012-02-254-26/+354
* test for bug #61124Olivier DOUCET2012-02-251-0/+12
* fix phpt : fopen(data://) requires allow_url_fopen=1Olivier DOUCET2012-02-251-0/+2
* more verbose skip reason in test files with not so obvious extension requirem...Olivier DOUCET2012-02-2515-15/+15
* merge test to 5.3, and remove xfail since the bug was fixedXinchen Hui2012-02-251-2/+0