summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* - Get rid of warning and C++ commentsAndi Gutmans2001-08-301-2/+2
* - Initial support for exceptions.Andi Gutmans2001-08-301-7/+55
* MFZE1Zeev Suraski2001-08-301-3/+3
* - Merge Sterling's patches from ZE1Andi Gutmans2001-08-181-2/+2
* MFZE1Andrei Zmievski2001-08-171-2/+3
* - Try and nuke get_object_zval_ptr()Andi Gutmans2001-08-161-1/+1
* - Fix a bug in method calls.Andi Gutmans2001-08-161-6/+5
* - 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