summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_execute.h
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #64023 (__toString() & SplFileInfo)Gustavo Lopes2013-01-221-56/+12
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed bug #61442 (exception threw in __autoload can not be catched)Xinchen Hui2012-09-191-0/+39
* Re-fixed bug #60825 (Segfault when running symfony 2 tests)Xinchen Hui2012-01-241-28/+32
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed bug #54305 (Crash in gc_remove_zval_from_buffer)Dmitry Stogov2011-07-111-16/+40
* - Year++Felipe Pena2011-07-101-1/+1
* - Restore fix for #39863 (do not accept paths with NULL in them)Felipe Pena2011-06-061-173/+205
* Fixed bug #54585 (track_errors causes segfault)Dmitry Stogov2011-04-251-48/+72
* Fixed bug #54367 (Use of closure causes problem in ArrayAccess).Dmitry Stogov2011-04-201-6/+34
* Fixed bug #54262 (Crash when assigning value to a dimension in a non-array)Dmitry Stogov2011-03-161-53/+7
* - Year++Felipe Pena2011-01-011-1/+1
* - fix #39863, do not accept paths with NULL in them. See http://news.php.net/...Pierre Joye2010-11-181-0/+44
* Fixed bug #52237 (Crash when passing the reference of the property of a non-o...Dmitry Stogov2010-07-051-6/+20
* Fixed bug #52041 (Memory leak when writing on uninitialized variable returned...Dmitry Stogov2010-06-151-0/+24
* - Let's generate this #ifdef only on zend_vm_execute.hFelipe Pena2010-06-071-3/+3
* - show the free_op1 warning only once, until a fix is appliedPierre Joye2010-06-061-0/+3
* 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