| Commit message (Expand) | Author | Age | Files | Lines |
* | - MFH: Year++ | Felipe Pena | 2009-01-02 | 1 | -1/+1 |
* | Added support for namespaces with brackets. (Greg) | Dmitry Stogov | 2008-11-25 | 1 | -6/+10 |
* | Improve use syntax | Stanislav Malyshev | 2008-11-17 | 1 | -2/+2 |
* | Namespace resolution streamlining patch | Stanislav Malyshev | 2008-11-11 | 1 | -4/+4 |
* | fix more invalid reads | Antony Dovgal | 2008-11-08 | 1 | -3/+3 |
* | fix typo causing invalid reads | Antony Dovgal | 2008-11-07 | 1 | -1/+1 |
* | - Next step in namespaces, using / as namespace separator. | Marcus Boerger | 2008-11-04 | 1 | -24/+28 |
* | MFH: - Saved opcode when unary +/- is applied to IS_CONST op (e.g. for negati... | Matt Wilmas | 2008-08-29 | 1 | -5/+5 |
* | - MFH Add missing ';'s | Marcus Boerger | 2008-08-12 | 1 | -1/+2 |
* | . Added support for using static HEREDOCs to initialize static variables and ... | Dmitry Stogov | 2008-07-26 | 1 | -7/+12 |
* | Fixed bug #45178 (memory corruption on assignment result of "new" by reference) | Dmitry Stogov | 2008-07-24 | 1 | -1/+1 |
* | Added support for lambda functions and closures | Dmitry Stogov | 2008-07-14 | 1 | -4/+24 |
* | allow aggregating use statements | Stanislav Malyshev | 2008-06-08 | 1 | -4/+12 |
* | Use IS_CV for dirrent access to $this variable | Dmitry Stogov | 2008-05-07 | 1 | -24/+24 |
* | MFH: Implemented "jump label" operator (limited "goto") | Felipe Pena | 2008-03-28 | 1 | -0/+3 |
* | - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) | Marcus Boerger | 2008-02-23 | 1 | -1/+1 |
* | Added NEWDOC | Dmitry Stogov | 2008-02-12 | 1 | -0/+3 |
* | Fixed ext/tokenizer test failures because of token renumbering | Dmitry Stogov | 2008-02-12 | 1 | -1/+1 |
* | [DOC] Add compile-time __DIR__ constant which implements dirname(__FILE__) | Stanislav Malyshev | 2008-02-12 | 1 | -0/+2 |
* | - Fix warnings | Marcus Boerger | 2008-02-03 | 1 | -4/+4 |
* | Fixed bug #38469 (unexpected creation of cycle, json tests failed, leaks memory) | Dmitry Stogov | 2007-12-28 | 1 | -1/+1 |
* | Allowed import of global classes "use ::GlobalClassName;" | Dmitry Stogov | 2007-12-13 | 1 | -2/+4 |
* | Fixed bug #43344 (Wrong error message for undefined namespace constant) | Dmitry Stogov | 2007-12-07 | 1 | -2/+2 |
* | - MFH Improved version of ternary shortcut (Marcus) | Johannes Schlüter | 2007-11-21 | 1 | -3/+2 |
* | - MFH ?: operator (Marcus) | Johannes Schlüter | 2007-11-21 | 1 | -0/+3 |
* | Added support for "namespace::" prefix that is resolved to current namespace ... | Dmitry Stogov | 2007-11-20 | 1 | -2/+4 |
* | - MFH: static can't be used as type hint, fixes #43126 (Etienne Kneuss) | Johannes Schlüter | 2007-11-11 | 1 | -7/+15 |
* | T_IMPORT -> T_USE | Dmitry Stogov | 2007-11-07 | 1 | -10/+2 |
* | Fixed bug #35163 (Array elements can lose references) | Dmitry Stogov | 2007-10-23 | 1 | -1/+1 |
* | Fixed bug #42802 (Namespace not supported in typehints) | Dmitry Stogov | 2007-10-01 | 1 | -3/+3 |
* | Added support for Late Static Binding. (Dmitry, Etienne Kneuss) | Dmitry Stogov | 2007-09-29 | 1 | -0/+1 |
* | Namespaces | Dmitry Stogov | 2007-09-28 | 1 | -15/+38 |
* | - Readd support for ynamic access of static members (Etienne) | Johannes Schlüter | 2007-09-27 | 1 | -0/+12 |
* | Revert variable class patch for 5.2 | Stanislav Malyshev | 2007-08-13 | 1 | -12/+0 |
* | - Add possibility to call static class members using variables (Etienne Kneuss) | Johannes Schlüter | 2007-08-02 | 1 | -0/+12 |
* | fix #41401 - parser precedence on unary operators | Stanislav Malyshev | 2007-05-18 | 1 | -2/+2 |
* | Improved compilation of heredocs and interpolated strings. (Matt, Dmitry) | Dmitry Stogov | 2007-05-18 | 1 | -14/+2 |
* | Addres limitation of __HALT_COMPILER() that allowed only one instance | Ilia Alshanetsky | 2007-04-04 | 1 | -1/+1 |
* | - Fixed bug #35106 (nested foreach fails when array variable has a reference). | Dmitry Stogov | 2007-01-10 | 1 | -8/+8 |
* | MFH: fix #39903 (Notice message when executing __halt_compiler() more than once) | Antony Dovgal | 2006-12-20 | 1 | -1/+1 |
* | - MFH missing bits and pieces of the partial sync with head | Marcus Boerger | 2006-05-11 | 1 | -75/+75 |
* | As per agreement during PDM, remove the E_STRICT deprecation notice from | Ilia Alshanetsky | 2006-03-12 | 1 | -1/+1 |
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -1/+1 |
* | Fixed bug #34873 (Segmentation Fault on foreach in object) | Dmitry Stogov | 2005-10-17 | 1 | -3/+3 |
* | - MFH Fix Bug #34243 ReflectionClass::getDocComment() returns no result | Marcus Boerger | 2005-09-21 | 1 | -1/+1 |
* | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 |
* | Fixed SIGSEGV on 'global ${"{$blah}_ID"};' | Dmitry Stogov | 2005-07-04 | 1 | -2/+2 |
* | Fixed bug #30961 (Wrong linenumber in ReflectionClass getStartLine()) | Dmitry Stogov | 2005-06-08 | 1 | -4/+4 |
* | Thought I committed it ages ago... Anyway, without further delays, the final | Zeev Suraski | 2005-06-04 | 1 | -0/+5 |
* | Added array type hinting. (This patch requires full re-make) | Dmitry Stogov | 2005-05-26 | 1 | -0/+1 |