summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
Commit message (Expand)AuthorAgeFilesLines
* Optimized cleanup loops on request shutdownDmitry Stogov2006-03-131-0/+1
* - MFH: Function deprecation flagMarcus Boerger2006-02-251-0/+3
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting).Dmitry Stogov2005-10-201-1/+0
* MFH: fix #33771 (error_reporting falls to 0 when @ was used inside try/catch ...Antony Dovgal2005-09-221-0/+1
* fix #34505 (possible memory corruption when unmangling properties with empty ...Antony Dovgal2005-09-161-0/+1
* Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() funct...Dmitry Stogov2005-09-091-1/+1
* Fixed bug #25359 (array_multisort() doesn't work in a function if array is gl...Dmitry Stogov2005-08-101-2/+22
* Bump up the yearfoobar2005-08-031-1/+1
* Fixed bug #33512 (Add missing support for isset()/unset() overloading to comp...Dmitry Stogov2005-07-071-0/+2
* Fixed SIGSEGV on 'global ${"{$blah}_ID"};'Dmitry Stogov2005-07-041-0/+1
* Fixed bug #30519 (Interface not existing says Class not found)Dmitry Stogov2005-06-241-0/+1
* Fixed bug #33257 (array_splice() inconsistent when passed function instead of...Dmitry Stogov2005-06-221-0/+1
* Removed EX(fbc_constructor) (it is no longer needed)Dmitry Stogov2005-06-171-1/+0
* Allowed return by refrence from internal functionsDmitry Stogov2005-06-161-1/+0
* ZEND_UNSET_DIM_OBJ is splitted to ZEND_UNSET_DIM and ZEND_UNSET_OBJ.Dmitry Stogov2005-06-161-4/+0
* MF50: fix #29689 and more private property problemsStanislav Malyshev2005-06-091-0/+3
* Fixed bug #26456 (Wrong results from Reflection-API getDocComment() when call...Dmitry Stogov2005-06-071-4/+7
* Thought I committed it ages ago... Anyway, without further delays, the finalZeev Suraski2005-06-041-0/+1
* - Make zend_do_inheritance ZEND_APIMarcus Boerger2005-05-281-1/+1
* Added array type hinting. (This patch requires full re-make)Dmitry Stogov2005-05-261-0/+1
* - Add ReflectionProperty::getDocComment()Marcus Boerger2005-04-191-0/+2
* - Cleanup foreach handlingMarcus Boerger2005-02-111-3/+4
* foreash($a as $key => $val) optimizationDmitry Stogov2005-02-071-3/+3
* - Remove part of the cleanup which causes a problem with unnormal codeMarcus Boerger2005-02-071-3/+3
* - Cleanup foreach statementMarcus Boerger2005-02-051-3/+3
* - Two new API calls for Derick (retreive CV name and value) by DmitryAndi Gutmans2005-01-221-0/+2
* - 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