| Commit message (Expand) | Author | Age | Files | Lines |
* | (c) patch | Zeev Suraski | 2000-02-19 | 1 | -1/+1 |
* | - Put in the infrastructure for the unset() fix. Right now it has the old | Andi Gutmans | 2000-02-14 | 1 | -3/+6 |
* | Syntax highlighting was erronously emitting more than one semicolon and/or ga... | Zeev Suraski | 2000-02-07 | 1 | -0/+3 |
* | - Support the string offset syntax $a{2} with the regular array opcodes. | Andi Gutmans | 2000-02-06 | 1 | -0/+1 |
* | - This hopefully fixes the list($a, $a) = array(1,2) crash, i.e. when list | Andi Gutmans | 2000-02-05 | 1 | -6/+2 |
* | - Stop passing list/plist to internal functions | Zeev Suraski | 2000-02-05 | 1 | -3/+3 |
* | Maintain a state of whether we're compiling and/or executing | Zeev Suraski | 2000-02-04 | 1 | -2/+16 |
* | - Fix the annoying problem with list(), that surfaced up after our recent cle... | Zeev Suraski | 2000-02-02 | 1 | -9/+16 |
* | - Get rid of remains of garbage. | Andi Gutmans | 2000-02-01 | 1 | -0/+2 |
* | Fix ``'s | Zeev Suraski | 2000-01-29 | 1 | -1/+1 |
* | - Add parser support for string offsets. This added three shift/reduce | Andi Gutmans | 2000-01-29 | 1 | -0/+5 |
* | - Make loop a bit faster. | Andi Gutmans | 2000-01-28 | 1 | -0/+1 |
* | - Make foreach() now copy the array but use the original array. It can | Andi Gutmans | 2000-01-24 | 1 | -3/+5 |
* | - Implement declare() with declarables framework | Zeev Suraski | 2000-01-24 | 1 | -0/+51 |
* | Destructors no longer return ints, the low level problem it was intended to s... | Zeev Suraski | 2000-01-17 | 1 | -3/+2 |
* | Allow module startup to be separate from the compiler/executor startup | Zeev Suraski | 2000-01-16 | 1 | -1/+0 |
* | - Nuke undefined_variable_string | Zeev Suraski | 1999-12-31 | 1 | -3/+1 |
* | - Fix bug #3073. continue in do..while() loops should work now | Andi Gutmans | 1999-12-31 | 1 | -2/+2 |
* | - Generalize the fast cache mechanism | Zeev Suraski | 1999-12-27 | 1 | -3/+3 |
* | Introduce a zval-specific cache - 5-15% speed improvement | Zeev Suraski | 1999-12-26 | 1 | -0/+1 |
* | Change ALLOC_ZVAL() semantics | Zeev Suraski | 1999-12-26 | 1 | -3/+7 |
* | Optimize | Zeev Suraski | 1999-12-24 | 1 | -3/+4 |
* | - Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend use | Andi Gutmans | 1999-12-24 | 1 | -3/+3 |
* | - Use function_add_ref() here too | Zeev Suraski | 1999-12-24 | 1 | -2/+2 |
* | Fix a class inheritence leak, when using static varibles in a parent class me... | Zeev Suraski | 1999-12-23 | 1 | -1/+11 |
* | This one slipped away | Zeev Suraski | 1999-12-23 | 1 | -0/+1 |
* | - require() of a dynamic expression now has the standard require() semantics | Zeev Suraski | 1999-12-23 | 1 | -0/+16 |
* | - Remove unused variable. | Andi Gutmans | 1999-12-22 | 1 | -5/+0 |
* | Fix the highlighting problem. STR_REALLOC() should be used instead of plain ... | Zeev Suraski | 1999-12-21 | 1 | -2/+2 |
* | We're using ZVAL's now. | Andrei Zmievski | 1999-12-21 | 1 | -2/+2 |
* | - Fix @expr | Zeev Suraski | 1999-12-20 | 1 | -15/+7 |
* | - Fix the crash Thies was experiencing (returning a function call could cause... | Zeev Suraski | 1999-12-20 | 1 | -0/+5 |
* | - Made things work again (Thies, everybody - please check the latest CVS and ... | Zeev Suraski | 1999-12-19 | 1 | -1/+1 |
* | - More fixes related to the return references patch | Andi Gutmans | 1999-12-19 | 1 | -2/+1 |
* | - By mistake commited this to the branch. It fixes a bug we introduced with | Andi Gutmans | 1999-12-17 | 1 | -2/+2 |
* | - s/inheritence/inheritance/g | Andrei Zmievski | 1999-12-15 | 1 | -4/+4 |
* | - Implement return by reference: | Zeev Suraski | 1999-12-15 | 1 | -2/+27 |
* | Move the #include of zend-parser.h out of zend_compile.h | Zeev Suraski | 1999-12-06 | 1 | -0/+1 |
* | Fix some warnings | Sascha Schumann | 1999-12-05 | 1 | -1/+0 |
* | - Implement get_used_files() and get_imported_files() | Zeev Suraski | 1999-12-04 | 1 | -1/+8 |
* | - Break the zend->PHP dependency introduced by the .php extension for use(), | Zeev Suraski | 1999-12-04 | 1 | -1/+1 |
* | - Add use support (behaves like require, but will not use the same file twice) | Andi Gutmans | 1999-11-30 | 1 | -0/+2 |
* | UNIX/non ZTS compile fixes | Zeev Suraski | 1999-11-26 | 1 | -1/+1 |
* | - Improve the file handle closing code | Zeev Suraski | 1999-11-26 | 1 | -1/+1 |
* | - Optimize class instanciation | Zeev Suraski | 1999-11-21 | 1 | -0/+1 |
* | - If a function's return value is unused then don't create a ZEND_FREE | Andi Gutmans | 1999-11-17 | 1 | -5/+6 |
* | - In any case create the free opcode. Need to allow the functions to | Andi Gutmans | 1999-11-16 | 1 | -9/+8 |
* | - Add support for used_return_value passed to internal functions. | Andi Gutmans | 1999-11-16 | 1 | -4/+10 |
* | - Add support for BYREF_FORCE_REST | Andi Gutmans | 1999-11-03 | 1 | -2/+3 |
* | - Fix for Thies' leak and Andrei's crash | Andi Gutmans | 1999-10-28 | 1 | -0/+1 |