summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
Commit message (Expand)AuthorAgeFilesLines
* Sync: Export externally used functions.Sebastian Bergmann2003-12-161-1/+1
* Fix behavior of return-by-reference functions. Remove erroneous warnings,Zeev Suraski2003-12-141-0/+3
* - Fix __autoload() to preserve class case.Andi Gutmans2003-11-241-1/+1
* Split isset/isempty for object property and object dimension hooking.Marcus Boerger2003-11-101-0/+2
* Expand Interface C API.Marcus Boerger2003-10-221-3/+3
* Don't identify alias'ed functionsMarcus Boerger2003-08-241-2/+0
* - Add fn_flag ZEND_ACC_ALIASMarcus Boerger2003-08-241-1/+3
* Internal classes can now have default properties.Marcus Boerger2003-08-231-3/+1
* - Flag ctor/dtor methodsMarcus Boerger2003-08-231-0/+3
* - Improve trackingZeev Suraski2003-08-181-4/+5
* ntroduce infrastructure for supplying information about arguments,Zeev Suraski2003-08-031-20/+35
* Generalize fetch_classZeev Suraski2003-08-031-0/+2
* Get rid of an opcodeZeev Suraski2003-07-301-2/+6
* Improve array overloading - support unset($foo["bar"])Zeev Suraski2003-07-301-1/+2
* Remove garbageZeev Suraski2003-07-301-8/+0
* Add exec_finished() callback for modules - this is the last place where theZeev Suraski2003-07-301-1/+3
* Support references in foreach()Zeev Suraski2003-07-241-6/+7
* Remove namespace leftoversStanislav Malyshev2003-07-231-4/+0
* More cleanup for assign-op handling of objectsZeev Suraski2003-07-161-12/+0
* Rework zend_do_declare_property and related code into one code baseZeev Suraski2003-07-071-0/+1
* Initial support for overloading of array syntax for objects (very initial)Zeev Suraski2003-07-071-0/+2
* Add final classesMarcus Boerger2003-06-211-0/+1
* updating license information in the headers.James Cox2003-06-101-1/+1
* Fix bogus implicit declarations of properties (squash bug #23671)Zeev Suraski2003-06-091-0/+1
* Nicer handling of protected/private members in print_r()Zeev Suraski2003-06-081-0/+1
* MEGA-patch: namespaces are R.I.P.Stanislav Malyshev2003-06-021-18/+2
* Defining it once is enoughMarcus Boerger2003-06-011-1/+0
* Faster interface inheritance & faster inheritance checksMarcus Boerger2003-05-291-0/+2
* 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