summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RETURN_REF'.experimental/RETURN_REFSVN Migration1999-12-121-2173/+0
* Move the #include of zend-parser.h out of zend_compile.hZeev Suraski1999-12-061-0/+1
* Fix some warningsSascha Schumann1999-12-051-1/+0
* - Implement get_used_files() and get_imported_files()Zeev Suraski1999-12-041-1/+8
* - Break the zend->PHP dependency introduced by the .php extension for use(),Zeev Suraski1999-12-041-1/+1
* - Add use support (behaves like require, but will not use the same file twice)Andi Gutmans1999-11-301-0/+2
* UNIX/non ZTS compile fixesZeev Suraski1999-11-261-1/+1
* - Improve the file handle closing codeZeev Suraski1999-11-261-1/+1
* - Optimize class instanciationZeev Suraski1999-11-211-0/+1
* - If a function's return value is unused then don't create a ZEND_FREEAndi Gutmans1999-11-171-5/+6
* - In any case create the free opcode. Need to allow the functions toAndi Gutmans1999-11-161-9/+8
* - Add support for used_return_value passed to internal functions.Andi Gutmans1999-11-161-4/+10
* - Add support for BYREF_FORCE_RESTAndi Gutmans1999-11-031-2/+3
* - Fix for Thies' leak and Andrei's crashAndi Gutmans1999-10-281-0/+1
* *** empty log message ***Andrei Zmievski1999-10-151-1/+0
* - For Andrei. Implement references in array() initializationsAndi Gutmans1999-10-011-2/+4
* - Fix SEND_VAR problem after fetch'ing a variable and not knowing the fetch typeAndi Gutmans1999-09-291-6/+11
* - Fix problem where function parameter fetches were created too late.Andi Gutmans1999-09-211-3/+7
* - First step in fixing locking problem. Array fetches are now always done last.Andi Gutmans1999-09-201-35/+47
* - Indirect references had all of the fetches by mistakenly backpatched.Andi Gutmans1999-09-201-5/+13
* Shut up a warningZeev Suraski1999-09-101-0/+3
* - Add foreach() freeing code.Andi Gutmans1999-09-091-4/+51
* Use \0NameFilenameLineno as key instead of numeric index for runtime defined ...Zeev Suraski1999-09-021-11/+36
* - Fix when redefining classes at run-time.Andi Gutmans1999-08-261-1/+1
* Fix several class issuesZeev Suraski1999-08-141-0/+2
* Generate better warnings for class/function redefinitionsZeev Suraski1999-08-141-10/+10
* - Got rid of the C++ comments.Andi Gutmans1999-08-101-3/+3
* - Initialize extended value's and put the fetch_type in it's own variableAndi Gutmans1999-08-031-2/+2
* Make set_compiled_filename() return a pointer to the allocated file nameAndi Gutmans1999-08-021-1/+2
* - Fixed a leak when doing inheritance. The parent class name wasn't being freed.Andi Gutmans1999-07-291-5/+7
* - Fixed various inheritance problems & Andrey's leakAndi Gutmans1999-07-281-0/+2
* Inherit parent's constructorZeev Suraski1999-07-271-0/+18
* Fix runtime inheritence (child functions/members should have higher precedence)Zeev Suraski1999-07-271-2/+2
* *** empty log message ***Zeev Suraski1999-07-261-0/+1
* Fix a bug in inheritence from classes defined in include files, that areZeev Suraski1999-07-261-6/+30
* - Fix the new operator incompatibility.Andi Gutmans1999-07-261-5/+8
* Fix that memory leak... nested function issue remainsZeev Suraski1999-07-241-1/+0
* Fix RETURN & SWITCH memory leak issueZeev Suraski1999-07-241-1/+20
* Thoroughly fix the SWITCH problem. No RETURN handling yet.Zeev Suraski1999-07-241-6/+9
* Fix bug #1812Zeev Suraski1999-07-231-7/+6
* - Get rid of C++ commentsAndi Gutmans1999-07-201-1/+0
* 0.91 updateZeev Suraski1999-07-191-2/+2
* Ignore T_PHP_TRACK_VARS in the parser (handled in the scanner)Zeev Suraski1999-07-161-0/+1
* License updateZeev Suraski1999-07-161-4/+8
* Get rid of AiCount completelyZeev Suraski1999-07-101-1/+1
* Step 4:Zeev Suraski1999-07-091-12/+6
* Step 2:Zeev Suraski1999-07-091-6/+6
* Step 1 in nuking the garbage collector:Zeev Suraski1999-07-091-1/+1
* Support definition of classes that are derived from classes that are defined ...Zeev Suraski1999-07-081-20/+70
* Fix Thies's bug reportZeev Suraski1999-06-221-0/+1