summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
Commit message (Expand)AuthorAgeFilesLines
* - Fix problem with debug_backtrace() reported by Stig. We weren't reportingAndi Gutmans2002-07-261-0/+1
* - Nuke delete(). It was a big mistake to introduce it and I finallyAndi Gutmans2002-07-141-2/+1
* - More debug backtrace work. It still doesn't work very well...Andi Gutmans2002-05-071-0/+2
* Initial support for built-in backtracing.Andi Gutmans2002-05-021-0/+13
* some type cleanup workHarald Radi2002-04-231-12/+12
* - Fix issues with $this when using it by itself without indirection such asAndi Gutmans2002-03-151-1/+1
* - Fix bug introduced with latest class hash table change.Andi Gutmans2002-03-121-1/+1
* - make class tables contain class_entry *, not class_entryStanislav Malyshev2002-03-121-1/+1
* New stuff for objects API:Stanislav Malyshev2002-03-101-0/+19
* - Initial patch to support importing from class scopes (for Stig).Andi Gutmans2002-03-021-7/+15
* - Remove use of C++ reserved words namespace/thisAndi Gutmans2002-03-011-3/+0
* - Fix bug in nested try/catch'sAndi Gutmans2002-03-011-8/+13
* @ Allow a series of consecutive catch() statements (Andi, Zend Engine)Andi Gutmans2002-02-131-1/+1
* Export lex_scan(). Both the PHPDoc and tokenizer extension need this. I hope ...Sebastian Bergmann2002-02-101-1/+1
* - Fix problem with the objects_destructor called during shutdown. It wasAndi Gutmans2002-02-041-1/+3
* - Improve performance of functions that use $GLOBALS[]Andi Gutmans2002-01-201-2/+0
* - Change exception handling to use the Java-like catch(MyException $exception)Andi Gutmans2002-01-131-1/+1
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
* - Allow passing of $this as function arguments.Andi Gutmans2002-01-051-1/+2
* - Significantly improve the performance of method calls and $this->memberAndi Gutmans2002-01-051-0/+1
* - Separate other kinds of function calls too.Andi Gutmans2002-01-041-0/+3
* - Start splitting up different kinds of function calls into differentAndi Gutmans2002-01-041-1/+2
* - Fix some case insensitivity stuff in respect to classesAndi Gutmans2001-12-281-1/+1
* - Support parent:: againAndi Gutmans2001-12-271-1/+3
* - Initial support for _clone()Andi Gutmans2001-12-261-1/+3
* - Start adding parsed variable checks.Andi Gutmans2001-12-161-0/+2
* - Framework for knowing what kind of variable we just parsed.Andi Gutmans2001-12-161-0/+8
* - Fix crash bug in startup code.Andi Gutmans2001-12-131-0/+1
* - Make classes have scope and function/constant lookups default to the classAndi Gutmans2001-12-121-1/+5
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - More namespaces work.Andi Gutmans2001-12-101-1/+1
* - Initial support for class constants. There are still a few semanticAndi Gutmans2001-11-301-1/+2
* - Support static $var = 0; style initialization of static classAndi Gutmans2001-11-261-1/+1
* - Support static members. The following script works:Andi Gutmans2001-11-251-3/+5
* - MFZE1Andi Gutmans2001-11-241-1/+0
* - Support instantiation of nested class. The following script now shouldAndi Gutmans2001-11-041-2/+2
* - Initial support for nested class definitionsAndi Gutmans2001-10-291-3/+5
* - Merge the NAMESPACES_BRANCH. It wasn't a good idea to have a branch whenAndi Gutmans2001-09-301-1/+5
* MFZE1 (nuke cplusplus code)Zeev Suraski2001-09-101-7/+0
* MFZE1Zeev Suraski2001-08-311-1/+1
* - Make it compile in thread-safe mode.Andi Gutmans2001-08-301-4/+4
* - Get rid of warning and C++ commentsAndi Gutmans2001-08-301-1/+1
* - Initial support for exceptions.Andi Gutmans2001-08-301-0/+10
* - Merge new $_GET, $_POST etc. patch from Engine 1 treeAndi Gutmans2001-08-081-0/+2
* - Preliminary patch for method() dereferencingAndi Gutmans2001-08-081-0/+1
* - Sync Engine2 CVS with latest Engine CVSAndi Gutmans2001-08-071-1/+5
* More TSRMLS_FETCH workZeev Suraski2001-07-311-3/+3
* More TSRMLS_FETCH workZeev Suraski2001-07-301-3/+3
* Avoid TSRMLS_FETCH()'s (still lots of work left)Zeev Suraski2001-07-301-2/+2
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-117/+117