summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Fixed typo.Derick Rethans2006-07-251-1/+1
* - 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-248-32/+40
* Fixed memory leaks detectionDmitry Stogov2006-07-241-1/+1
* Test for bug #38146 (Cannot use array returned from foo::__get('bar') in writ...Dmitry Stogov2006-07-241-0/+19
* MFH:- Fixed bug #38183 (disable_classes=Foobar causes disabled class to be ca...foobar2006-07-221-0/+1
* Changed error message (E_ERROR -> E_NOTICE) in case of indirect modification ...Dmitry Stogov2006-07-213-6/+31
* Fixed wrong "type" argument to read_property() handlerDmitry Stogov2006-07-214-60/+60
* MFHAntony Dovgal2006-07-201-1/+0
* Missing file..foobar2006-07-191-0/+13
* Fixed bug #37144 (PHP crashes trying to assign into property of dead object)Dmitry Stogov2006-07-193-0/+378
* fetch tsrm_ls, don't use it uninitializedAntony Dovgal2006-07-191-1/+1
* MFH: fix build on platforms without mremap()Antony Dovgal2006-07-181-1/+2
* New memory managerDmitry Stogov2006-07-1814-735/+1806
* fix logicAntony Dovgal2006-07-181-1/+1
* MFH: fix DVAL_TO_LVAL() on AIX with old gccAntony Dovgal2006-07-181-1/+1
* MFH: init variables and get rid of annoying warningsAntony Dovgal2006-07-122-6/+6
* MFH: initialize EG(exit_status) in ZTS modeAntony Dovgal2006-07-121-0/+1
* Fixed bug #36759 (Objects destructors are invoked in wrong order when script ...Dmitry Stogov2006-07-122-0/+41
* there is no Unicode in 5_2Antony Dovgal2006-07-112-33/+0
* Fixed memory leak in case of exception in iterator callbacks in 'foreach(new ...Dmitry Stogov2006-07-112-0/+50
* - MFH Fixed Bug #37667 (Object is not added into array returned by __get)Marcus Boerger2006-07-104-3/+50
* - Fixed Bug #37811 define not using toString on objectsMarcus Boerger2006-07-092-2/+50
* - MFH Fix issue with comparing objects with objectsMarcus Boerger2006-07-091-10/+14
* - MFH Add new testMarcus Boerger2006-07-091-0/+26
* - MFH:Marcus Boerger2006-07-091-44/+41
* - MFH Fix testMarcus Boerger2006-07-091-16/+5
* add testAntony Dovgal2006-07-061-0/+12
* MFH (def.h rev:1.121, execute.h rev:1.120)Sara Golemon2006-07-062-13/+39
* oops.. fix copy/paste typoAntony Dovgal2006-07-051-2/+2
* MFH: export zend_std_get_constructor()Antony Dovgal2006-07-052-1/+2
* MFH: improve error messagesAntony Dovgal2006-07-051-2/+10
* add new testsAntony Dovgal2006-06-2716-0/+794
* MFH: no need to throw E_ERROR hereAntony Dovgal2006-06-271-1/+2
* fix typoAntony Dovgal2006-06-221-2/+2