summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* * Fix concatenation of arrays (it was PHP 3.0 style, copying zval's insteadZeev Suraski1999-06-221-0/+1
* E_ERROR -> E_COMPILE_ERROR in the compilerZeev Suraski1999-06-111-2/+2
* Two fixes:Zeev Suraski1999-06-111-1/+3
* - Fix the static array() initializingAndi Gutmans1999-06-091-1/+1
* * Fix a by-name call/method call bugAndi Gutmans1999-06-081-12/+8
* Work around a compiler bug - mark variables that are sent to functions that a...Andi Gutmans1999-06-061-8/+18
* * Centralized shutdownZeev Suraski1999-06-051-1/+0
* Call the request_shutdown on modules before destroying symbol tables, so thatZeev Suraski1999-06-051-1/+1
* - Fixed Karl's bug report. It's not really a thorough fix, we really need to...Zeev Suraski1999-06-051-0/+1
* New $GLOBALS initZeev Suraski1999-06-041-7/+2
* FixesAndi Gutmans1999-05-311-0/+1
* * Support getThis() for internal functions.Zeev Suraski1999-05-281-0/+4
* * Add struct name to all typedef's so that they can be debugged with MSVCZeev Suraski1999-05-221-2/+9
* Avoid leaking fd's in case of failuresZeev Suraski1999-05-221-0/+2
* - Updates we did todayAndi Gutmans1999-05-201-1/+1
* - Fix a small problem with class decelerations.Andi Gutmans1999-05-201-1/+1
* * Fix all hash checks that checked Bucket.arKey for NULL, when it was changedZeev Suraski1999-05-151-4/+72
* * Fix a bug that occured in case of parse errors. We need to restore the lex...Zeev Suraski1999-05-111-0/+1
* * Fix a problem with constant quoted strings, that was causing Thies's problemZeev Suraski1999-04-301-1/+0
* Another small fixZeev Suraski1999-04-241-1/+1
* Cleanups, remove old ts codeZeev Suraski1999-04-241-14/+6
* Make token names uniform, they all begin with T_ now.Zeev Suraski1999-04-221-11/+11
* Thread safety patch. It works now with 'just in time' resource initialization!Zeev Suraski1999-04-211-1/+1
* Thread safety patch. We're still not quite there but it compiles again, andZeev Suraski1999-04-211-3/+3
* Support =unset as argumentsAndi Gutmans1999-04-191-1/+1
* Whatnot:Zeev Suraski1999-04-181-0/+2
* - Should fix the pass by reference problem. This happened because we movedAndi Gutmans1999-04-151-4/+4
* -Tiny patchesAndi Gutmans1999-04-141-1/+1
* - Fix various memory leaks.Andi Gutmans1999-04-131-0/+5
* Destroy the resource list after destroying the symbol table, otherwise theZeev Suraski1999-04-121-1/+0
* This patch is a go. Not fully optimized yet, but working properly.Zeev Suraski1999-04-121-7/+7
* Minor fixes:Zeev Suraski1999-04-121-0/+1
* Prevent class redeclarationsZeev Suraski1999-04-091-1/+3
* $GLOBALS supportZeev Suraski1999-04-081-0/+18
* Fix static assignmentZeev Suraski1999-04-081-1/+2
* Zend LibraryAndi Gutmans1999-04-071-0/+1822