Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-11-29 | 1 | -0/+64 |
|\ | | | | | | | | | * PHP-7.1: Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26) | ||||
| * | Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26) | Xinchen Hui | 2017-11-29 | 1 | -0/+64 |
| | | |||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-11-15 | 2 | -0/+89 |
|\ \ | |/ | |||||
| * | Fixed #74862: Unable to clone instance when private __clone defined | DanielCiochiu | 2017-11-15 | 2 | -0/+89 |
| | | | | | | | | | | Even though __clone was implemented as private and called only from parent class, child extending class instance could not be cloned. | ||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2017-10-26 | 8 | -0/+162 |
|\ \ | |/ | | | | | | | * PHP-7.1: Fixed indirect modification of magic ArrayAccess method arguments | ||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2017-10-26 | 8 | -0/+162 |
| |\ | | | | | | | | | | | | | * PHP-7.0: Fixed indirect modification of magic ArrayAccess method arguments | ||||
| | * | Fixed indirect modification of magic ArrayAccess method arguments | Dmitry Stogov | 2017-10-26 | 8 | -0/+162 |
| | | | |||||
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2017-10-26 | 2 | -0/+34 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.1: Backport tests | ||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2017-10-26 | 2 | -0/+34 |
| |\ \ | | |/ | | | | | | | | | | * PHP-7.0: Backport tests | ||||
| | * | Backport tests | Dmitry Stogov | 2017-10-26 | 2 | -0/+34 |
| | | | |||||
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2017-10-26 | 7 | -1/+112 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.1: Fixed indirect modification of magic method arguments. | ||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2017-10-26 | 7 | -1/+112 |
| |\ \ | | |/ | | | | | | | | | | * PHP-7.0: Fixed indirect modification of magic method arguments. | ||||
| | * | Fixed indirect modification of magic method arguments. | Dmitry Stogov | 2017-10-26 | 7 | -1/+112 |
| | | | |||||
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-10-26 | 1 | -0/+2 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.1: Fixed test | ||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-10-26 | 1 | -0/+2 |
| |\ \ | | |/ | | | | | | | | | | * PHP-7.0: Fixed test | ||||
| | * | Fixed test | Xinchen Hui | 2017-10-26 | 1 | -0/+2 |
| | | | |||||
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-10-26 | 1 | -0/+15 |
|\ \ \ | |/ / | | | | | | | | | | | | | * PHP-7.1: Update NEWS Fixed bug #75420 (Crash when modifing property name in __isset for BP_VAR_IS) | ||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-10-26 | 1 | -0/+15 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | * PHP-7.0: Fixed bug #75420 (Crash when modifing property name in __isset for BP_VAR_IS) Conflicts: Zend/zend_object_handlers.c | ||||
| | * | Fixed bug #75420 (Crash when modifing property name in __isset for BP_VAR_IS) | Xinchen Hui | 2017-10-26 | 1 | -0/+15 |
| | | | |||||
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Andrea Faulds | 2017-09-29 | 1 | -0/+26 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Andrea Faulds | 2017-09-29 | 1 | -0/+26 |
| |\ \ | | |/ | |||||
| | * | Fix bug #75290 | Andrea Faulds | 2017-09-29 | 1 | -0/+26 |
| | | | |||||
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-09-24 | 1 | -0/+13 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | * PHP-7.1: Update NEWS Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()). Compiler warning | ||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-09-24 | 1 | -0/+13 |
| |\ \ | | |/ | | | | | | | | | | | | | * PHP-7.0: Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()). Compiler warning | ||||
| | * | Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()). | Xinchen Hui | 2017-09-24 | 1 | -0/+13 |
| | | | |||||
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-09-24 | 1 | -0/+28 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-09-24 | 1 | -0/+28 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #75252 | Nikita Popov | 2017-09-24 | 1 | -0/+28 |
| | | | |||||
* | | | Fixed test | Dmitry Stogov | 2017-08-14 | 1 | -1/+0 |
| | | | |||||
* | | | Order live ranges according to "start" position | Dmitry Stogov | 2017-08-14 | 1 | -0/+17 |
| | | | |||||
* | | | Fixed attempt to free invalid structure (result of ROPE_INIT is not a zval) | Dmitry Stogov | 2017-08-14 | 1 | -0/+17 |
| | | | |||||
* | | | Req #74963 (Improved error message on fetching property of non-object) | Xinchen Hui | 2017-07-31 | 14 | -26/+26 |
| | | | |||||
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-07-27 | 1 | -27/+0 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.1: Fixed test | ||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-07-27 | 1 | -27/+0 |
| |\ \ | | |/ | | | | | | | | | | * PHP-7.0: Fixed test | ||||
| | * | Fixed test | Xinchen Hui | 2017-07-27 | 1 | -27/+0 |
| | | | |||||
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Bob Weinand | 2017-07-22 | 1 | -0/+45 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2017-07-22 | 1 | -0/+45 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #74954 (null deref and segfault in zend_generator_resume()) | Bob Weinand | 2017-07-22 | 1 | -0/+45 |
| | | | |||||
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-07-21 | 1 | -0/+12 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | * PHP-7.1: Update NEWS Fixed bug #74947 (Segfault in scanner on INF number) Conflicts: Zend/zend_language_scanner.c | ||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-07-21 | 1 | -0/+12 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | * PHP-7.0: Fixed bug #74947 (Segfault in scanner on INF number) Conflicts: Zend/zend_language_scanner.c | ||||
| | * | Fixed bug #74947 (Segfault in scanner on INF number) | Xinchen Hui | 2017-07-21 | 1 | -0/+12 |
| | | | |||||
* | | | Merge branch 'PHP-7.1' | Stanislav Malyshev | 2017-07-04 | 2 | -0/+16 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-7.1: Improve fix for #74145 Fix wddx Fix tests Fixed bug #74111 Fix bug #74603 - use correct buffer size Fix bug #74651 - check EVP_SealInit as it can return -1 Update NEWS Fix bug #74087 Fixed parsing of strange formats with mixed month/day and time strings Fix bug #74145 - wddx parsing empty boolean tag leads to SIGSEGV Fixed bug #74111 Fix #74435: Buffer over-read into uninitialized memory Fix bug #74603 - use correct buffer size Fix bug #74651 - check EVP_SealInit as it can return -1 Update NEWS Fix bug #73807 | ||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2017-07-04 | 2 | -0/+16 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-7.0: Improve fix for #74145 Fix wddx Fix tests Fixed bug #74111 Fix bug #74603 - use correct buffer size Fix bug #74651 - check EVP_SealInit as it can return -1 Update NEWS Fix bug #74087 Fixed parsing of strange formats with mixed month/day and time strings Fix bug #74145 - wddx parsing empty boolean tag leads to SIGSEGV Fixed bug #74111 Fix #74435: Buffer over-read into uninitialized memory Fix bug #74603 - use correct buffer size Fix bug #74651 - check EVP_SealInit as it can return -1 Update NEWS Fix bug #73807 | ||||
| | * | Fix bug #74603 - use correct buffer size | Stanislav Malyshev | 2017-07-04 | 2 | -0/+16 |
| | | | |||||
* | | | Fixed bug #74836 (isset on zero-prefixed numeric indexes in array broken) | Dmitry Stogov | 2017-07-04 | 1 | -0/+33 |
| | | | |||||
* | | | Merge branch 'PHP-7.1' | Bob Weinand | 2017-07-01 | 1 | -0/+21 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2017-07-01 | 1 | -0/+21 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within ↵ | Bob Weinand | 2017-07-01 | 1 | -0/+21 |
| | | | | | | | | | | | | finally) | ||||
* | | | Remove superfluous semicolons | Tom Van Looy | 2017-06-26 | 2 | -2/+2 |
| | | | |||||
* | | | Fix tests on Windows | Nikita Popov | 2017-06-26 | 2 | -2/+2 |
| | | |