summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fixed possible crash on Zend/tests/bug71154.phptDmitry Stogov2015-12-214-2/+27
* Revert "Partially fix bug #71129"Anatol Belski2015-12-211-6/+2
* Partially fix bug #71129Anatol Belski2015-12-201-2/+6
* Fixed bug #71165 (-DGC_BENCH=1 doesn't work on PHP7)Xinchen Hui2015-12-181-1/+0
* Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2015-12-188-33/+93
|\
| * Fix bug #70804Andrea Faulds2015-12-192-26/+23
| * Fix bug #52355Andrea Faulds2015-12-172-10/+46
| * Fixed iter leak on by-ref foreach over const/tmp arrayNikita Popov2015-12-173-10/+21
| * Fixed bug #71154Nikita Popov2015-12-172-10/+26
| * Fixed incorrect exception handlingDmitry Stogov2015-12-172-2/+2
* | Fixed bug #71163 (Segmentation Fault: cleanup_unfinished_calls)Xinchen Hui2015-12-182-5/+28
|/
* Do not swap operands in array additionNikita Popov2015-12-141-0/+19
* Fixed bug #71109 (ZEND_MOD_CONFLICTS("xdebug") doesn't work)Xinchen Hui2015-12-131-1/+2
* Use format stringXinchen Hui2015-12-121-1/+1
* Fixed bug #71092 (Segmentation fault with return type hinting)Xinchen Hui2015-12-113-2/+49
* Fix bug #71086Nikita Popov2015-12-112-0/+18
* Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2015-12-111-0/+8
|\
| * Fix Bug #71089 No check to duplicate zend_extensionRemi Collet2015-12-111-0/+8
* | Fix cleanup in bug70748.phptNikita Popov2015-12-101-1/+1
* | Fix Foo::${42} and similarNikita Popov2015-12-104-0/+74
* | Fixed bug #71067 (Local object in class method stays in memory for each call)Xinchen Hui2015-12-092-0/+37
* | Revert "fix typos "paramer" -> "parameters""Xinchen Hui2015-12-082-9/+9
* | fix typos "paramer" -> "parameters"Márcio Almada2015-12-072-9/+9
* | Fixed bug #71013 (Incorrect exception handler with yield from)Bob Weinand2015-12-062-3/+61
* | Fixed bug #71006 (symbol referencing errors on Sparc/Solaris)Dmitry Stogov2015-12-032-6/+6
* | Fixed bug #70997 (When using parentClass:: instead of parent::, static contex...Dmitry Stogov2015-11-303-18/+44
* | Fixed bug #70931 (Two errors messages are in conflict)Xinchen Hui2015-11-283-3/+3
* | Fixed Bug #70967 (Weird error handling for __toString when Error is thrown)Xinchen Hui2015-11-284-4/+27
* | Set called_scope in Closure::call (fixes bug #70987)Andrea Faulds2015-11-272-0/+16
* | Forbid namespace\int type hint as wellNikita Popov2015-11-263-3/+16
* | Fixed bug causing exception not being thrown immediately into a generator yie...Bob Weinand2015-11-252-0/+49
* | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2015-11-252-5/+37
|\ \
| * | Fixed bug #70965 (yield from with a common iterator primes too much)Bob Weinand2015-11-252-5/+37
* | | Always lower nameXinchen Hui2015-11-251-1/+1
* | | Revert "Improved fix for Fully qualified (leading backslash) type names must ...Xinchen Hui2015-11-254-21/+2
|/ /
* | Improved fix for Fully qualified (leading backslash) type names must failXinchen Hui2015-11-254-2/+21
* | Fixed bug #70904 (yield from incorrectly marks valid generator as finished)Bob Weinand2015-11-243-18/+59
* | Fix scalar type names with leading backslashBob Weinand2015-11-242-0/+16
* | Fixed bug #70959 (ArrayObject unserialize does not restore protected fields)Xinchen Hui2015-11-231-2/+14
* | Improved fix for bug (count on symbol table)Xinchen Hui2015-11-232-0/+37
* | Fixed testXinchen Hui2015-11-231-2/+2
* | Port fix to 7.0Xinchen Hui2015-11-231-2/+5
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-231-0/+21
|\ \ | |/
| * Fixed bug #70958 (Invalid opcode while using ::class as trait method paramate...Xinchen Hui2015-11-232-2/+29
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-231-0/+22
|\ \ | |/
| * Fixed bug #70957 (self::class can not be resolved with reflection for abstrac...Xinchen Hui2015-11-232-1/+23
* | Port the fix of 5.6 to 7.0Xinchen Hui2015-11-212-20/+21
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-211-6/+27
|\ \ | |/
| * Update test scriptXinchen Hui2015-11-211-5/+13
| * Unused varXinchen Hui2015-11-211-1/+1