Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | preg indenpent test script for #63055 | Xinchen Hui | 2012-10-19 | 1 | -0/+23 |
| | |||||
* | SUpport newer bisons. | Derick Rethans | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | better fix for #63055 | Xinchen Hui | 2012-10-18 | 1 | -0/+2 |
| | |||||
* | Remove executable permission on inc | Xinchen Hui | 2012-10-10 | 5 | -0/+0 |
| | |||||
* | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 268 | -0/+0 |
| | |||||
* | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 5 | -0/+0 |
| | |||||
* | Fixed bug #63111 (is_callable() lies for abstract static method) | Dmitry Stogov | 2012-09-21 | 2 | -1/+44 |
| | |||||
* | Fixed bug #61442 (exception threw in __autoload can not be catched) | Xinchen Hui | 2012-09-19 | 3 | -0/+75 |
| | |||||
* | Fixed bug #63093 (Segfault while load extension failed in zts-build). | Xinchen Hui | 2012-09-15 | 1 | -1/+3 |
| | |||||
* | - Fixed bug #61767 (Shutdown functions not called in certain error situation) | Dmitry Stogov | 2012-09-06 | 6 | -0/+108 |
| | | | | - Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function) | ||||
* | Fixed bug #62976 (Notice: could not be converted to int when comparing some ↵ | Xinchen Hui | 2012-08-31 | 1 | -0/+3 |
| | | | | builtin classes) | ||||
* | Fixed bug (segfault while build with zts and GOTO vm-kind) | Xinchen Hui | 2012-08-25 | 2 | -1/+8 |
| | |||||
* | - Value stored to var is never used | Felipe Pena | 2012-08-19 | 1 | -2/+0 |
| | |||||
* | Fixed bug #62763 (register_shutdown_function and extending class) | Xinchen Hui | 2012-08-12 | 1 | -0/+23 |
| | |||||
* | This becomes useless, since we have set that in the INIT macro | Xinchen Hui | 2012-08-04 | 1 | -1/+0 |
| | |||||
* | Fixed bug #62744 (dangling pointers made by zend_disable_class) | Xinchen Hui | 2012-08-04 | 2 | -7/+11 |
| | | | | the test will be added while commit the fix for #62737 | ||||
* | Fixed bug #62716 (munmap() is called with the incorrect length) | Xinchen Hui | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | Test for bug #62680 | Xinchen Hui | 2012-07-31 | 1 | -0/+13 |
| | |||||
* | Skip test while zend_mm is disabled | Xinchen Hui | 2012-07-29 | 1 | -0/+6 |
| | |||||
* | Fixed bug #60194 for eavl | Xinchen Hui | 2012-07-28 | 3 | -4/+4 |
| | | | | same reason here | ||||
* | Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK with ↵ | Xinchen Hui | 2012-07-28 | 3 | -4/+4 |
| | | | | | | run-test.php) It's not a big deal, just because lexer will read the char after cursor before leaving | ||||
* | appease MSVC (doesnt like unary minus of unsigned ints) | Nuno Lopes | 2012-07-08 | 1 | -1/+1 |
| | |||||
* | fix (signed) integer overflow (part of bug #52550 | Nuno Lopes | 2012-07-02 | 1 | -1/+1 |
| | |||||
* | Remove unneeded and outdated ChangeLog file | Johannes Schlüter | 2012-06-22 | 1 | -22097/+0 |
| | |||||
* | typo | Stanislav Malyshev | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | Regenerated files | Pierrick Charron | 2012-06-07 | 2 | -1265/+1303 |
| | |||||
* | Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that ↵ | Pierrick Charron | 2012-06-07 | 1 | -6/+27 |
| | | | | | | | includes a semi-colon) Modify the scanner to check if the first char of the raw data is an opening " in which case we need to find the closing one. Otherwise just search for the next end of value char [\r\n;\000] | ||||
* | - Optimize comparison between same HashTable pointer | Felipe Pena | 2012-06-03 | 1 | -3/+4 |
| | |||||
* | Fixed Bug #62005 (unexpected behavior when incrementally assigning to a ↵ | Xinchen Hui | 2012-05-12 | 2 | -2/+16 |
| | | | | member of a null object) | ||||
* | Fix typo | Xinchen Hui | 2012-05-03 | 1 | -1/+1 |
| | | | | picked form pull request of reeze.xia@gmail.com | ||||
* | Revert "- fix bug #61504, fix build errors on windows and possibly other" | Gustavo André dos Santos Lopes | 2012-03-28 | 2 | -7430/+7430 |
| | | | | This reverts commit 74ee335e3aea8c48380334098b8d20eb54d6c6be. | ||||
* | - fix bug #61504, fix build errors on windows and possibly other | Pierre Joye | 2012-03-28 | 2 | -7430/+7430 |
| | |||||
* | Revert "Implemented FR #60738 (Allow 'set_error_handler' to handle NULL)" | Xinchen Hui | 2012-03-24 | 2 | -46/+27 |
| | | | | This reverts commit fcae164ea63979d7814d7aa114fe8351033e7400. | ||||
* | Revert "Merge from PHP-5.4" | Xinchen Hui | 2012-03-24 | 1 | -19/+18 |
| | | | | This reverts commit 9a87fe1c529eabc7aeec4559d916dda5fda3cdd2. | ||||
* | Implemented FR #60738 (Allow 'set_error_handler' to handle NULL) | Xinchen Hui | 2012-03-24 | 2 | -27/+46 |
| | |||||
* | Merge from PHP-5.4 | Xinchen Hui | 2012-03-24 | 1 | -18/+19 |
| | | | | Improve set_exception_handler | ||||
* | Replace $Revision$ with $Id$ in keyword expansion enable files | David Soria Parra | 2012-03-20 | 2 | -2/+2 |
| | |||||
* | reduce memory usage | Xinchen Hui | 2012-03-12 | 1 | -1/+1 |
| | |||||
* | Fixed bug #60569 (Nullbyte truncates Exception $message). | Ilia Alshanetsky | 2012-03-11 | 2 | -1/+1 |
| | |||||
* | Typo when merging from trunk | Xinchen Hui | 2012-03-11 | 1 | -1/+1 |
| | |||||
* | Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks ↵ | Xinchen Hui | 2012-03-11 | 2 | -1/+16 |
| | | | | / crashes) | ||||
* | Fixed version numbers. | Derick Rethans | 2012-03-06 | 1 | -1/+1 |
| | |||||
* | Add the ZEND_DONT_UNLOAD_MODULES environment variable for debugging to 5.3 as | Derick Rethans | 2012-03-06 | 2 | -1/+9 |
| | | | | | well. | ||||
* | Fixed module numbering | Dmitry Stogov | 2012-03-05 | 1 | -2/+1 |
| | |||||
* | Improve fix for #61165, the previous one cause #43450 test failed | Xinchen Hui | 2012-02-26 | 1 | -3/+2 |
| | |||||
* | Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid ↵ | Xinchen Hui | 2012-02-25 | 4 | -120/+136 |
| | | | | scanner mode) | ||||
* | more verbose skip reason in test files with not so obvious extension ↵ | Olivier DOUCET | 2012-02-25 | 7 | -7/+7 |
| | | | | requirements | ||||
* | merge test to 5.3, and remove xfail since the bug was fixed | Xinchen Hui | 2012-02-25 | 1 | -0/+28 |
| | |||||
* | Fixed bug #61165 (Segfault - strip_tags()) | Xinchen Hui | 2012-02-25 | 1 | -2/+7 |
| | |||||
* | Fix #61095 (Lexing 0x0*+<NUM> incorrectly) | Etienne Kneuss | 2012-02-20 | 4 | -182/+199 |
| |