summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFH: init variablesAntony Dovgal2006-06-201-2/+2
* fix testAntony Dovgal2006-06-201-1/+1
* fix testsAntony Dovgal2006-06-192-3/+3
* MFH: Added automatic module globals management.Dmitry Stogov2006-06-153-4/+50
* - MFH Arginfo fix (Hannes)Marcus Boerger2006-06-131-2/+2
* MFH: Added hook for compile_string()Stefan Esser2006-06-136-6/+9
* Make zend_print_zval_r_ex() use the write callback function.Ilia Alshanetsky2006-06-112-22/+33
* Proper fix for bug #37707 ("clone $x" must call __clone() enven if result val...Dmitry Stogov2006-06-083-7/+30
* Wrap "wrong" unreachable code with "#if 0"Dmitry Stogov2006-06-083-86/+322
* Fixed bug #37707 clone without assigning leaks memoryIlia Alshanetsky2006-06-073-30/+29
* - MFH zend_fcall_info_*() and parameter parsing option 'f'Marcus Boerger2006-06-072-0/+126
* - Regenerated after zend_vm_def.h changeMarcus Boerger2006-06-071-2/+0
* - MFH Fix issue with interfaces being inherited multiple timesMarcus Boerger2006-06-073-24/+40
* revert by Andi's requestAntony Dovgal2006-06-061-11/+0
* fix testAntony Dovgal2006-06-061-2/+2
* MFH: do not allow to implement the same interface twiceAntony Dovgal2006-06-064-0/+56
* Restore ZE1 compatibility mode (Zend Engine part - the modules patchesZeev Suraski2006-06-0517-17/+474
* fix .dsp buildStanislav Malyshev2006-06-041-0/+1
* - Fix function flag checkMarcus Boerger2006-06-041-1/+3
* SAPI globals are destroied at this point and reporting errors about memory le...Dmitry Stogov2006-06-021-1/+1
* add new testsAntony Dovgal2006-06-016-0/+214
* MFH: throw a warning when using invalid offset types with stringsAntony Dovgal2006-06-011-0/+13
* add more testsAntony Dovgal2006-05-314-0/+84