summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make compile_string() accept a description of the codeZeev Suraski2000-09-121-4/+6
* - Use emalloc() for opened_path now. This was a potential leak before.Andi Gutmans2000-08-311-1/+1
* - Revert patch from 9/7/2000 which seems to have broken unset().Andi Gutmans2000-08-241-2/+0
* - BeautifyAndi Gutmans2000-08-191-2/+2
* Fix warning issue (compile errors inside require()'d files were incorrectly s...Zeev Suraski2000-08-151-1/+1
* - Fix leak and some logicZeev Suraski2000-08-141-7/+5
* - This patch should hopefully fix situations where a constructor usesAndi Gutmans2000-08-141-4/+6
* Fix crashStanislav Malyshev2000-08-141-2/+2
* Fix zend_fiel_handle handling. Should fix URL includeStanislav Malyshev2000-08-131-8/+5
* @ Fix problem with nested foreach()'s (Andi, Zend Engine)Andi Gutmans2000-08-101-12/+17
* The patch we promised - redesigned the compilation/execution API:Zeev Suraski2000-08-091-9/+10
* - Use some more SEPARATE_ZVAL macros instead of replicated code.Andi Gutmans2000-08-051-24/+6
* Fix memory leakStanislav Malyshev2000-08-051-2/+2
* - Beautify code. Try and use more macros for splitting instead ofAndi Gutmans2000-08-041-45/+11
* - Remove commented codeAndi Gutmans2000-08-021-11/+0
* Fix filename issuesZeev Suraski2000-07-291-6/+10