summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* - Andrei, this is for you!Andi Gutmans2000-06-091-8/+13
* Enable asp_tags/short_tags/allow_call_time_pass_by_reference to work on a per...Zeev Suraski2000-06-061-3/+0
* Change shutdown order to sort out a crash when assigning a resource id to a s...Zeev Suraski2000-06-041-14/+0
* - Fix Win32 compilation (Use winsock2.h from now on)Zeev Suraski2000-06-031-1/+1
* Fix a crash bug in certain situations of class redeclarationsZeev Suraski2000-05-251-3/+14
* Refined fixZeev Suraski2000-05-111-1/+2
* Fix a memory corruption bug with by-ref function argumentsZeev Suraski2000-05-111-8/+9
* make waning readableThies C. Arntzen2000-05-101-2/+2
* Thoroughly initialize IS_UNUSED for proper cleanupAndi Gutmans2000-05-081-0/+2
* - Change the place CAST uses for the op_typeAndi Gutmans2000-05-031-1/+1
* BeautifyZeev Suraski2000-04-291-1/+1
* *** empty log message ***Zeev Suraski2000-04-271-1/+1
* Change to using the #define'sZeev Suraski2000-04-271-1/+1
* - Forgot to keep the ':' in the class_nameZeev Suraski2000-04-241-0/+3
* - Fix order of JMPZNZ argumentsAndi Gutmans2000-04-171-2/+2
* - Clean up resource lists namespaceZeev Suraski2000-04-151-1/+1
* - Two more places needed changingAndi Gutmans2000-04-101-2/+2
* Clean up last/size definitionsZeev Suraski2000-04-101-1/+1
* - FIx JMPZNZAndi Gutmans2000-04-051-4/+3
* The previous fix ended up being broken, this one should do itZeev Suraski2000-03-311-2/+3
* - Fix bugAndi Gutmans2000-03-311-2/+2
* - Make the argument order for the stack applies more consistent with other ZendZeev Suraski2000-03-291-11/+13
* - Some header dependencies cleanupZeev Suraski2000-03-251-2/+0
* - Nuke hash_*_ptr functionsAndi Gutmans2000-03-241-1/+1
* -Zeev Suraski2000-03-131-1/+1
* - Spare a byte :)Zeev Suraski2000-03-131-1/+1
* *** empty log message ***Andi Gutmans2000-03-131-1/+1
* - Support require_once().Andi Gutmans2000-03-101-2/+2
* It's official now...Zeev Suraski2000-03-061-3/+3
* - Fix typosAndi Gutmans2000-03-011-1/+1
* (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