summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
Commit message (Expand)AuthorAgeFilesLines
* @ 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
* Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-5/+5
* Improved interactive mode - it is now available in all builds, without any si...Zeev Suraski2001-07-151-15/+5
* Recover from a parse error in include files (before, it could result in a cra...Zeev Suraski2001-05-061-0/+1
* Support interactive mode in thread-safe buildsZeev Suraski2001-05-061-5/+1
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
* Use iostream.h instead of istream.h (IBM's compiler doesn't come with istream.h,Zeev Suraski2000-12-261-1/+1
* - Allow passing references which are returned from functions and newAndi Gutmans2000-11-271-0/+2
* - Move SET_UNUSED() to headerAndi Gutmans2000-11-111-0/+1
* - Remove this damn thing once again.Andi Gutmans2000-11-101-1/+0
* - Maybe it's OK now? :)Andi Gutmans2000-11-091-0/+1
* - Undo the previous commit for fixing $obj = new foo().Andi Gutmans2000-11-091-1/+0
* - Commit experimental patch to fix the problem when doing $a = new foo()Andi Gutmans2000-11-091-0/+1