summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* (c) patchZeev Suraski2000-02-191-1/+1
* - Put in the infrastructure for the unset() fix. Right now it has the oldAndi Gutmans2000-02-141-3/+6
* Syntax highlighting was erronously emitting more than one semicolon and/or ga...Zeev Suraski2000-02-071-0/+3
* - Support the string offset syntax $a{2} with the regular array opcodes.Andi Gutmans2000-02-061-0/+1
* - This hopefully fixes the list($a, $a) = array(1,2) crash, i.e. when listAndi Gutmans2000-02-051-6/+2
* - Stop passing list/plist to internal functionsZeev Suraski2000-02-051-3/+3
* Maintain a state of whether we're compiling and/or executingZeev Suraski2000-02-041-2/+16
* - Fix the annoying problem with list(), that surfaced up after our recent cle...Zeev Suraski2000-02-021-9/+16
* - Get rid of remains of garbage.Andi Gutmans2000-02-011-0/+2
* Fix ``'sZeev Suraski2000-01-291-1/+1
* - Add parser support for string offsets. This added three shift/reduceAndi Gutmans2000-01-291-0/+5
* - Make loop a bit faster.Andi Gutmans2000-01-281-0/+1
* - Make foreach() now copy the array but use the original array. It canAndi Gutmans2000-01-241-3/+5
* - Implement declare() with declarables frameworkZeev Suraski2000-01-241-0/+51
* Destructors no longer return ints, the low level problem it was intended to s...Zeev Suraski2000-01-171-3/+2
* Allow module startup to be separate from the compiler/executor startupZeev Suraski2000-01-161-1/+0
* - Nuke undefined_variable_stringZeev Suraski1999-12-311-3/+1
* - Fix bug #3073. continue in do..while() loops should work nowAndi Gutmans1999-12-311-2/+2
* - Generalize the fast cache mechanismZeev Suraski1999-12-271-3/+3
* Introduce a zval-specific cache - 5-15% speed improvementZeev Suraski1999-12-261-0/+1
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-3/+7
* OptimizeZeev Suraski1999-12-241-3/+4
* - Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend useAndi Gutmans1999-12-241-3/+3
* - Use function_add_ref() here tooZeev Suraski1999-12-241-2/+2
* Fix a class inheritence leak, when using static varibles in a parent class me...Zeev Suraski1999-12-231-1/+11
* This one slipped awayZeev Suraski1999-12-231-0/+1
* - require() of a dynamic expression now has the standard require() semanticsZeev Suraski1999-12-231-0/+16
* - Remove unused variable.Andi Gutmans1999-12-221-5/+0
* Fix the highlighting problem. STR_REALLOC() should be used instead of plain ...Zeev Suraski1999-12-211-2/+2
* We're using ZVAL's now.Andrei Zmievski1999-12-211-2/+2
* - Fix @exprZeev Suraski1999-12-201-15/+7
* - Fix the crash Thies was experiencing (returning a function call could cause...Zeev Suraski1999-12-201-0/+5
* - Made things work again (Thies, everybody - please check the latest CVS and ...Zeev Suraski1999-12-191-1/+1
* - More fixes related to the return references patchAndi Gutmans1999-12-191-2/+1
* - By mistake commited this to the branch. It fixes a bug we introduced withAndi Gutmans1999-12-171-2/+2
* - s/inheritence/inheritance/gAndrei Zmievski1999-12-151-4/+4
* - Implement return by reference:Zeev Suraski1999-12-151-2/+27
* Move the #include of zend-parser.h out of zend_compile.hZeev Suraski1999-12-061-0/+1
* Fix some warningsSascha Schumann1999-12-051-1/+0
* - Implement get_used_files() and get_imported_files()Zeev Suraski1999-12-041-1/+8
* - Break the zend->PHP dependency introduced by the .php extension for use(),Zeev Suraski1999-12-041-1/+1
* - Add use support (behaves like require, but will not use the same file twice)Andi Gutmans1999-11-301-0/+2
* UNIX/non ZTS compile fixesZeev Suraski1999-11-261-1/+1
* - Improve the file handle closing codeZeev Suraski1999-11-261-1/+1
* - Optimize class instanciationZeev Suraski1999-11-211-0/+1
* - If a function's return value is unused then don't create a ZEND_FREEAndi Gutmans1999-11-171-5/+6
* - In any case create the free opcode. Need to allow the functions toAndi Gutmans1999-11-161-9/+8
* - Add support for used_return_value passed to internal functions.Andi Gutmans1999-11-161-4/+10
* - Add support for BYREF_FORCE_RESTAndi Gutmans1999-11-031-2/+3
* - Fix for Thies' leak and Andrei's crashAndi Gutmans1999-10-281-0/+1