summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* fix incompatible pointer typesAnatol Belski2014-11-171-2/+6
* Fixed bug #68370 ("unset($this)" can make the program crash)Xinchen Hui2014-11-101-7/+0
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-09-011-2/+2
|\
| * Merge branch 'pull-request/770' into PHP-5.4Stanislav Malyshev2014-09-011-2/+2
| |\
| | * Fix typo from commit 32314f6b6Keyur Govande2014-08-141-1/+1
| | * Fix destruction order in zend_shutdown (bug #65463, #66036)Keyur Govande2014-08-141-3/+3
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Remove unused included fileXinchen Hui2014-06-101-2/+0
* | | Bump yearXinchen Hui2014-01-031-1/+1
* | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-11-291-0/+8
|\ \ \ | |/ /
| * | Added validation of class names in the autoload processDmitry Stogov2013-11-291-0/+8
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-041-1/+1
|\ \ \ | |/ /
| * | non living code related typo fixesVeres Lajos2013-08-041-1/+1
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-06-051-4/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-06-051-4/+2
| |\ \
| | * | Fixed bug #64960 (Segfault in gc_zval_possible_root)Xinchen Hui2013-06-051-4/+2
| | * | Happy New YearXinchen Hui2013-01-011-1/+1
| | * | Typo when merging from trunkXinchen Hui2012-03-111-1/+1
| | * | Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks /...Xinchen Hui2012-03-111-1/+1
| | * | - Year++Felipe Pena2012-01-011-1/+1
| | * | Fixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator)Dmitry Stogov2011-11-181-4/+5
| | * | Fixed bug #54367 (Use of closure causes problem in ArrayAccess)Dmitry Stogov2011-05-111-9/+11
| | * | 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 #51905 (ReflectionParameter fails if default value is an array wi...Felipe Pena2010-05-261-1/+13
| | * | fix #51394 - try harder to find script lineno when exception happensStanislav Malyshev2010-04-011-0/+4
* | | | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-03-281-1/+1
|\ \ \ \ | |/ / /
| * | | Fixed bug #64529 (Ran out of opcode space)Dmitry Stogov2013-03-281-1/+1
| | |/ | |/|
| * | Happy New YearXinchen Hui2013-01-011-1/+1
| * | Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks /...Xinchen Hui2012-03-111-1/+1
| * | MFH: Fixed bug #60978 (exit code incorrect)Xinchen Hui2012-03-021-1/+7
| * | Revert -r319102 and -r322922 in 5.4 branch since they introduce #60978Xinchen Hui2012-02-081-6/+2
| * | - Reinstated correct return values after David's fix for #60218.Derick Rethans2012-01-291-2/+4
| * | 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 HandlingIlia Alshanetsky2011-06-221-13/+15
* | | Happy New YearXinchen Hui2013-01-011-1/+1
* | | Removed unnecessary checksDmitry Stogov2012-12-131-2/+2
* | | Removed redundand checks from release buildDmitry Stogov2012-12-131-21/+1
* | | Optimized access to temporary and compiled VM variablesDmitry Stogov2012-12-041-9/+9
* | | . The VM stacks for passing function arguments and syntaticaly nested calls w...Dmitry Stogov2012-11-301-8/+6
* | | Use zend_execute_internal always to call internal functionsStanislav Malyshev2012-10-051-6/+3
* | | use zend_execute_internalStanislav Malyshev2012-10-041-10/+18