summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Req #74963 (Improved error message on fetching property of non-object)Xinchen Hui2017-07-3117-614/+918
* Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2017-07-272-21/+1
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-07-272-21/+1
| |\
| | * Simpler fix for #74974Pedro Magalhães2017-07-272-21/+1
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-07-271-27/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-07-271-27/+0
| |\ \ | | |/
| | * Fixed testXinchen Hui2017-07-271-27/+0
* | | Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2017-07-221-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-07-221-2/+2
| |\ \ | | |/
| | * Use compatability zend_isnan() instead of POSIX isnan()Sara Golemon2017-07-221-2/+2
* | | Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2017-07-221-0/+20
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-07-221-0/+20
| |\ \ | | |/
| | * Fix compile-time optimization of NAN comparisonsSara Golemon2017-07-221-0/+20
* | | Merge branch 'PHP-7.1' into PHP-7.2Bob Weinand2017-07-222-4/+47
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2017-07-222-4/+47
| |\ \ | | |/
| | * Fixed bug #74954 (null deref and segfault in zend_generator_resume())Bob Weinand2017-07-222-4/+47
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-07-212-2/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-212-2/+4
| |\ \ | | |/
| | * Move the define into the header to reduce diff for future upgradeAnatol Belski2017-07-212-2/+4
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-07-214-198/+208
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-07-214-198/+208
| |\ \ | | |/
| | * Fixed bug #74947 (Segfault in scanner on INF number)Xinchen Hui2017-07-214-198/+208
* | | Separate the fast-patchDmitry Stogov2017-07-192-20/+440
* | | Don't reuse compare_function operandsNikita Popov2017-07-192-20/+20
* | | Bump all API numbers in prep for 7.2 forkSara Golemon2017-07-182-2/+2
* | | gc_check_possible_root() may throw exception.Dmitry Stogov2017-07-172-4/+4
* | | Separate ISSET_ISEMPTY_CV/UNSET_CV from ISSET_ISEMPTY_VAR/UNSET_VARDmitry Stogov2017-07-176-300/+346
* | | Removed vim mode lines. zend_vm_opcodes.h loses these lines after regeneratio...Dmitry Stogov2017-07-172-20/+0
* | | Added goblal optimisation passes based on data flow analyses using SSA form:Dmitry Stogov2017-07-141-0/+8
* | | Fixed bug #74866 extension_dir = "./ext" now use current directory for baseFrancois Laupretre2017-07-132-3/+17
* | | Value of EG(user_exception_handler) should't relive request boundaryDmitry Stogov2017-07-121-0/+1
* | | Revert "Fixed bug #74878"Dmitry Stogov2017-07-101-4/+0
* | | Fixed bug #74878Nikita Popov2017-07-071-0/+4
* | | Merge branch 'PHP-7.1'Stanislav Malyshev2017-07-043-1/+17
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-07-043-1/+17
| |\ \ | | |/
| | * Fix bug #74603 - use correct buffer sizeStanislav Malyshev2017-07-043-1/+17
* | | Drop dead abstract method check from zend_call_function()Nikita Popov2017-07-041-22/+6
* | | further sync for vim mode linesAnatol Belski2017-07-04106-8/+377
* | | Fixed bug #74836 (isset on zero-prefixed numeric indexes in array broken)Dmitry Stogov2017-07-041-0/+33
* | | Revert "Avoid run-time checks performed at compile-time."Dmitry Stogov2017-07-042-20/+10
* | | Added missed opcodesDmitry Stogov2017-07-031-0/+2
* | | Merge branch 'PHP-7.1'Anatol Belski2017-07-011-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-011-1/+1
| |\ \ | | |/
| | * yet one C++ compat fixAnatol Belski2017-07-011-1/+1
* | | Merge branch 'PHP-7.1'Anatol Belski2017-07-011-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-011-0/+2
| |\ \ | | |/
| | * fix C++ compatAnatol Belski2017-07-011-0/+2
* | | 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 fina...Bob Weinand2017-07-011-0/+21