summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Make use of abstract methods be E_STRICT rather then E_ERRORIlia Alshanetsky2006-10-201-1/+1
* - Here, tooJohannes Schlüter2006-10-181-1/+1
* - MFH: added missing return...Johannes Schlüter2006-10-181-1/+1
* - MFH: Fix #38465 (ReflectionParameter fails if default value is an access to...Johannes Schlüter2006-10-184-9/+21
* Fixed bug #39140 (Uncaught exception may cause crash)Dmitry Stogov2006-10-161-0/+2
* Make zend_memory_peak_usage() to be avalable even without --enable-memory-limitDmitry Stogov2006-10-122-4/+4
* MFHAntony Dovgal2006-10-111-0/+2
* MFH(r-1.376): Preserve EG(return_value_ptr_ptr) when calling zend_execute_scr...Sara Golemon2006-10-061-0/+3
* Revert until 5.2's release since we're in RC stageSara Golemon2006-10-061-3/+0
* MFH(r-1.376): Preserve EG(return_value_ptr_ptr) when calling zend_execute_scr...Sara Golemon2006-10-051-0/+3
* Allow future extensibility without binary compatibility breakDmitry Stogov2006-10-051-0/+1
* add testAntony Dovgal2006-10-041-0/+19
* MFH: throw a warning when doing modulus by 0 (fr #39027)Antony Dovgal2006-10-031-0/+1
* Speedup array/HashTable copying. (Matt W)Dmitry Stogov2006-10-033-4/+4
* Fixed bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults)Dmitry Stogov2006-10-033-0/+26
* Fixed memory leak (Nuno)Dmitry Stogov2006-10-032-20/+35
* MFH: fix #39003 (__autoload() is called for type hinting)Antony Dovgal2006-10-022-10/+37
* Added safety checks against integer overflow.Ilia Alshanetsky2006-09-301-3/+2
* new testsAntony Dovgal2006-09-282-0/+58
* add new testsAntony Dovgal2006-09-282-0/+58
* Fixed wrong return valueDmitry Stogov2006-09-281-1/+1
* MFH: use if() instead of ?:Antony Dovgal2006-09-271-1/+6
* Fixed bug #38808 ("maybe ref" issue for current() and others)Dmitry Stogov2006-09-264-39/+38
* Fixed bug #38942 (Double old-style-ctor inheritance)Dmitry Stogov2006-09-262-3/+32
* Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks)Dmitry Stogov2006-09-196-16/+97
* MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; c...Dmitry Stogov2006-09-194-3/+43
* Small optimization of ZEND_INIT_ARRAY/ZEND_ADD_ARRAY_ELEMENT. (Nuno, Dmitry)Dmitry Stogov2006-09-182-563/+246
* Fixed non-specialized executorDmitry Stogov2006-09-181-0/+4
* Reinamed variables to avoid name conflictsDmitry Stogov2006-09-141-6/+6
* Removed unused macro USE_ZEND_ALLOCDmitry Stogov2006-09-141-9/+0
* Added is_zend_mm() to allow runtime check for zend memory managerDmitry Stogov2006-09-142-0/+10
* fix tests on MacOSAntony Dovgal2006-09-132-2/+2
* Fixed bug #38772 (inconsistent overriding of methods in different visibility ...Dmitry Stogov2006-09-123-17/+62
* MFH: fix #38779 (engine crashes when require()'ing file with syntax error thr...Antony Dovgal2006-09-113-0/+10
* fix testsAntony Dovgal2006-09-112-2/+2
* add testsAntony Dovgal2006-09-112-0/+74
* fix testAntony Dovgal2006-09-111-2/+2
* Fixed php_admin* bypass by ini_restore()Dmitry Stogov2006-09-061-1/+2
* Reverted last Ilia's patch (for bug #38579).Dmitry Stogov2006-09-062-35/+15
* Fixed bug #38579 require_once/include_once optimization causes files to beIlia Alshanetsky2006-09-052-15/+35
* Removed unreachable handlersDmitry Stogov2006-09-042-174/+7
* Show name of storage layer in case of initialization fault.Dmitry Stogov2006-08-311-1/+1
* s/pinter/pointer/Antony Dovgal2006-08-301-1/+1
* delete commented part, as it was done in HEADAntony Dovgal2006-08-281-3/+0
* MFH: fix #38624 (Strange warning when incrementing an object property and exc...Antony Dovgal2006-08-282-1/+37
* Fixed bug #38315 (Constructing in the destructor causes weird behaviour)Dmitry Stogov2006-08-241-11/+10
* Fixed bug #38265 (heap corruption)Dmitry Stogov2006-08-231-21/+41
* Fixed "win32" storage managerDmitry Stogov2006-08-221-12/+15
* Use proper write callbackIlia Alshanetsky2006-08-191-1/+1
* apply correct fix for bug #38461Antony Dovgal2006-08-151-2/+2