summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PHP_4_0_7'.SVN Migration2001-08-151-2497/+0
* - MFZE1Andi Gutmans2001-08-131-16/+20
* - MFZE1Andi Gutmans2001-08-131-0/+1
* - Merge from Engine 1Andi Gutmans2001-08-131-4/+23
* - Sync Engine2 CVS with latest Engine CVSAndi Gutmans2001-08-071-17/+72
* - Move to using Z_ macrosAndi Gutmans2001-08-061-16/+20
* require_once()/include_once will return true in case a file was not includedZeev Suraski2001-08-021-2/+6
* More TSRMLS_FETCH workZeev Suraski2001-07-311-16/+16
* More TSRMLS_FETCH workZeev Suraski2001-07-301-3/+2
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-301-3/+3
* Avoid TSRMLS_FETCH()'s (still lots of work left)Zeev Suraski2001-07-301-5/+5
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-5/+5
* Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-74/+74
* Revert bogus patchZeev Suraski2001-07-191-7/+2
* Fix bug #11970Zeev Suraski2001-07-151-2/+7
* Improved interactive mode - it is now available in all builds, without any si...Zeev Suraski2001-07-151-24/+6
* Fix leak in the patch, and revert a couple of lines I didn't mean to commitZeev Suraski2001-06-271-6/+4
* - Warn about illegal offsetsZeev Suraski2001-06-271-7/+28
* - Hopefully fix bug #11476 and improve garbage to be freed very quickly.Andi Gutmans2001-06-211-0/+3
* - Nuke dependency of all of PHP on zend_execute_locks.h.Andi Gutmans2001-06-211-0/+52
* Eliminate the leak that the original bogus code tried to solveZeev Suraski2001-06-211-0/+1
* parent::methodname() now works better with runtime classes (fix bug #11589)Zeev Suraski2001-06-211-6/+1
* Fix bug #11590 (I want Andi to also review this patch before it goes into 4.0.6)Zeev Suraski2001-06-211-1/+0
* - Fix string offsets crash.Andi Gutmans2001-06-201-1/+1
* Add missing exportsZeev Suraski2001-06-191-1/+1
* Fix warningZeev Suraski2001-06-191-1/+1
* Floating point keys didn't work in array() (fix bug #6662)Zeev Suraski2001-05-061-1/+1
* - Patch by Andrei to prevent crash in error situation when not allAndi Gutmans2001-05-021-2/+12
* - Fix for crash bug when using invalid arguments in the foreach() loop.Andi Gutmans2001-04-201-3/+7
* - WhitespaceAndi Gutmans2001-03-101-1/+1
* Make parent:: work in runtime bindings as wellZeev Suraski2001-03-071-4/+9
* Fix bug #8899 (thanks Jani)Zeev Suraski2001-03-041-1/+1
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
* - Remove duplicate code and do a tiny optimization in DO_FCALLAndi Gutmans2001-02-091-14/+9
* Fix string offset data corruptionZeev Suraski2001-02-051-0/+2
* - That doesn't seem like a smart thing to do :)Andi Gutmans2001-01-271-1/+1
* - Fix leak in fetch_dim_address() which was already fixed inAndi Gutmans2001-01-171-78/+52
* - Remove unreachable codeAndi Gutmans2001-01-011-1/+1
* Allow get_current_key() not to return the key itself, instead of a duplicateZeev Suraski2000-12-221-1/+1
* - Allow passing references which are returned from functions and newAndi Gutmans2000-11-271-21/+39
* Pass on the exit statusSascha Schumann2000-11-221-1/+7
* - The baby patch wasn't that innocent :)Andi Gutmans2000-11-211-1/+0
* - NEVER copy and paste :)Andi Gutmans2000-11-201-1/+1
* - Baby patch towards making the damn pass-by-ref work.Andi Gutmans2000-11-201-1/+8
* - This patch is broken and needs more thorough fixing.Andi Gutmans2000-11-201-8/+0
* - Try and fix the problem when sending references returned from a function by...Andi Gutmans2000-11-191-0/+8
* Fix a corruption bug, when erroneously allowing to send non-variables by refe...Zeev Suraski2000-10-291-1/+5
* Fix -a interactive mode (no idea how the previous commit got committed)Zeev Suraski2000-10-111-4/+1
* *** empty log message ***Zeev Suraski2000-10-111-0/+5
* - Fix NULL handling in ARRAY opcode and resolve memory leakAndi Gutmans2000-09-141-0/+4