summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* (c) patchZeev Suraski2000-02-191-1/+1
* Generalize macrosZeev Suraski2000-02-191-1/+1
* -Fix bug 3504 concerning leaks with unset()Andi Gutmans2000-02-161-0/+7
* - Hopefully fix Thies' bug report.Andi Gutmans2000-02-161-7/+7
* - Fix bug #3309Andi Gutmans2000-02-161-3/+11
* - Put in the infrastructure for the unset() fix. Right now it has the oldAndi Gutmans2000-02-141-0/+15
* Fine tune Andi's patchZeev Suraski2000-02-111-1/+1
* - Finally beautify those WIN32|WINNT checksAndi Gutmans2000-02-101-1/+1
* - Shouldn't be thereAndi Gutmans2000-02-101-1/+1
* - Cleanup the codeAndi Gutmans2000-02-101-14/+11
* Fix last known nasty bugs in Zend. It'll be cool if there are no new ones :)Zeev Suraski2000-02-091-10/+33
* foreach() works now for objects as well.Thies C. Arntzen2000-02-091-7/+11
* Fix an elusive bugZeev Suraski2000-02-081-1/+3
* More cleanupZeev Suraski2000-02-051-3/+3
* Pass the executor globals to internal functionsZeev Suraski2000-02-051-2/+2
* - Stop passing list/plist to internal functionsZeev Suraski2000-02-051-2/+2
* Maintain a state of whether we're compiling and/or executingZeev Suraski2000-02-041-0/+3
* Improve dependenciesZeev Suraski2000-02-011-0/+1
* Sort out a gdb problemZeev Suraski2000-02-011-1/+1
* Fix warningZeev Suraski2000-02-011-10/+9
* - Optimized garbage mechanismZeev Suraski2000-01-311-12/+0
* - Fix foreach()Zeev Suraski2000-01-311-14/+26
* - Fix the bug Thies found where I forgot to change a break; to NEXT_OPCODE();Andi Gutmans2000-01-301-1/+1
* - Yet another tiny optimization.Andi Gutmans2000-01-291-68/+70
* - Make loop a bit faster.Andi Gutmans2000-01-281-1/+9
* - Double the speed of some key switch() tests for Win32.Andi Gutmans2000-01-281-21/+16
* - This makes the switch() statement twice as quick. Moving to enumAndi Gutmans2000-01-281-0/+4
* - Make foreach() now copy the array but use the original array. It canAndi Gutmans2000-01-241-4/+18
* - Implement declare() with declarables frameworkZeev Suraski2000-01-241-0/+8
* FixesZeev Suraski2000-01-241-1/+1
* Leak fixZeev Suraski2000-01-181-4/+8
* Functionality & crash fixesZeev Suraski2000-01-091-2/+2
* - Separate the overloaded objects' types from Zend's data types.Andi Gutmans2000-01-041-4/+4
* - Change IS_UNSET -> IS_NULLAndi Gutmans2000-01-041-5/+5
* Fix a bug when using [] on a stringZeev Suraski2000-01-031-0/+4
* FixZeev Suraski2000-01-031-20/+29
* FixZeev Suraski2000-01-021-0/+1
* - Nuke undefined_variable_stringZeev Suraski1999-12-311-33/+29
* - Generalize the fast cache mechanismZeev Suraski1999-12-271-4/+4
* Introduce a zval-specific cache - 5-15% speed improvementZeev Suraski1999-12-261-0/+1
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-26/+34
* - Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend useAndi Gutmans1999-12-241-27/+27
* - require() of a dynamic expression now has the standard require() semanticsZeev Suraski1999-12-231-4/+3
* - Fix a very old legacy memory leak in break(n) statementsZeev Suraski1999-12-221-13/+33
* Fix for the array() initialization bug Stas foundZeev Suraski1999-12-221-0/+2
* Fix the highlighting problem. STR_REALLOC() should be used instead of plain ...Zeev Suraski1999-12-211-0/+2
* We're using ZVAL's now.Andrei Zmievski1999-12-211-2/+2
* - Fix Sascha's leak. Good report!Zeev Suraski1999-12-211-9/+22
* - Fix the crash Thies was experiencing (returning a function call could cause...Zeev Suraski1999-12-201-0/+2
* - Made things work again (Thies, everybody - please check the latest CVS and ...Zeev Suraski1999-12-191-30/+35