summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* Use zend_execute_internal always to call internal functionsStanislav Malyshev2012-10-051-6/+3
* use zend_execute_internalStanislav Malyshev2012-10-041-10/+18
* Replace code with zend_clean_and_cache_symbol_table() callNikita Popov2012-09-161-9/+1
* Remove asterix modifier (*) for generatorsNikita Popov2012-07-201-1/+8
* Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks /...Xinchen Hui2012-03-111-1/+1
* Revert -r319102 and -r322922 in 5.4 branch since they introduce #60978Xinchen Hui2012-02-081-2/+4
* - Reinstated correct return values after David's fix for #60218.Derick Rethans2012-01-291-1/+3
* Improved traits implementation. Now to support __CLASS__ constant in traits p...Dmitry Stogov2012-01-171-4/+4
* - Year++Felipe Pena2012-01-011-1/+1
* Fix #60218 (instantiating unknown class leads to memory leak in cli)David Soria Parra2011-11-121-1/+3
* Improved ternary operator performance when returning arraysArnaud Le Blanc2011-10-181-0/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-11/+12
* - fix build when no zend signal supportPierre Joye2011-09-081-0/+2
* Make timeouts work again for shutdown functions.Rasmus Lerdorf2011-09-071-0/+7
* Since we have fci_cache = &fci_cache_local inside that blockRasmus Lerdorf2011-08-071-1/+1
* Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)Ilia Alshanetsky2011-06-021-13/+15
* Fixed bug #54268 (Double free when destroy_zend_class fails)Dmitry Stogov2011-04-151-0/+2
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed bug #52939 (zend_call_function does not respect ZEND_SEND_PREFER_REF)Dmitry Stogov2010-10-131-1/+2
* Fixed bug #52940 (call_user_func_array still allows call-time pass-by-referen...Dmitry Stogov2010-10-011-11/+9
* - Improved memory usageDmitry Stogov2010-09-151-6/+7
* - use interned strings for auto globalsDmitry Stogov2010-07-081-10/+0
* eliminated unnecessary iterations during request startup/shutdownDmitry Stogov2010-07-061-1/+3
* - Fixed bug #51905 (ReflectionParameter fails if default value is an array wi...Felipe Pena2010-05-261-1/+13
* Fixed crash in Zend/tests/unset_cv09.phptDmitry Stogov2010-04-261-2/+2
* fix WSAntony Dovgal2010-04-231-1/+1
* Use fast class fetch functionDmitry Stogov2010-04-231-0/+2
* Implemented Traits for PHP as proposed in the RFC [TRAITS]Stefan Marr2010-04-221-1/+3
* Added a number of small performance tweaks and optimizationsDmitry Stogov2010-04-201-4/+32
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-3/+3
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-34/+64
* fix #51394 - try harder to find script lineno when exception happensStanislav Malyshev2010-04-011-0/+4
* - Fixed bug #50731 (Inconsistent namespaces sent to functions registered with...Felipe Pena2010-03-031-1/+5
* - Ensure that stderr output are not buffered, portability for testsPierre Joye2010-01-251-0/+4
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* fix regression bug #50394: Reference argument converted to value in __callStanislav Malyshev2009-12-181-0/+1
* Fixed unnecessary invokation of setitimer when timeouts have been disabled (A...Dmitry Stogov2009-11-051-1/+1
* - WS fix (spaces to tabs)Moriyoshi Koizumi2009-09-151-1/+1
* fix crash when unexpectedly passed by-ref parameter is modifiedStanislav Malyshev2009-08-181-0/+6
* fix for bug #49000Stanislav Malyshev2009-07-301-0/+7
* MFH: Added zend_eval_stringl and made create_function(), etc. binary-safeMatt Wilmas2009-06-051-7/+18
* MFH:Matt Wilmas2009-06-041-1/+1
* Calculate hash value onceDmitry Stogov2009-04-081-4/+7
* MFH: Removed extra space from eval stringMatt Wilmas2009-03-191-2/+1
* Forgotten includeDmitry Stogov2009-03-181-0/+1
* Fixed floating point mathematic speed degradation (Christian)Dmitry Stogov2009-03-181-0/+5
* - Fixed typoFelipe Pena2009-03-051-3/+3
* - MFH: Fixed bug #47572 (zval_update_constant_ex: Segmentation fault)Felipe Pena2009-03-051-3/+5
* Fixed bug #47320 ($php_errormsg out of scope in functions)Dmitry Stogov2009-02-091-8/+8
* - MFH Catch exceptions in cli -aMarcus Boerger2009-01-021-2/+2