summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_def.h
Commit message (Expand)AuthorAgeFilesLines
* MFH: Changed error messages to use "cannot" instead of "can not" (meaning "al...Matt Wilmas2009-06-071-2/+2
* MFH: better fix for #48409 , #48428 , #48228Arnaud Le Blanc2009-06-051-2/+2
* MFH:Matt Wilmas2009-06-041-13/+5
* 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-19/+18
* Fixed bug #47771 (Exception during object construction from arg call calls ob...Dmitry Stogov2009-03-261-2/+7
* Removed unnecassary checksDmitry Stogov2009-03-181-7/+4
* Improved speed of conditional jump instructions by checking for most useful c...Dmitry Stogov2009-03-181-18/+64
* Fixed bug #47704 (crashes on some "bad" operations with string offsets)Dmitry Stogov2009-03-181-71/+45
* Clenaup deprecated namespace codeDmitry Stogov2009-03-101-4/+1
* [DOC] Remove $this support in closures for PHP 5.3 beta 1Christian Seiler2009-01-261-1/+1
* Removed wrong warning messageDmitry Stogov2009-01-201-1/+3
* Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object)Dmitry Stogov2009-01-151-2/+4
* - MFH: Fixed bug #47054 (BC break in static functions called as dynamic)Felipe Pena2009-01-101-4/+7
* MFH:Felipe Pena2009-01-051-1/+3
* - MFH Fix SEGV if get_method() returns a non bound functionMarcus Boerger2009-01-011-3/+3
* 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-1/+1
* MFH: Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-6/+0
* fix memleakStanislav Malyshev2008-11-111-2/+1
* Namespace resolution streamlining patchStanislav Malyshev2008-11-111-32/+14
* - Fixed Windows buildFelipe Pena2008-11-051-1/+1
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-041-42/+38
* - MFH: Fixed bug #46238 (Segmentation fault on static call with empty string ...Felipe Pena2008-10-061-2/+2
* - MFH: Removed some TSRMLS_FETCH()sFelipe Pena2008-08-151-2/+2
* MFH: Handlerify get_closureEtienne Kneuss2008-08-141-1/+2
* - MFH Improve exception linkingMarcus Boerger2008-08-141-0/+3
* Fixed bug #45805 (Crach on throwing exception from error handler)Dmitry Stogov2008-08-131-0/+4
* - 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-15/+40
* Fixed crashes and memory leak for objects with NULL write_property/has_proper...Dmitry Stogov2008-07-261-3/+17
* Fixed is_callable/call_user_func mess that had done different things for very...Dmitry Stogov2008-07-261-0/+3
* Fixed bug #45178 (memory corruption on assignment result of "new" by reference)Dmitry Stogov2008-07-241-0/+6
* LSB parent/self forwardingDmitry Stogov2008-07-241-2/+7
* 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/+24
* - Removed direct executor recursion.Dmitry Stogov2008-06-111-34/+141
* - Fixed bug #45089 (__callStatic $name case sensitivity)Felipe Pena2008-06-031-9/+11
* MFH: small CSE optimizationsDmitry Stogov2008-05-161-14/+15
* Fixed bug #44952 (isset() does not checks correctly variable variable)Dmitry Stogov2008-05-121-5/+5
* Use IS_CV for dirrent access to $this variableDmitry Stogov2008-05-071-1/+1
* Fixed possible memory leakDmitry Stogov2008-05-061-1/+2
* - Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR)Dmitry Stogov2008-05-051-6/+14
* IS_CONST operands are always have is_ref==1 and refcount==2, so we can elimin...Dmitry Stogov2008-04-301-2/+3
* Lazy EG(active_symbol_table) initializationDmitry Stogov2008-04-291-48/+99
* Optimized handlers for ZEND_RECV and ZEND_RECV_INIT opocdesDmitry Stogov2008-04-241-29/+16
* Optimized function call helperDmitry Stogov2008-04-211-34/+23
* Optimized ZEND_RETURN opcode to not allocate and copy return value if it is notDmitry Stogov2008-04-111-13/+13
* MFH: Implemented "jump label" operator (limited "goto")Felipe Pena2008-03-281-0/+22