summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added missing init.Ilia Alshanetsky2005-07-171-0/+1
* Fixed bug #33512 (Add missing support for isset()/unset() overloading to comp...Dmitry Stogov2005-07-071-0/+12
* Partial fix for bug #26584 (Class member - array key overflow)Dmitry Stogov2005-06-241-0/+7
* Fixed bug #30519 (Interface not existing says Class not found)Dmitry Stogov2005-06-241-1/+30
* Fixed bug #33257 (array_splice() inconsistent when passed function instead of...Dmitry Stogov2005-06-221-2/+4
* Remove unnecessary ZEND_FETCH_CLASS together with ZEND_DECLARE_INHERITED_CLAS...Dmitry Stogov2005-06-211-0/+13
* Allowed return by refrence from internal functionsDmitry Stogov2005-06-161-6/+2
* ZEND_UNSET_DIM_OBJ is splitted to ZEND_UNSET_DIM and ZEND_UNSET_OBJ.Dmitry Stogov2005-06-161-4/+2
* Merge three opcodes (ZEND_NEW, ZEND_JMP_NO_CTOR, ZEND_INIT_CTOR) into one (ZE...Dmitry Stogov2005-06-101-27/+11
* MF50: fix #29689 and more private property problemsStanislav Malyshev2005-06-091-1/+15
* disallow abstrace private methodsStanislav Malyshev2005-06-091-0/+3
* Fixed valgrind errorsDmitry Stogov2005-06-081-1/+2
* Fixed lookups for previos opcodesDmitry Stogov2005-06-081-88/+109
* Fixed bug #30961 (Wrong linenumber in ReflectionClass getStartLine())Dmitry Stogov2005-06-081-2/+2
* Fixed bug #26456 (Wrong results from Reflection-API getDocComment() when call...Dmitry Stogov2005-06-071-6/+9
* Fixed bug #32428 (The @ warning error supression operator is broken)Dmitry Stogov2005-06-061-1/+3
* Fixed bug #30080 (Passing array or non array of objects)Dmitry Stogov2005-06-031-1/+2
* Fixed bug #27598 (list() array key assignment causes HUGE memory leak)Dmitry Stogov2005-06-031-6/+1
* - Only allow changing return ref agnostic when a script method overrides anMarcus Boerger2005-05-311-1/+1
* - Make zend_do_inheritance ZEND_APIMarcus Boerger2005-05-281-1/+1