summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-11-291-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 Hui2017-11-291-0/+64
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-11-152-0/+89
|\ \ | |/
| * Fixed #74862: Unable to clone instance when private __clone definedDanielCiochiu2017-11-152-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.2Dmitry Stogov2017-10-268-0/+162
|\ \ | |/ | | | | | | * PHP-7.1: Fixed indirect modification of magic ArrayAccess method arguments
| * Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-10-268-0/+162
| |\ | | | | | | | | | | | | * PHP-7.0: Fixed indirect modification of magic ArrayAccess method arguments
| | * Fixed indirect modification of magic ArrayAccess method argumentsDmitry Stogov2017-10-268-0/+162
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-10-262-0/+34
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Backport tests
| * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-10-262-0/+34
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Backport tests
| | * Backport testsDmitry Stogov2017-10-262-0/+34
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-10-267-1/+112
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fixed indirect modification of magic method arguments.
| * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-10-267-1/+112
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Fixed indirect modification of magic method arguments.
| | * Fixed indirect modification of magic method arguments.Dmitry Stogov2017-10-267-1/+112
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-10-261-0/+2
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fixed test
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-10-261-0/+2
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Fixed test
| | * Fixed testXinchen Hui2017-10-261-0/+2
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-10-261-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.1Xinchen Hui2017-10-261-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 Hui2017-10-261-0/+15
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Andrea Faulds2017-09-291-0/+26
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2017-09-291-0/+26
| |\ \ | | |/
| | * Fix bug #75290Andrea Faulds2017-09-291-0/+26
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-09-241-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.1Xinchen Hui2017-09-241-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 Hui2017-09-241-0/+13
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-09-241-0/+28
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-09-241-0/+28
| |\ \ | | |/
| | * Fixed bug #75252Nikita Popov2017-09-241-0/+28
| | |
* | | Fixed testDmitry Stogov2017-08-141-1/+0
| | |
* | | Order live ranges according to "start" positionDmitry Stogov2017-08-141-0/+17
| | |
* | | Fixed attempt to free invalid structure (result of ROPE_INIT is not a zval)Dmitry Stogov2017-08-141-0/+17
| | |
* | | Req #74963 (Improved error message on fetching property of non-object)Xinchen Hui2017-07-3114-26/+26
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-07-271-27/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fixed test
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-07-271-27/+0
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Fixed test
| | * Fixed testXinchen Hui2017-07-271-27/+0
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Bob Weinand2017-07-221-0/+45
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2017-07-221-0/+45
| |\ \ | | |/
| | * Fixed bug #74954 (null deref and segfault in zend_generator_resume())Bob Weinand2017-07-221-0/+45
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-07-211-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.1Xinchen Hui2017-07-211-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 Hui2017-07-211-0/+12
| | |
* | | Merge branch 'PHP-7.1'Stanislav Malyshev2017-07-042-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.1Stanislav Malyshev2017-07-042-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 sizeStanislav Malyshev2017-07-042-0/+16
| | |
* | | Fixed bug #74836 (isset on zero-prefixed numeric indexes in array broken)Dmitry Stogov2017-07-041-0/+33
| | |
* | | Merge branch 'PHP-7.1'Bob Weinand2017-07-011-0/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2017-07-011-0/+21
| |\ \ | | |/
| | * Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within ↵Bob Weinand2017-07-011-0/+21
| | | | | | | | | | | | finally)
* | | Remove superfluous semicolonsTom Van Looy2017-06-262-2/+2
| | |
* | | Fix tests on WindowsNikita Popov2017-06-262-2/+2
| | |