summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Avoid overhead in RELEASE build.Dmitry Stogov2015-06-221-2/+7
* Fixed crash in Zend/tests/bug69891.phpt on x86 (32-bit).Dmitry Stogov2015-06-222-2/+15
* Revert "Fix arginfo for built-in engine functions"Dmitry Stogov2015-06-221-211/+70
* Revert "Fix set_error_handler() arginfo"Dmitry Stogov2015-06-221-5/+5
* Revert "And actually use this new arginfo data"Dmitry Stogov2015-06-221-19/+22
* Revert "Fix each() arginfo"Dmitry Stogov2015-06-221-3/+3
* Revert "Fix genarginfo to respect by-ref passing"Dmitry Stogov2015-06-221-2/+2
* Revert "Several return type fixes, still not completed... Incomplete prototyp...Dmitry Stogov2015-06-221-8/+8
* Several return type fixes, still not completed... Incomplete prototypes :-/Bob Weinand2015-06-221-8/+8
* Fix genarginfo to respect by-ref passingBob Weinand2015-06-221-2/+2
* Fix each() arginfoBob Weinand2015-06-221-3/+3
* And actually use this new arginfo dataRasmus Lerdorf2015-06-221-22/+19
* Fix set_error_handler() arginfoRasmus Lerdorf2015-06-211-5/+5
* Fix arginfo for built-in engine functionsRasmus Lerdorf2015-06-211-70/+211
* Fix accidental function related flag value reuseBob Weinand2015-06-221-1/+1
* Fix bad run_time_cache with Closure::call()Bob Weinand2015-06-213-2/+55
* Fix segfault with scalar passed to typehint with not loaded classBob Weinand2015-06-212-1/+21
* Load/restore VM stack before unfinished generator cleanupNikita Popov2015-06-201-1/+17
* Fix bad test (oops)Bob Weinand2015-06-201-1/+1
* Add test for previous commitNikita Popov2015-06-201-0/+19
* Fix generator memory leakNikita Popov2015-06-205-321/+156
* Fix potential writes into wrong memory, ensure vm_stack integrityBob Weinand2015-06-203-1/+33
* Clean up zend_hash_compare implementationNikita Popov2015-06-201-42/+26
* Fix bug #69891Nikita Popov2015-06-203-3/+22
* Fixed bug #69893Nikita Popov2015-06-201-5/+9
* Merge branch 'PHP-5.6'Nikita Popov2015-06-202-3/+12
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2015-06-202-3/+12
| |\
| | * Fixed bug #69892Nikita Popov2015-06-202-3/+12
* | | Fixed bug #69889Nikita Popov2015-06-202-3/+29
* | | Avoid unnecessary separations in VERIFY_RETURN_TYPENikita Popov2015-06-202-72/+60
* | | Drop unnecessary %precNikita Popov2015-06-201-1/+1
* | | This test should be keptXinchen Hui2015-06-191-0/+17
* | | Better way to fix (Fix bug #69871 (short-circuiting failure with smart_branch))Xinchen Hui2015-06-191-18/+1
* | | Revert "Fix bug #69871 (short-circuiting failure with smart_branch)"Xinchen Hui2015-06-192-29/+2
* | | Fix bug #69871 (short-circuiting failure with smart_branch)Bob Weinand2015-06-182-2/+29
* | | Fixed Conditional jump or move depends on uninitialised value(s)Xinchen Hui2015-06-181-1/+7
* | | Fixed bug #69868 (Invalid read of size 1 in zend_compile_short_circuiting)Xinchen Hui2015-06-181-0/+1
* | | Add tests with invalid Error construction paramsAaron Piotrowski2015-06-172-0/+29
* | | Fix bug when constructing an Error with invalid paramsAaron Piotrowski2015-06-171-4/+4
* | | cleanup unused varAnatol Belski2015-06-181-1/+0
* | | fix c/p test titleAnatol Belski2015-06-181-1/+1
* | | preserve the orig class name when extending the ErrorExceptionAnatol Belski2015-06-182-1/+23
* | | dont use function to fetch default exception ceAnatol Belski2015-06-181-1/+1
* | | more testsAnatol Belski2015-06-182-0/+29
* | | fix crash when invalid exception arguments passedAnatol Belski2015-06-181-1/+8
* | | Fix #61362: Exception::getTraceAsString and ::__toString scramble UnicodeChristoph M. Becker2015-06-172-1/+24
* | | Merge branch 'pull-request/1284'Anatol Belski2015-06-17223-419/+501
|\ \ \
| * | | Rename interface macrosAaron Piotrowski2015-06-173-12/+12
| * | | Move definition of Throwable to zend_exceptions.h/cAaron Piotrowski2015-06-154-44/+48
| * | | Check for zend_ce_throwable insteadAaron Piotrowski2015-06-151-1/+1