summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings.Sebastian Bergmann2003-04-111-0/+1
* allow expressions within constants, so the following is possibleSterling Hughes2003-04-101-0/+1
* add markers that make this file easy to parse for external sourcesSterling Hughes2003-04-071-0/+2
* Simplify.Andrei Zmievski2003-04-021-2/+2
* Implement a different way to catch documentation comments.Andrei Zmievski2003-04-021-0/+6
* Revert portions of the doc comment patch. There should be no parserAndrei Zmievski2003-04-021-3/+3
* allow class_exists() to work with namespaces too.Stanislav Malyshev2003-04-021-0/+2
* Split ZEND_NAMESPACE into user and internal namespaces. Hope this isAndrei Zmievski2003-04-011-3/+4
* Multi-purpose patch:Andrei Zmievski2003-03-311-5/+7
* Initial support for enforcing prototype of abstract/interface method implemen...Zeev Suraski2003-03-291-12/+17
* Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry().Sebastian Bergmann2003-03-261-2/+2
* export functions needed by cliShane Caraveo2003-03-221-2/+2
* - Keep track of starting/ending line numbers for user functions.Andrei Zmievski2003-03-191-0/+2
* Fix handling of ::fooZeev Suraski2003-03-091-1/+1
* Fix parsing rules of namespaces/classesZeev Suraski2003-03-091-3/+3
* Require abstract classes to be explicitly declared 'abstract', in order toZeev Suraski2003-03-061-10/+12
* Change opcode nameZeev Suraski2003-03-061-1/+1
* Add class type hintsZeev Suraski2003-03-061-1/+2
* Add support for interfacesZeev Suraski2003-03-051-3/+8
* Improve infrastructureZeev Suraski2003-03-021-0/+1
* Add infrastructure for JIT initialization of auto globalsZeev Suraski2003-03-021-1/+9
* Add 'final'Zeev Suraski2003-02-241-0/+1
* Allow namespaces to have a number of parts. I.e., now you can do:Stanislav Malyshev2003-02-201-1/+2
* Avoid using a C++ reserved wordZeev Suraski2003-02-181-3/+3
* Implement simple stream support in the ZE scanners.Wez Furlong2003-02-181-12/+1
* ZTS fixesSebastian Bergmann2003-02-161-3/+3
* Namespace patch. Big changes:Stanislav Malyshev2003-02-161-2/+15
* Improve parser handling of 'abstract'Zeev Suraski2003-02-111-1/+1
* Centralize class initializationZeev Suraski2003-02-101-0/+2
* - Treat $this->foo inside class X as an implicit 'public $foo' if X::$fooZeev Suraski2003-02-101-1/+2
* Reimplement PPP propertiesZeev Suraski2003-02-041-0/+13
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-1/+10
* Add additional stage to post-session cleanup.Stanislav Malyshev2003-01-291-0/+2
* Replace MAKE_VAR opcode with special 'data' opcodeStanislav Malyshev2003-01-271-1/+1
* - Change "is" to "instanceof" as it explains better what the operator means.Andi Gutmans2003-01-141-2/+2
* Fix incorrect linkage of access-levels, when using private methodsZeev Suraski2003-01-021-3/+5
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* - Allow variables to have both 'static' modifier and an access level.Zeev Suraski2002-12-091-3/+1
* Treat the absence of an access type just as if 'public' was suppliedZeev Suraski2002-12-081-4/+1
* - Implement public/protected/private methods.Zeev Suraski2002-12-061-4/+18
* - FN_IS_STATIC -> FN_STATICAndi Gutmans2002-11-241-1/+1
* - My personal cleanupsAndi Gutmans2002-11-231-6/+6
* - Commit Marcus' cleanup of abstract and static inheritance and improveAndi Gutmans2002-11-231-4/+10
* Fix prototype.Sebastian Bergmann2002-11-211-1/+1
* - Fix build (thanks Marcus)Andi Gutmans2002-11-201-0/+4
* fix statics - make it behave like $this (fetch type "static")Stanislav Malyshev2002-11-101-1/+2
* - Shift around zend_op membersAndi Gutmans2002-11-051-2/+2
* - Add support for static methods. Basically methods which are defined asAndi Gutmans2002-11-051-14/+4
* avoid using 'class' in exported functions - it annoys c++Stanislav Malyshev2002-11-051-2/+2
* - Improve performance of part of the jmps. More to follow.Andi Gutmans2002-10-241-2/+4