| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug #64023 (__toString() & SplFileInfo) | Gustavo Lopes | 2013-01-22 | 1 | -56/+12 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | Fixed bug #61442 (exception threw in __autoload can not be catched) | Xinchen Hui | 2012-09-19 | 1 | -0/+39 |
* | Re-fixed bug #60825 (Segfault when running symfony 2 tests) | Xinchen Hui | 2012-01-24 | 1 | -28/+32 |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | Fixed bug #54305 (Crash in gc_remove_zval_from_buffer) | Dmitry Stogov | 2011-07-11 | 1 | -16/+40 |
* | - Year++ | Felipe Pena | 2011-07-10 | 1 | -1/+1 |
* | - Restore fix for #39863 (do not accept paths with NULL in them) | Felipe Pena | 2011-06-06 | 1 | -173/+205 |
* | Fixed bug #54585 (track_errors causes segfault) | Dmitry Stogov | 2011-04-25 | 1 | -48/+72 |
* | Fixed bug #54367 (Use of closure causes problem in ArrayAccess). | Dmitry Stogov | 2011-04-20 | 1 | -6/+34 |
* | Fixed bug #54262 (Crash when assigning value to a dimension in a non-array) | Dmitry Stogov | 2011-03-16 | 1 | -53/+7 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | - fix #39863, do not accept paths with NULL in them. See http://news.php.net/... | Pierre Joye | 2010-11-18 | 1 | -0/+44 |
* | Fixed bug #52237 (Crash when passing the reference of the property of a non-o... | Dmitry Stogov | 2010-07-05 | 1 | -6/+20 |
* | Fixed bug #52041 (Memory leak when writing on uninitialized variable returned... | Dmitry Stogov | 2010-06-15 | 1 | -0/+24 |
* | - Let's generate this #ifdef only on zend_vm_execute.h | Felipe Pena | 2010-06-07 | 1 | -3/+3 |
* | - show the free_op1 warning only once, until a fix is applied | Pierre Joye | 2010-06-06 | 1 | -0/+3 |
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
* | Fixed bug #49866 (Making reference on string offsets crashes PHP) | Dmitry Stogov | 2009-12-07 | 1 | -10/+10 |
* | Fixed bug #50351 (performance regression handling objects, ten times slower i... | Dmitry Stogov | 2009-12-07 | 1 | -4/+2 |
* | - Fixed bug #50255 (isset() and empty() silently casts array to object) | Felipe Pena | 2009-11-24 | 1 | -12/+12 |
* | - Fixed bug #49908 (throwing exception in __autoload crashes when interface i... | Felipe Pena | 2009-11-01 | 1 | -4/+5 |
* | Fixed memleak in tests/lang/engine_assignExecutionOrder_001.phpt | Dmitry Stogov | 2009-09-21 | 1 | -0/+4 |
* | Fixed bug #46074 (Bus error during running PHP CLI under IRIX 6.5.30) | Dmitry Stogov | 2009-09-03 | 1 | -7/+7 |
* | fix crash when unexpectedly passed by-ref parameter is modified | Stanislav Malyshev | 2009-08-18 | 1 | -0/+8 |
* | Fixed ability to call user functions from user opcodes without recursion | Dmitry Stogov | 2009-08-18 | 1 | -4/+4 |
* | Fixed bug #49269 (Ternary operator fails on Iterator object when used inside ... | Dmitry Stogov | 2009-08-17 | 1 | -52/+72 |
* | Fixed bug #48912 (Namespace causes unexpected strict behaviour with extract()) | Dmitry Stogov | 2009-07-28 | 1 | -2/+6 |
* | MFH: Changed error messages to use "cannot" instead of "can not" (meaning "al... | Matt Wilmas | 2009-06-07 | 1 | -14/+14 |
* | MFH: better fix for #48409 , #48428 , #48228 | Arnaud Le Blanc | 2009-06-05 | 1 | -2/+2 |
* | MFH: | Matt Wilmas | 2009-06-04 | 1 | -180/+68 |
* | MFH: better fix for #48409 , #48428 , #48228 | Arnaud Le Blanc | 2009-06-01 | 1 | -5/+2 |
* | MFH: Fix aliasing issue (fixes #48409 , #48428 , #48228) | Arnaud Le Blanc | 2009-05-30 | 1 | -2/+5 |
* | Improved specialization (IS_CONST can't be IS_OBJECT) | Dmitry Stogov | 2009-04-08 | 1 | -86/+79 |
* | Fixed bug #47771 (Exception during object construction from arg call calls ob... | Dmitry Stogov | 2009-03-26 | 1 | -2/+7 |
* | Removed unnecassary checks | Dmitry Stogov | 2009-03-18 | 1 | -88/+40 |
* | Improved speed of conditional jump instructions by checking for most useful c... | Dmitry Stogov | 2009-03-18 | 1 | -60/+256 |
* | Fixed bug #47704 (crashes on some "bad" operations with string offsets) | Dmitry Stogov | 2009-03-18 | 1 | -849/+563 |
* | Clenaup deprecated namespace code | Dmitry Stogov | 2009-03-10 | 1 | -40/+10 |
* | [DOC] Remove $this support in closures for PHP 5.3 beta 1 | Christian Seiler | 2009-01-26 | 1 | -1/+1 |
* | Removed wrong warning message | Dmitry Stogov | 2009-01-20 | 1 | -2/+6 |
* | Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object) | Dmitry Stogov | 2009-01-15 | 1 | -24/+48 |
* | - MFH: Fixed bug #47054 (BC break in static functions called as dynamic) | Felipe Pena | 2009-01-10 | 1 | -32/+80 |
* | MFH: | Felipe Pena | 2009-01-05 | 1 | -20/+60 |
* | - MFH Fix SEGV if get_method() returns a non bound function | Marcus Boerger | 2009-01-01 | 1 | -48/+48 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | Fixed bug #46409 (__invoke method called outside of object context when using... | Dmitry Stogov | 2008-11-27 | 1 | -4/+4 |
* | MFH: Fix #46241 (stacked error_handlers, error_handling in general) | Etienne Kneuss | 2008-11-19 | 1 | -6/+0 |
* | fix memleak | Stanislav Malyshev | 2008-11-11 | 1 | -260/+257 |
* | Namespace resolution streamlining patch | Stanislav Malyshev | 2008-11-11 | 1 | -349/+295 |