| Commit message (Expand) | Author | Age | Files | Lines |
* | MFH: Changed error messages to use "cannot" instead of "can not" (meaning "al... | Matt Wilmas | 2009-06-07 | 1 | -2/+2 |
* | MFH: better fix for #48409 , #48428 , #48228 | Arnaud Le Blanc | 2009-06-05 | 1 | -2/+2 |
* | MFH: | Matt Wilmas | 2009-06-04 | 1 | -13/+5 |
* | 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 | -19/+18 |
* | 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 | -7/+4 |
* | Improved speed of conditional jump instructions by checking for most useful c... | Dmitry Stogov | 2009-03-18 | 1 | -18/+64 |
* | Fixed bug #47704 (crashes on some "bad" operations with string offsets) | Dmitry Stogov | 2009-03-18 | 1 | -71/+45 |
* | Clenaup deprecated namespace code | Dmitry Stogov | 2009-03-10 | 1 | -4/+1 |
* | [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 | -1/+3 |
* | Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object) | Dmitry Stogov | 2009-01-15 | 1 | -2/+4 |
* | - MFH: Fixed bug #47054 (BC break in static functions called as dynamic) | Felipe Pena | 2009-01-10 | 1 | -4/+7 |
* | MFH: | Felipe Pena | 2009-01-05 | 1 | -1/+3 |
* | - MFH Fix SEGV if get_method() returns a non bound function | Marcus Boerger | 2009-01-01 | 1 | -3/+3 |
* | 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 | -1/+1 |
* | 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 | -2/+1 |
* | Namespace resolution streamlining patch | Stanislav Malyshev | 2008-11-11 | 1 | -32/+14 |
* | - Fixed Windows build | Felipe Pena | 2008-11-05 | 1 | -1/+1 |
* | - Next step in namespaces, using / as namespace separator. | Marcus Boerger | 2008-11-04 | 1 | -42/+38 |
* | - MFH: Fixed bug #46238 (Segmentation fault on static call with empty string ... | Felipe Pena | 2008-10-06 | 1 | -2/+2 |
* | - MFH: Removed some TSRMLS_FETCH()s | Felipe Pena | 2008-08-15 | 1 | -2/+2 |
* | MFH: Handlerify get_closure | Etienne Kneuss | 2008-08-14 | 1 | -1/+2 |
* | - MFH Improve exception linking | Marcus Boerger | 2008-08-14 | 1 | -0/+3 |
* | Fixed bug #45805 (Crach on throwing exception from error handler) | Dmitry Stogov | 2008-08-13 | 1 | -0/+4 |
* | - MFH error handling, now with save, replace, restore | Marcus Boerger | 2008-08-08 | 1 | -0/+6 |
* | . Added support for using static HEREDOCs to initialize static variables and ... | Dmitry Stogov | 2008-07-26 | 1 | -15/+40 |
* | Fixed crashes and memory leak for objects with NULL write_property/has_proper... | Dmitry Stogov | 2008-07-26 | 1 | -3/+17 |
* | Fixed is_callable/call_user_func mess that had done different things for very... | Dmitry Stogov | 2008-07-26 | 1 | -0/+3 |
* | Fixed bug #45178 (memory corruption on assignment result of "new" by reference) | Dmitry Stogov | 2008-07-24 | 1 | -0/+6 |
* | LSB parent/self forwarding | Dmitry Stogov | 2008-07-24 | 1 | -2/+7 |
* | Fixed is_callable() to support closures and return appropriate function name | Dmitry Stogov | 2008-07-14 | 1 | -1/+1 |
* | Added support for lambda functions and closures | Dmitry Stogov | 2008-07-14 | 1 | -0/+24 |
* | - Removed direct executor recursion. | Dmitry Stogov | 2008-06-11 | 1 | -34/+141 |
* | - Fixed bug #45089 (__callStatic $name case sensitivity) | Felipe Pena | 2008-06-03 | 1 | -9/+11 |
* | MFH: small CSE optimizations | Dmitry Stogov | 2008-05-16 | 1 | -14/+15 |
* | Fixed bug #44952 (isset() does not checks correctly variable variable) | Dmitry Stogov | 2008-05-12 | 1 | -5/+5 |
* | Use IS_CV for dirrent access to $this variable | Dmitry Stogov | 2008-05-07 | 1 | -1/+1 |
* | Fixed possible memory leak | Dmitry Stogov | 2008-05-06 | 1 | -1/+2 |
* | - Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR) | Dmitry Stogov | 2008-05-05 | 1 | -6/+14 |
* | IS_CONST operands are always have is_ref==1 and refcount==2, so we can elimin... | Dmitry Stogov | 2008-04-30 | 1 | -2/+3 |
* | Lazy EG(active_symbol_table) initialization | Dmitry Stogov | 2008-04-29 | 1 | -48/+99 |
* | Optimized handlers for ZEND_RECV and ZEND_RECV_INIT opocdes | Dmitry Stogov | 2008-04-24 | 1 | -29/+16 |
* | Optimized function call helper | Dmitry Stogov | 2008-04-21 | 1 | -34/+23 |
* | Optimized ZEND_RETURN opcode to not allocate and copy return value if it is not | Dmitry Stogov | 2008-04-11 | 1 | -13/+13 |
* | MFH: Implemented "jump label" operator (limited "goto") | Felipe Pena | 2008-03-28 | 1 | -0/+22 |