summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
Commit message (Expand)AuthorAgeFilesLines
...
* MFB: Enforce protocol on magic methods/functionsMarcus Boerger2004-08-021-0/+1
* Revert goto opcodeSara Golemon2004-07-291-4/+0
* Add goto operator by popular request.Sara Golemon2004-07-291-0/+4
* Fixed Zend Function Destructor to use correct TSRM handle.Stefan Esser2004-06-061-1/+2
* Add ability to disable JIT for a particular auto globalZeev Suraski2004-03-161-0/+1
* Clearify the different method/class flags (as discussed with Andi).Marcus Boerger2004-03-091-7/+14
* - Nuke unused code.Andi Gutmans2004-03-091-2/+0
* - Typo fix (by Jan)Derick Rethans2004-03-011-1/+1
* add ZEND_API there too for opcode handlersStanislav Malyshev2004-02-291-1/+1
* Add some commentsMarcus Boerger2004-02-271-0/+2
* - Improve ARG_INFO() macros to support supplying required_num_argsZeev Suraski2004-02-251-0/+1
* - Abstract methods cannot have defaults for argumentsZeev Suraski2004-02-251-0/+3
* - Check return-by-reference bit when implementing interface prototypesZeev Suraski2004-02-121-1/+8
* Reinstate early-binding for classes.Zeev Suraski2004-02-041-3/+3
* Rewrote exception support. Fixes a few limitations and bugs in the oldZeev Suraski2004-02-031-3/+17
* Redesign the clone() feature to fix some fundamental flaws in the previousZeev Suraski2004-02-021-0/+1
* Prevent classes from implementing interfaces that have the same functionZeev Suraski2004-01-281-0/+1
* Switch from ZEND_ACC_DYNAMIC to ZEND_ACC_ALLOW_STATIC and disallow callingMarcus Boerger2004-01-241-1/+1
* Simplify detection of methods that must be called dynamic (with object)Marcus Boerger2004-01-231-0/+2
* Disallow static declaration of cloneMarcus Boerger2004-01-231-1/+2
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* - Fixed var_export() to show public, protected and private modifiers properly.Derick Rethans2004-01-031-2/+2
* 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