summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_execute.h
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* Fixed bug #49866 (Making reference on string offsets crashes PHP)Dmitry Stogov2009-12-071-10/+10
* Fixed bug #50351 (performance regression handling objects, ten times slower i...Dmitry Stogov2009-12-071-4/+2
* - Fixed bug #50255 (isset() and empty() silently casts array to object)Felipe Pena2009-11-241-12/+12
* - Fixed bug #49908 (throwing exception in __autoload crashes when interface i...Felipe Pena2009-11-011-4/+5
* Fixed memleak in tests/lang/engine_assignExecutionOrder_001.phptDmitry Stogov2009-09-211-0/+4
* Fixed bug #46074 (Bus error during running PHP CLI under IRIX 6.5.30)Dmitry Stogov2009-09-031-7/+7
* fix crash when unexpectedly passed by-ref parameter is modifiedStanislav Malyshev2009-08-181-0/+8
* Fixed ability to call user functions from user opcodes without recursionDmitry Stogov2009-08-181-4/+4
* Fixed bug #49269 (Ternary operator fails on Iterator object when used inside ...Dmitry Stogov2009-08-171-52/+72
* Fixed bug #48912 (Namespace causes unexpected strict behaviour with extract())Dmitry Stogov2009-07-281-2/+6
* MFH: Changed error messages to use "cannot" instead of "can not" (meaning "al...Matt Wilmas2009-06-071-14/+14
* MFH: better fix for #48409 , #48428 , #48228Arnaud Le Blanc2009-06-051-2/+2
* MFH:Matt Wilmas2009-06-041-180/+68
* MFH: better fix for #48409 , #48428 , #48228Arnaud Le Blanc2009-06-011-5/+2
* MFH: Fix aliasing issue (fixes #48409 , #48428 , #48228)Arnaud Le Blanc2009-05-301-2/+5
* Improved specialization (IS_CONST can't be IS_OBJECT)Dmitry Stogov2009-04-081-86/+79
* Fixed bug #47771 (Exception during object construction from arg call calls ob...Dmitry Stogov2009-03-261-2/+7
* Removed unnecassary checksDmitry Stogov2009-03-181-88/+40
* Improved speed of conditional jump instructions by checking for most useful c...Dmitry Stogov2009-03-181-60/+256
* Fixed bug #47704 (crashes on some "bad" operations with string offsets)Dmitry Stogov2009-03-181-849/+563
* Clenaup deprecated namespace codeDmitry Stogov2009-03-101-40/+10
* [DOC] Remove $this support in closures for PHP 5.3 beta 1Christian Seiler2009-01-261-1/+1
* Removed wrong warning messageDmitry Stogov2009-01-201-2/+6
* Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object)Dmitry Stogov2009-01-151-24/+48
* - MFH: Fixed bug #47054 (BC break in static functions called as dynamic)Felipe Pena2009-01-101-32/+80
* MFH:Felipe Pena2009-01-051-20/+60
* - MFH Fix SEGV if get_method() returns a non bound functionMarcus Boerger2009-01-011-48/+48
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-4/+4
* MFH: Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-6/+0
* fix memleakStanislav Malyshev2008-11-111-260/+257
* Namespace resolution streamlining patchStanislav Malyshev2008-11-111-349/+295
* - Fixed Windows buildFelipe Pena2008-11-051-3/+3
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-041-180/+118
* - MFH: Fixed bug #46238 (Segmentation fault on static call with empty string ...Felipe Pena2008-10-061-20/+20
* - MFH: Removed some TSRMLS_FETCH()sFelipe Pena2008-08-151-8/+8
* MFH: Handlerify get_closureEtienne Kneuss2008-08-141-4/+8
* - MFH Improve exception linkingMarcus Boerger2008-08-141-0/+9
* Fixed bug #45805 (Crach on throwing exception from error handler)Dmitry Stogov2008-08-131-0/+16
* - MFH error handling, now with save, replace, restoreMarcus Boerger2008-08-081-0/+6
* . Added support for using static HEREDOCs to initialize static variables and ...Dmitry Stogov2008-07-261-25/+230
* Fixed crashes and memory leak for objects with NULL write_property/has_proper...Dmitry Stogov2008-07-261-36/+204
* Fixed is_callable/call_user_func mess that had done different things for very...Dmitry Stogov2008-07-261-0/+30
* Fixed bug #45178 (memory corruption on assignment result of "new" by reference)Dmitry Stogov2008-07-241-0/+24
* LSB parent/self forwardingDmitry Stogov2008-07-241-20/+70
* Fixed is_callable() to support closures and return appropriate function nameDmitry Stogov2008-07-141-1/+1
* Added support for lambda functions and closuresDmitry Stogov2008-07-141-0/+76
* - Removed direct executor recursion.Dmitry Stogov2008-06-111-1155/+1279
* - Fixed bug #45089 (__callStatic $name case sensitivity)Felipe Pena2008-06-031-90/+110