Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-01-04 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fixed bug #63899 (Use after scope error in zend_compile) | Xinchen Hui | 2013-01-04 | 1 | -1/+1 | |
| | | ||||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 96 | -98/+98 | |
| | | ||||||
* | | Bug #43177: If an eval() has a parse error, the overall exit status and ↵ | Stanislav Malyshev | 2013-01-01 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | return code should not be affected. Without this fix, a webpage using eval() may return code 500. That might display fine and the 500 go unnoticed, but using AJAX or wget, the 500 will cause problems. | |||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 96 | -98/+98 | |
| | | ||||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Pierrick Charron | 2012-12-26 | 1 | -1/+3 | |
|\ \ | |/ | ||||||
| * | Revert "Remove a useless memory write in zend_llist_del_element" | Pierrick Charron | 2012-12-26 | 1 | -1/+3 | |
| | | | | | | | | | | This reverts commit fad960a4045da86cdbd8308a165ffc47892f05b9 as required by Stas and Christopher | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Pierrick Charron | 2012-12-25 | 1 | -3/+1 | |
|\ \ | |/ | | | | | | | * PHP-5.3: Remove a useless memory write in zend_llist_del_element | |||||
| * | Remove a useless memory write in zend_llist_del_element | Pierrick Charron | 2012-12-25 | 1 | -3/+1 | |
| | | | | | | | | | | The zend_llist_element *next pointer is not necessary and removing it will also remove a write on memory | |||||
* | | spelling | Dmitry Stogov | 2012-12-25 | 2 | -5/+5 | |
| | | ||||||
* | | Fixed ZTS build | Dmitry Stogov | 2012-12-25 | 1 | -2/+2 | |
| | | ||||||
* | | Traits refactoring | Dmitry Stogov | 2012-12-25 | 18 | -429/+341 | |
| | | ||||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-12-13 | 2 | -15/+92 | |
|\ \ | |/ | ||||||
| * | Fix Bug #63762 Sigsegv when Exception::$trace is changed by user | Johannes Schlüter | 2012-12-13 | 2 | -15/+92 | |
| | | ||||||
| * | Fixed bug #63726 (Memleak with static properties and internal/user classes) | Xinchen Hui | 2012-12-10 | 2 | -0/+4 | |
| | | ||||||
* | | Fixed bug #63726 (Memleak with static properties and internal/user classes) | Xinchen Hui | 2012-12-10 | 3 | -1/+5 | |
| | | | | | | | | No test scripts provided (will try to find one) | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2012-11-29 | 2 | -2/+62 | |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.3: Fixed bug #63635 (Segfault in gc_collect_cycles) Conflicts: NEWS | |||||
| * | Fixed bug #63635 (Segfault in gc_collect_cycles) | Dmitry Stogov | 2012-11-29 | 2 | -2/+62 | |
| | | ||||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2012-11-20 | 2 | -1/+31 | |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.3: Fixed bug #63468 (wrong called method as callback with inheritance) Conflicts: NEWS | |||||
| * | Fixed bug #63468 (wrong called method as callback with inheritance) | Dmitry Stogov | 2012-11-20 | 2 | -1/+31 | |
| | | ||||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Pierrick Charron | 2012-11-16 | 2 | -1349/+1335 | |
|\ \ | |/ | | | | | | | | | | | | | | | * PHP-5.3: Regenerate Zend ini scanner Conflicts: Zend/zend_ini_scanner.c Zend/zend_ini_scanner_defs.h | |||||
| * | Regenerate Zend ini scanner | Pierrick Charron | 2012-11-16 | 2 | -1349/+1335 | |
| | | | | | | | | Regenerate both zend_ini_scanner.c and zend_ini_scanner_defs.h | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Pierrick Charron | 2012-11-16 | 1 | -18/+25 | |
|\ \ | |/ | | | | | | | * PHP-5.3: Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value | |||||
| * | Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value | Pierrick Charron | 2012-11-16 | 1 | -18/+25 | |
| | | | | | | | | Restore the old behavior but keep bug 51094 fixed | |||||
* | | Fixed compiler reenterability | Dmitry Stogov | 2012-11-14 | 2 | -342/+344 | |
| | | ||||||
* | | Fixed compiler reenterability | Dmitry Stogov | 2012-11-14 | 2 | -0/+3 | |
| | | ||||||
* | | Update test script | Xinchen Hui | 2012-10-23 | 1 | -3/+3 | |
| | | ||||||
* | | Test for #63336, xfail now | Xinchen Hui | 2012-10-23 | 1 | -0/+24 | |
| | | ||||||
* | | Fixed bug #63305 (zend_mm_heap corrupted with traits) | Xinchen Hui | 2012-10-23 | 2 | -2/+45 | |
| | | ||||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-19 | 1 | -0/+23 | |
|\ \ | |/ | ||||||
| * | preg indenpent test script for #63055 | Xinchen Hui | 2012-10-19 | 1 | -0/+23 | |
| | | ||||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Derick Rethans | 2012-10-18 | 1 | -1/+1 | |
|\ \ | |/ | | | | | | | Conflicts: Zend/acinclude.m4 | |||||
| * | SUpport newer bisons. | Derick Rethans | 2012-10-18 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-18 | 1 | -0/+2 | |
|\ \ | |/ | ||||||
| * | better fix for #63055 | Xinchen Hui | 2012-10-18 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-18 | 1 | -23/+0 | |
|\ \ | |/ | ||||||
* | | I forgot that inconsistent is only avaliable in debug mode | Xinchen Hui | 2012-10-18 | 1 | -1/+1 | |
| | | ||||||
* | | Add comments | Xinchen Hui | 2012-10-18 | 1 | -3/+3 | |
| | | ||||||
* | | Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite) | Xinchen Hui | 2012-10-18 | 2 | -1/+24 | |
| | | | | | | | | This should also fixed various segfaults which the bt looks like cored in zval_mark_grey | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 5 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Remove executable permission on inc | Xinchen Hui | 2012-10-10 | 5 | -0/+0 | |
| | | ||||||
* | | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 6 | -0/+0 | |
| | | ||||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 267 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 268 | -0/+0 | |
| | | ||||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-09 | 5 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 5 | -0/+0 | |
| | | ||||||
* | | Fixed bug #63219 (Segfault when aliasing trait method when autoloader throws ↵ | Xinchen Hui | 2012-10-08 | 2 | -4/+28 | |
| | | | | | | | | excpetion) | |||||
* | | Fix bug #63173: Crash when invoking invalid array callback | Nikita Popov | 2012-09-27 | 3 | -0/+32 | |
| | | | | | | | | | | | | The code did not check whether the zend_hash_index_find calls succeded, so PHP crashed when an array callback was called that contains two elements which don't have the indices 0 and 1. | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2012-09-21 | 2 | -1/+44 | |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.3: Fixed bug #63111 (is_callable() lies for abstract static method) Conflicts: NEWS | |||||
| * | Fixed bug #63111 (is_callable() lies for abstract static method) | Dmitry Stogov | 2012-09-21 | 2 | -1/+44 | |
| | |