Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update test script to make sure the error occurred | Xinchen Hui | 2013-04-04 | 1 | -1/+2 |
| | |||||
* | Use 5.4 specifical warnnig & Update NEWs | Xinchen Hui | 2013-04-04 | 1 | -9/+7 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-04-04 | 1 | -0/+15 |
|\ | |||||
| * | Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: ↵ | Xinchen Hui | 2013-04-04 | 1 | -0/+15 |
| | | | | | | | | segfault) | ||||
* | | Fix #64572: Clean up after the test | ptarjan | 2013-04-03 | 1 | -0/+1 |
| | | | | | | | | Lets not leave stuff lying around. | ||||
* | | Update test script | Xinchen Hui | 2013-03-26 | 1 | -0/+2 |
| | | |||||
* | | Fixed bug #64515 (Memoryleak when using the same variablename 2times in ↵ | Xinchen Hui | 2013-03-26 | 1 | -0/+10 |
| | | | | | | | | function declaration) | ||||
* | | Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11) | Xinchen Hui | 2013-03-21 | 4 | -10/+138 |
| | | |||||
* | | Fixed bug #63976 (Parent class incorrectly using child constant in class ↵ | Dmitry Stogov | 2013-03-19 | 1 | -0/+20 |
| | | | | | | | | property) | ||||
* | | Partial fix for bug #64239 | Dmitry Stogov | 2013-03-19 | 1 | -0/+22 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2013-03-19 | 1 | -0/+13 |
|\ \ | |/ | | | | | | | * PHP-5.3: Fixed bug #62343 (Show class_alias In get_declared_classes()) | ||||
| * | Fixed bug #62343 (Show class_alias In get_declared_classes()) | Dmitry Stogov | 2013-03-19 | 1 | -0/+13 |
| | | |||||
* | | Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error) | Dmitry Stogov | 2013-03-19 | 1 | -0/+39 |
| | | |||||
* | | Fixed confused exception message while user threw exception | Xinchen Hui | 2013-03-09 | 1 | -0/+24 |
| | | |||||
* | | Fixed bug #64235 (Insteadof not work for class method in 5.4.11) | Xinchen Hui | 2013-02-21 | 5 | -3/+72 |
| | | | | | | | | | | | | As we discussed with stefan, we think previous of allowing use with classes is a bug, should be forbided, anyway, the error message should be improved. | ||||
* | | Fixed bug #64070 (Inheritance with Traits failed with error) | Dmitry Stogov | 2013-02-18 | 1 | -0/+36 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Stanislav Malyshev | 2013-01-18 | 1 | -0/+74 |
|\ \ | |/ | | | | | | | * PHP-5.3: fix bug #63462 (Magic methods called twice for unset protected properties) | ||||
| * | fix bug #63462 (Magic methods called twice for unset protected properties) | Stanislav Malyshev | 2013-01-18 | 1 | -0/+74 |
| | | |||||
* | | fix bug #63982: isset() inconsistently produces a fatal error on protected ↵ | Stanislav Malyshev | 2013-01-13 | 1 | -0/+15 |
| | | | | | | | | property | ||||
* | | different OSes have different messages, and that's not what the test is ↵ | Stanislav Malyshev | 2013-01-13 | 2 | -3/+3 |
| | | | | | | | | about anyway | ||||
* | | Fixed bug #63882 (zend_std_compare_objects crash on recursion) | Dmitry Stogov | 2013-01-09 | 1 | -0/+15 |
| | | |||||
* | | spelling | Dmitry Stogov | 2012-12-25 | 1 | -1/+1 |
| | | |||||
* | | Traits refactoring | Dmitry Stogov | 2012-12-25 | 13 | -12/+119 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-12-13 | 1 | -0/+53 |
|\ \ | |/ | |||||
| * | Fix Bug #63762 Sigsegv when Exception::$trace is changed by user | Johannes Schlüter | 2012-12-13 | 1 | -0/+53 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2012-11-29 | 1 | -0/+58 |
|\ \ | |/ | | | | | | | | | | | | | * 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 | 1 | -0/+58 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2012-11-20 | 1 | -0/+30 |
|\ \ | |/ | | | | | | | | | | | | | * 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 | 1 | -0/+30 |
| | | |||||
* | | 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 | 1 | -0/+43 |
| | | |||||
* | | 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 | 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 |
| | | |||||
* | | Fixed bug #63219 (Segfault when aliasing trait method when autoloader throws ↵ | Xinchen Hui | 2012-10-08 | 1 | -0/+18 |
| | | | | | | | | excpetion) | ||||
* | | Fix bug #63173: Crash when invoking invalid array callback | Nikita Popov | 2012-09-27 | 1 | -0/+12 |
| | | | | | | | | | | | | 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 | 1 | -0/+36 |
|\ \ | |/ | | | | | | | | | | | | | * 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 | 1 | -0/+36 |
| | | |||||
| * | Fixed bug #61442 (exception threw in __autoload can not be catched) | Xinchen Hui | 2012-09-19 | 1 | -0/+30 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2012-09-06 | 4 | -0/+84 |
|\ \ | |/ | | | | | | | | | | | | | | | * PHP-5.3: - Fixed bug #61767 (Shutdown functions not called in certain error situation) - Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function) Conflicts: NEWS Zend/zend_object_handlers.c | ||||
| * | - Fixed bug #61767 (Shutdown functions not called in certain error situation) | Dmitry Stogov | 2012-09-06 | 4 | -0/+84 |
| | | | | | | | | - Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function) | ||||
* | | Fixed bug #62907 (Double free when use traits) | Dmitry Stogov | 2012-09-05 | 1 | -2/+0 |
| | | |||||
* | | Bug #62956: fixing private method signature validation | Lars Strojny | 2012-08-28 | 2 | -1/+22 |
| | | | | | | | | | | In inheritance, if both methods are private, don not enforce the same signature. | ||||
* | | Add test for #62907 | Xinchen Hui | 2012-08-26 | 1 | -0/+24 |
| | | |||||
* | | Fixed bug #62358 (Segfault when using traits a lot) | Xinchen Hui | 2012-08-23 | 1 | -0/+32 |
| | |