summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFH: fix #38461 (setting private attribute with __set() produces segfault)Antony Dovgal2006-08-151-1/+1
* add testAntony Dovgal2006-08-151-0/+25
* there is no realiable way to detect memrchr() presence because of a mess in g...Antony Dovgal2006-08-081-11/+0
* - Added some docs here so that nobody needs to figure it out once more.Derick Rethans2006-08-081-0/+9
* add zend_memrchr()Antony Dovgal2006-08-081-0/+23
* - SpelingMarcus Boerger2006-08-082-11/+11
* - MFH Fixed Bug #38064 ignored constructor visibilityMarcus Boerger2006-08-072-0/+18
* Fixed bug #38287 (static variables mess up global vars)Dmitry Stogov2006-08-076-51/+203
* - There is a 2.3 now as well.Derick Rethans2006-08-041-1/+1
* make it consistentAntony Dovgal2006-08-032-2/+2
* MFH: improve error messageAntony Dovgal2006-08-032-2/+2
* Fixed bug #38234 (Exception in __clone makes memory leak)Dmitry Stogov2006-07-273-12/+54
* Fixed bug #38047 ("file" and "line" sometimes not set in backtrace from insid...Dmitry Stogov2006-07-272-2/+82
* Fixed bug #38220 (Crash on some object operations)Dmitry Stogov2006-07-263-20/+123
* Fixed bug #38211 (variable name and cookie name match breaks script execution)Dmitry Stogov2006-07-263-1/+109
* Fixed crash of DEBUG version on SPARC CPU because of unaligned pointers.Dmitry Stogov2006-07-261-4/+5
* Changed memory_get_usage() and memory_get_peak_usage(). Optional boolean argu...Dmitry Stogov2006-07-252-24/+63