summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
Commit message (Expand)AuthorAgeFilesLines
...
* MFH:Felipe Pena2008-03-251-1/+2
* Implemented concept of "delayed early binding" that allows opcode caches to p...Dmitry Stogov2008-03-181-0/+28
* - Fix buildMarcus Boerger2008-03-161-1/+0
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-8/+0
* Fixed bug #44414 (Incomplete reporting about abstract methods)Dmitry Stogov2008-03-121-0/+4
* [DOC] Add compile-time __DIR__ constant which implements dirname(__FILE__)Stanislav Malyshev2008-02-121-0/+1
* Changed EG(argument_stack) implementation.Dmitry Stogov2008-01-241-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Allowed import of global classes "use ::GlobalClassName;"Dmitry Stogov2007-12-131-1/+1
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-221-0/+1
* - MFH Improved version of ternary shortcut (Marcus)Johannes Schlüter2007-11-211-0/+3
* Added support for "namespace::" prefix that is resolved to current namespace ...Dmitry Stogov2007-11-201-1/+1
* T_IMPORT -> T_USEDmitry Stogov2007-11-071-1/+1
* Fixed variations of bug #35163Dmitry Stogov2007-10-231-1/+2
* Fixed bug #42820 (defined() on constant with namespace prefixes tries to load...Dmitry Stogov2007-10-031-0/+2
* Added support for __callstatic() magic method. (Sara)Dmitry Stogov2007-09-291-0/+1
* Added support for Late Static Binding. (Dmitry, Etienne Kneuss)Dmitry Stogov2007-09-291-2/+2
* NamespacesDmitry Stogov2007-09-281-4/+12
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-3/+3
* Improved compilation of heredocs and interpolated strings. (Matt, Dmitry)Dmitry Stogov2007-05-181-3/+0
* Addres limitation of __HALT_COMPILER() that allowed only one instanceIlia Alshanetsky2007-04-041-0/+1
* Fixed bug #40236 (php -a function allocation eats memory)Dmitry Stogov2007-02-151-3/+6
* - Fixed bug #35106 (nested foreach fails when array variable has a reference).Dmitry Stogov2007-01-101-3/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #38808 ("maybe ref" issue for current() and others)Dmitry Stogov2006-09-261-34/+16
* Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks)Dmitry Stogov2006-09-191-0/+1
* - Better fix for #34505 and related, drop zend_unmangle_property_name_ex()Marcus Boerger2006-07-241-2/+1
* MFH: Added hook for compile_string()Stefan Esser2006-06-131-0/+1
* - MFH: Fix bug #37212 (Access to protected property of common base class)Marcus Boerger2006-05-271-1/+2
* - MFH missing bits and pieces of the partial sync with headMarcus Boerger2006-05-111-0/+3
* - MFH as discussedMarcus Boerger2006-05-091-6/+8
* 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