summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Reverted the following fixed because of php-5.2.2 release processDmitry Stogov2007-05-021-10/+1
* add SKIPIF sectionAntony Dovgal2007-05-021-0/+7
* Fixed altering $this via argument named "this"Dmitry Stogov2007-05-022-1/+24
* - MFH Fix "f" modifier for zend_parse_parameters_ex in case of a __call callJohannes Schlüter2007-04-301-5/+12
* add new testsAntony Dovgal2007-04-2822-0/+611
* add new testsAntony Dovgal2007-04-2714-0/+379
* MFH: initialize retval_ptr_ptr before returning FAILUREAntony Dovgal2007-04-272-5/+48
* fix testsAntony Dovgal2007-04-263-0/+6
* MFHAntony Dovgal2007-04-261-0/+2
* MFH: fix build on Tru64Antony Dovgal2007-04-262-2/+2
* WIN64 supportDmitry Stogov2007-04-231-2/+10
* MFH: fix #41118 (PHP does not handle overflow of octal integers)Antony Dovgal2007-04-225-1/+90
* new testAntony Dovgal2007-04-201-0/+56
* MFHAntony Dovgal2007-04-201-0/+2
* fix double-to-string conversion utilsAntony Dovgal2007-04-192-1/+56
* typoDmitry Stogov2007-04-171-2/+2
* WIN64 supportDmitry Stogov2007-04-1613-36/+54
* fix #41075 (memleak when creating default object caused exception)Antony Dovgal2007-04-131-1/+1
* add new testAntony Dovgal2007-04-131-0/+31
* minor improvementAntony Dovgal2007-04-111-2/+2
* - Fixed ZEND_SIGNED_MULTIPLY_LONG() so that ext/filter/tests/046.phpt wont fa...foobar2007-04-101-2/+2
* Fixed 64-bit supportDmitry Stogov2007-04-091-12/+18
* fix #41026 (segfault when calling "self::method()" in shutdown functions)Antony Dovgal2007-04-092-2/+28
* Fixed foreach by-ref bug.Ilia Alshanetsky2007-04-053-0/+40
* - MFH zend_info_call_*() stuff, fixes coverity issue #328, noticed by tonyMarcus Boerger2007-04-051-12/+30
* Addres limitation of __HALT_COMPILER() that allowed only one instanceIlia Alshanetsky2007-04-048-6/+89
* TypoHannes Magnusson2007-03-251-1/+1
* fix comment - guard system changedStanislav Malyshev2007-03-231-2/+2
* Fixed bug #40899 (memory leak when nesting list())Dmitry Stogov2007-03-232-1/+10
* Fixed bug #40883 (mysql_query() is allocating memory incorrectly). (Tony)Dmitry Stogov2007-03-231-0/+44
* Improved Zend Memory Manager to guarantee reasonable time for worst cases of ...Dmitry Stogov2007-03-204-330/+660
* Fixed bug #40833 (Crash when using unset() on an ArrayAccess object retrieved...Dmitry Stogov2007-03-193-13/+85
* fix #40815 (using strings like "class::func" and static methods in set_except...Antony Dovgal2007-03-153-1/+22
* MFH: fix #40800 (cannot disable memory_limit with -1)Antony Dovgal2007-03-142-2/+2
* Fixed bug #40770 (Apache child exits when PHP memory limit reached)Dmitry Stogov2007-03-122-0/+18
* MFH: fix #40784 (Case sensivity in constructor's fallback)Antony Dovgal2007-03-122-2/+29
* fix crash on $x['x']['y'] += 1, patch by Brian ShireStanislav Malyshev2007-03-083-32/+43
* Fixed calloc wrapperIlia Alshanetsky2007-03-071-2/+2
* Add checks around raw allocation codeIlia Alshanetsky2007-03-071-8/+36
* MFHAntony Dovgal2007-03-061-2/+2
* MFH: declare zend_mm_random() only when neededAntony Dovgal2007-03-061-0/+2
* Added missing allocation checksIlia Alshanetsky2007-03-061-0/+8
* - Catch empty class name error earlierMarcus Boerger2007-03-031-1/+1
* Fixed bug #40591 (list()="string"; gives invalid opcode)Dmitry Stogov2007-02-252-2/+25
* MFH: fix #40621 (Crash when constructor called inappropriately (statically))Antony Dovgal2007-02-243-6/+26
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-245-26/+17
* Special case for last iterationDmitry Stogov2007-02-211-1/+3
* MFH: fix #40545 (multithreading issue in zend_strtod())Antony Dovgal2007-02-201-7/+6
* MFH: fix heap protection on SPARC, required by GCC4Antony Dovgal2007-02-191-3/+3
* MFH: fix testAntony Dovgal2007-02-191-1/+1