summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - Fix testFelipe Pena2009-02-201-8/+4
* - spl is not forced on everyone in 5.2 branch.Jani Taskinen2009-02-201-1/+1
* fix testZoe Slattery2009-02-171-1/+1
* Fixed bug #45327 (memory leak if offsetGet throws exception)Ilia Alshanetsky2009-02-171-0/+4
* MFH: Overflow commentMatt Wilmas2009-02-171-0/+1
* MFH: Fixed bug #47422 (modulus operator returns incorrect results on 64 bit l...Matt Wilmas2009-02-171-1/+1
* Revert patch for bug #46701 as it introduces a BC breakIlia Alshanetsky2009-02-155-80/+38
* 2.4.1 is safe to use. Perhaps we should just drop the 3rd part fromRasmus Lerdorf2009-02-141-1/+1
* add testAntony Dovgal2009-02-111-0/+26
* MFH: fix bug #47353 (crash when creating a lot of objects in object destructor)Antony Dovgal2009-02-111-0/+6
* Fix indentionDavid Soria Parra2009-01-261-1/+1
* MFH: Fix compiler warning. munmap expects a void pointer.David Soria Parra2009-01-251-1/+1
* MFB: Fix WSDavid Soria Parra2009-01-251-15/+15
* MFH: Fix WSDavid Soria Parra2009-01-251-4/+4
* MFH: Patch by David Soria Parra <dsp@php.net>.Sebastian Bergmann2009-01-251-1/+1
* Fixed bug #47165 (Possible memory corruption when passing return value by ref...Dmitry Stogov2009-01-215-5/+39
* Fixed possible crash because of argument stack reallocationDmitry Stogov2009-01-151-0/+20
* Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object)Dmitry Stogov2009-01-153-39/+63
* - MFH Fix SEGV if get_method() returns a non bound functionFelipe Pena2009-01-102-17/+17
* - MFH: Fixed test (patch by Timm Friebe [thekid@php])Felipe Pena2009-01-101-1/+1
* Handle __call() on protected/private method access for callbacks too.Andrei Zmievski2009-01-082-0/+25
* MFBAndrei Zmievski2009-01-082-17/+73
* MFH:Felipe Pena2009-01-066-38/+122
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3184-86/+86
* MFH: Bump copyright year, 1 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Fixed bug #46649 (Setting array element with that same array producesArnaud Le Blanc2008-11-232-0/+27
* - MFH: Added ZEND_FETCH_RESOURCE_NO_RETURNFelipe Pena2008-11-201-0/+3
* - New testFelipe Pena2008-11-111-0/+16
* MFH:Felipe Pena2008-11-111-0/+3
* - MFH: Make it work with bison 2.4.Derick Rethans2008-11-101-1/+1
* - Fixed testFelipe Pena2008-10-311-6/+6
* Fixed ability to use "internal" heaps in extensions.Dmitry Stogov2008-10-301-3/+13
* MFH: Fix compile errorArnaud Le Blanc2008-10-271-2/+2
* fix testAntony Dovgal2008-10-241-1/+1
* fix bug #46381 (wrong $this passed to internal methods causes segfault)Antony Dovgal2008-10-243-6/+85
* MFB: revert define() fix for nowIlia Alshanetsky2008-10-221-36/+1
* MFB: Fixed bug #46341 (Added missing validation checks into define() forIlia Alshanetsky2008-10-191-30/+53
* Fixed bug #46308 (Invalid write when changing property from inside getter)Dmitry Stogov2008-10-172-0/+41
* Fixed bug #46246 (difference between call_user_func(array($this, $method)) an...Dmitry Stogov2008-10-102-1/+43
* backport convenience macroAntony Dovgal2008-10-101-0/+1
* Fixed bug #43053 (Regression: some numbers shown in scientific notation). (in...Dmitry Stogov2008-09-154-10/+17
* Fixed destruction of dl() loaded extensionsDmitry Stogov2008-08-221-1/+0
* MFH: fix zend_register_functions() not displaying duplicate functions (report...Antony Dovgal2008-08-221-1/+5
* - New testsFelipe Pena2008-08-223-0/+176
* MFH:Felipe Pena2008-08-229-11/+384
* Fixed bug #45751 (Using auto_prepend_file crashes (out of scope stack address...Dmitry Stogov2008-08-211-0/+1
* - New testFelipe Pena2008-08-181-0/+74
* MFHJani Taskinen2008-08-141-1/+3
* - New testFelipe Pena2008-08-141-0/+28
* Fixed bug #45805 (Crach on throwing exception from error handler)Dmitry Stogov2008-08-133-0/+66