summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'php_4_0_4'.SVN Migration2000-12-141-0/+2352
* This commit was manufactured by cvs2svn to create branch 'php_4_0_4'.SVN Migration2000-12-021-2351/+0
* - Allow passing references which are returned from functions and newAndi Gutmans2000-11-271-17/+22
* - Remove code which has been commented out for ages.Andi Gutmans2000-11-221-4/+0
* - Baby patch towards making the damn pass-by-ref work.Andi Gutmans2000-11-201-0/+1
* - Move SET_UNUSED() to headerAndi Gutmans2000-11-111-3/+0
* - Remove this damn thing once again.Andi Gutmans2000-11-101-10/+1
* - Maybe it's OK now? :)Andi Gutmans2000-11-091-1/+10
* - Undo the previous commit for fixing $obj = new foo().Andi Gutmans2000-11-091-10/+1
* - Commit experimental patch to fix the problem when doing $a = new foo()Andi Gutmans2000-11-091-1/+10
* Maintain consistencyZeev Suraski2000-11-021-116/+116
* - Replace do_exit() with zend_do_exit().Andi Gutmans2000-11-021-1/+1
* Fix a corruption bug, when erroneously allowing to send non-variables by refe...Zeev Suraski2000-10-291-5/+5
* Unify the names of these last 3 files...Zeev Suraski2000-10-291-1/+1
* - Constant expressions which are used multiple times need to be copy_ctoredAndi Gutmans2000-10-191-0/+3
* Set filename even on recursive includeStanislav Malyshev2000-09-171-0/+1
* - Forgot to create extended info in include()/require() callAndi Gutmans2000-09-111-10/+14
* Eliminate run-time leak with eval()'sZeev Suraski2000-08-191-4/+9
* Fix warning issue (compile errors inside require()'d files were incorrectly s...Zeev Suraski2000-08-151-1/+1
* - This patch should hopefully fix situations where a constructor usesAndi Gutmans2000-08-141-1/+1
* - Unused results should be marked with EXT_TYPE_UNUSED and not IS_UNUSEDAndi Gutmans2000-08-141-1/+2
* Fix zend_fiel_handle handling. Should fix URL includeStanislav Malyshev2000-08-131-7/+1
* @ Fix problem with nested foreach()'s (Andi, Zend Engine)Andi Gutmans2000-08-101-1/+6
* @ Fix switch which only has a default rule (Andi, Zend Engine)Andi Gutmans2000-08-101-9/+15
* The patch we promised - redesigned the compilation/execution API:Zeev Suraski2000-08-091-23/+7
* Fix a possible issue with runtime inheritence under fairly rare circumstanceZeev Suraski2000-07-261-6/+7
* - Beautify Zeev's patch a bit.Andi Gutmans2000-07-161-3/+3
* Implement parent::foo()Zeev Suraski2000-07-161-0/+9
* Add more extended_info callsZeev Suraski2000-07-151-0/+1
* - Make is_method_call() static and remove a couple of old linesAndi Gutmans2000-07-061-3/+1
* - One more fix for the latest patchAndi Gutmans2000-07-061-1/+1
* - One dumb bug in my latest patchAndi Gutmans2000-07-061-1/+3
* - Complex fix for solving a problem with objects & method calls.Andi Gutmans2000-07-061-13/+34
* - Fix bug #4120Andi Gutmans2000-07-031-4/+13
* Add to the APIAndi Gutmans2000-06-131-1/+1
* Get rid of <?php_track_vars?>Zeev Suraski2000-06-121-1/+0
* - 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