summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
Commit message (Expand)AuthorAgeFilesLines
* - Improve comments, docs, code...Andi Gutmans2004-10-271-177/+2
* - Revert automatic pass arg_infoMarcus Boerger2004-10-081-12/+2
* - Add arginfo ZEND_ARG_SEND_AUTOMATIC which lets the compiler automaticallyMarcus Boerger2004-10-051-2/+12
* - Commit the variable fetch optimization.Andi Gutmans2004-10-041-1/+13
* - Commit new VM architecture. This one allows people (aka Derick) toAndi Gutmans2004-09-231-1/+1
* - Fix bug #27669 (Dmitry).Andi Gutmans2004-09-161-1/+1
* - Roll back VM commitAndi Gutmans2004-09-091-1/+1
* - Some architectural changes:Andi Gutmans2004-09-081-1/+1
* - Stop using garbage. Please let me know if you find any bugs resultingAndi Gutmans2004-08-191-11/+2
* - Don't use magic numbersAndi Gutmans2004-08-121-0/+3
* 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