summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* fix testStanislav Malyshev2012-05-291-1/+1
* Fixed bug #62097Gustavo André dos Santos Lopes2012-05-232-0/+23
* Use free instead of efreeXinchen Hui2012-05-211-1/+1
* Use emalloc instead of mallocXinchen Hui2012-05-211-7/+7
* Fixed bug #61998 (Using traits with method aliases appears to result in crash...Dmitry Stogov2012-05-212-2/+9
* Fixed bug #61998 (Using traits with method aliases appears to result in crash...Dmitry Stogov2012-05-211-0/+68
* fix bug #61782 - __clone/__destruct do not match other methods when checking ...Stanislav Malyshev2012-05-136-38/+64
* fix bug #54547Stanislav Malyshev2012-05-133-4/+60
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-05-122-2/+16
|\
| * Fixed Bug #62005 (unexpected behavior when incrementally assigning to a membe...Xinchen Hui2012-05-122-2/+16
* | Cleanup useless function declaration for traitsReeze Xia2012-05-111-4/+0
* | Fixed bug #61922 (ZTS build doesn't accept zend.script_encoding config)Xinchen Hui2012-05-031-1/+8
* | Fixed test bug #61892Xinchen Hui2012-05-032-0/+39
* | Merge remote-tracking branch 'origin/PHP-5.3' into PHP-5.4Xinchen Hui2012-05-031-1/+1
|\ \ | |/
| * Fix typoXinchen Hui2012-05-031-1/+1
* | - Regenerated filesFelipe Pena2012-04-302-344/+345
* | - Fixed Windows buildFelipe Pena2012-04-301-2/+3
* | - Regenerated filesFelipe Pena2012-04-302-343/+349
* | - Changed last commit to use VK_ESCAPE on WindowsFelipe Pena2012-04-301-2/+4
* | - Fixed bug #61827 (incorrect \e processing on Windows) patch by: ab@php.netFelipe Pena2012-04-291-0/+4
* | Fixed bug #61761 ('Overriding' a private static method with a different signa...Xinchen Hui2012-04-182-2/+20
* | Copy default properties of internal classes for different threadsJohannes Schlüter2012-04-111-0/+5
* | Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-03-282-7430/+7797
|\ \ | |/
| * Revert "- fix bug #61504, fix build errors on windows and possibly other"Gustavo André dos Santos Lopes2012-03-282-7430/+7430
* | Merge branch 'PHP-5.3' into PHP-5.4Pierre Joye2012-03-282-7797/+7430
|\ \ | |/
| * - fix bug #61504, fix build errors on windows and possibly otherPierre Joye2012-03-282-7430/+7430
* | Merge branch 'PHP-5.3' of ../php-5.3 into PHP-5.4Xinchen Hui2012-03-242-65/+45
|\ \ | |/
| * Revert "Implemented FR #60738 (Allow 'set_error_handler' to handle NULL)"Xinchen Hui2012-03-242-46/+27
| * Revert "Merge from PHP-5.4"Xinchen Hui2012-03-241-19/+18
* | Merge branch 'PHP-5.3' of ../php-5.3 into PHP-5.4Xinchen Hui2012-03-242-27/+46
|\ \ | |/
| * Implemented FR #60738 (Allow 'set_error_handler' to handle NULL)Xinchen Hui2012-03-242-27/+46
| * Merge from PHP-5.4Xinchen Hui2012-03-241-18/+19
* | Improve set_exception_handlerXinchen Hui2012-03-241-18/+19
* | Remove empty linesXinchen Hui2012-03-241-2/+0
* | Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-03-202-2/+2
|\ \ | |/
| * Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-202-2/+2
| * reduce memory usageXinchen Hui2012-03-121-1/+1
| * Fixed bug #60569 (Nullbyte truncates Exception $message).Ilia Alshanetsky2012-03-112-1/+1
| * Typo when merging from trunkXinchen Hui2012-03-111-1/+1
| * Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks /...Xinchen Hui2012-03-112-1/+16
| * Fixed version numbers.Derick Rethans2012-03-061-1/+1
| * Add the ZEND_DONT_UNLOAD_MODULES environment variable for debugging to 5.3 asDerick Rethans2012-03-062-1/+9
| * Fixed module numberingDmitry Stogov2012-03-051-2/+1
| * 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
| * more verbose skip reason in test files with not so obvious extension requirem...Olivier DOUCET2012-02-257-7/+7
| * merge test to 5.3, and remove xfail since the bug was fixedXinchen Hui2012-02-251-0/+28
| * Fixed bug #61165 (Segfault - strip_tags())Xinchen Hui2012-02-251-2/+7
| * Fix #61095 (Lexing 0x0*+<NUM> incorrectly)Etienne Kneuss2012-02-204-182/+199
| * Fixed bug #61072 (Memory leak when restoring an exception handler)Xinchen Hui2012-02-141-2/+1