summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* Make use of abstract methods be E_STRICT rather then E_ERRORIlia Alshanetsky2006-10-201-1/+1
* Speedup array/HashTable copying. (Matt W)Dmitry Stogov2006-10-031-1/+1
* Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks)Dmitry Stogov2006-09-191-0/+1
* Fixed bug #38772 (inconsistent overriding of methods in different visibility ...Dmitry Stogov2006-09-121-1/+3
* - MFH Yet another problematic case with mangled propertiesMarcus Boerger2006-07-241-1/+1
* - Better fix for #34505 and related, drop zend_unmangle_property_name_ex()Marcus Boerger2006-07-241-14/+23
* New memory managerDmitry Stogov2006-07-181-1/+0
* MFH: Added hook for compile_string()Stefan Esser2006-06-131-0/+1
* - MFH Fix issue with interfaces being inherited multiple timesMarcus Boerger2006-06-071-10/+38
* revert by Andi's requestAntony Dovgal2006-06-061-11/+0
* MFH: do not allow to implement the same interface twiceAntony Dovgal2006-06-061-0/+11
* - Switch back to old severities and still keep bugfix forMarcus Boerger2006-05-301-2/+2
* - MFH WSMarcus Boerger2006-05-301-1/+0
* MFH: there is no ce at this point, revert this line to its previous stateAntony Dovgal2006-05-291-1/+1
* - MFH Bugfix #37632 (Protected method access problem)Marcus Boerger2006-05-291-2/+3
* - MFH Fix #37614 (Class name lowercased in error message)Johannes Schlüter2006-05-271-3/+3
* - MFH missing bits and pieces of the partial sync with headMarcus Boerger2006-05-111-26/+32
* add missing ZEND_API to the implementationAntony Dovgal2006-05-101-1/+1
* - MFH Constructors in interfacesMarcus Boerger2006-05-101-2/+2
* - MFH as discussedMarcus Boerger2006-05-091-86/+95
* Fixed possible crash in highlight_string() (proper place)Dmitry Stogov2006-05-021-1/+1
* Fixed ossible crash in highlight_string().Dmitry Stogov2006-05-021-0/+1
* Fixed meory leak in case of unknown pragmaDmitry Stogov2006-03-271-0/+2
* Removed unreachable codeDmitry Stogov2006-03-201-7/+1
* Eliminated run-time constant fetching for TRUE, FALSE and NULLDmitry Stogov2006-03-151-3/+32
* Fix a bug where the default value for function argument could be anAndrei Zmievski2006-02-231-0/+3
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* - MFH Fix Bug #35720 A final constructor can be overwrittenMarcus Boerger2005-12-171-0/+6
* Fixed bug #34729 (Crash in ZTS mode under Apache)Dmitry Stogov2005-12-011-3/+21
* Fixed bug #35411 (Regression with \{$ handling).Ilia Alshanetsky2005-11-271-0/+2
* Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash)Dmitry Stogov2005-11-241-0/+2
* Bug #33732 (Wrong behavior of constants in class and interface extending)Dmitry Stogov2005-11-231-3/+7
* Removed {} E_STRICT pending furher discussion, may be introduced later on.Ilia Alshanetsky2005-11-221-0/+2
* By popular demand the {} message is now an E_STRICT.Ilia Alshanetsky2005-11-161-1/+1
* Added depreciation notice for {} string offset access.Ilia Alshanetsky2005-11-161-0/+1
* Allow "null" default value for arguments with array type hintDmitry Stogov2005-11-151-1/+7
* - Allow "= null" default for parameters with a class type-hint.Derick Rethans2005-11-151-1/+9
* Fixed bug #34873 (Segmentation Fault on foreach in object)Dmitry Stogov2005-10-171-2/+4
* MFHDmitry Stogov2005-10-101-2/+2
* Fixed bug #34467 (foreach + __get + __set incosistency)Dmitry Stogov2005-10-101-30/+43
* Fixed bug #34358 (Fatal error: Cannot re-assign $this)Dmitry Stogov2005-10-031-2/+4
* fix #34505 (possible memory corruption when unmangling properties with empty ...Antony Dovgal2005-09-161-1/+13
* MFH (overriding of protected static property)Dmitry Stogov2005-09-161-1/+1
* Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() funct...Dmitry Stogov2005-09-091-1/+17
* Fixed bug #34310 (foreach($arr as $c->d => $x) crashes)Dmitry Stogov2005-09-011-2/+8
* Support for class constants and static members for internal classesDmitry Stogov2005-09-011-14/+23
* Fixed bug #25359 (array_multisort() doesn't work in a function if array is gl...Dmitry Stogov2005-08-101-1/+6
* Fixed possible memory corryption during compilation of <?php foreach($a as $b...Dmitry Stogov2005-08-041-1/+2
* Bump up the yearfoobar2005-08-031-1/+1
* Fixed bug #33710 (ArrayAccess objects doen't initialize $this)Dmitry Stogov2005-07-191-38/+39