summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
...
* Fix testsHannes Magnusson2011-06-031-1/+1
* Add tests for broken function argumentsHannes Magnusson2011-06-032-0/+18
* Fixed bug #54910 (Crash when calling call_user_func with unknown function name)Dmitry Stogov2011-05-312-0/+33
* Fixed testPhilip Olson2011-05-241-2/+3
* - Fixed bug #54804 (__halt_compiler and imported namespaces) (Pierrick)Felipe Pena2011-05-193-0/+18
* Fixed bug #54367 (Use of closure causes problem in ArrayAccess)Dmitry Stogov2011-05-111-9/+11
* Fixed bug #54585 (track_errors causes segfault)Dmitry Stogov2011-04-253-52/+93
* Fixed bug #54367 (Use of closure causes problem in ArrayAccess).Dmitry Stogov2011-04-204-8/+71
* Fixed bug #54268 (Double free when destroy_zend_class fails)Dmitry Stogov2011-04-153-10/+45
* - Fixed bug #54358 (Closure, use and reference)Dmitry Stogov2011-04-083-0/+98
* Missed testsDmitry Stogov2011-04-071-0/+23
* Fixed bug #54372 (Crash accessing global object itself returned from its __ge...Dmitry Stogov2011-04-071-1/+5
* fix bug #54423 (classes from dl()'ed extensions are not destroyed)Antony Dovgal2011-03-311-0/+17
* - Fixed bug #54265 (crash when variable gets reassigned in error handler)Johannes Schlüter2011-03-172-2/+31
* - Revert r309308 temporarily to get 5.3.6 outJohannes Schlüter2011-03-172-31/+2
* Fixed bug #54265 (crash when variable gets reassigned in error handler)Dmitry Stogov2011-03-162-2/+31
* Fixed bug #54262 (Crash when assigning value to a dimension in a non-array)Dmitry Stogov2011-03-164-58/+28
* Fix prototype of zend_fetch_debug_backtrace().Sebastian Bergmann2011-03-111-1/+1
* - Fixed bug #43512 (same parameter name can be used multiple times in method/...Felipe Pena2011-02-172-0/+32
* Fixed Bug #53958 (Closures can't 'use' shared variables by value and by refer...Dmitry Stogov2011-02-142-6/+74
* Fixed Bug #53971 (isset() and empty() produce apparently spurious runtime error)Dmitry Stogov2011-02-142-1/+12
* - null deref fixPierre Joye2011-02-071-1/+11
* - WSPierre Joye2011-01-191-49/+49
* - avoid local redeclarationPierre Joye2011-01-191-3/+3
* Fix bug #47143, bug #51458 - provide more useful info in bad exception casesStanislav Malyshev2011-01-162-1/+8
* Add options to debug_backtrace functionsStanislav Malyshev2011-01-164-12/+416
* - Fixed bug #53717 (checking the number of arguments is wrong in zend_parse_m...Felipe Pena2011-01-121-1/+1
* Fix bug #53682Rasmus Lerdorf2011-01-061-0/+1
* - fix vc6 random behavior for Fix bug #53632 with x87 fpuPierre Joye2011-01-061-0/+4
* Add test for bug #53632Scott MacVicar2011-01-041-0/+10
* Fix bug #53632 with x87 fpuScott MacVicar2011-01-041-1/+1
* Fixed Bug #53629 (memory leak inside highlight_string()).Ilia Alshanetsky2011-01-034-334/+381
* - Year++Felipe Pena2011-01-0195-96/+96
* - Fixed ZTS buildFelipe Pena2010-12-101-1/+1
* MFH: Fix indirect reference of $thisScott MacVicar2010-12-102-0/+17
* - Fixed testFelipe Pena2010-11-231-0/+6
* - fix #39863, do not accept paths with NULL in them. See http://news.php.net/...Pierre Joye2010-11-181-0/+44
* - test for NULL deref fixPierre Joye2010-11-171-0/+0
* - NULL deref fix, patch by GustavoPierre Joye2010-11-171-0/+4
* - Add missing checkFelipe Pena2010-11-141-1/+2
* - Fix the constant detectionFelipe Pena2010-11-131-1/+1
* - Fixed bug #53305 (E_NOTICE when defining a constant starts with __COMPILER...Felipe Pena2010-11-132-2/+28
* Fixed covariance of return-by-ref constraintsEtienne Kneuss2010-11-032-1/+44
* - Reverted fix for bug #51176Felipe Pena2010-11-036-17/+17
* Fixed bug #52939 (zend_call_function does not respect ZEND_SEND_PREFER_REF)Dmitry Stogov2010-10-132-1/+14
* Added testDmitry Stogov2010-10-121-0/+28
* - Added bison 2.4.3 version to the bison version listFelipe Pena2010-10-071-1/+1
* Fixed bug #51008 (Zend/tests/bug45877.phpt fails)Dmitry Stogov2010-10-051-4/+4
* Fixed bug #52879 (Objects unreferenced in __get, __set, __isset or __unset ca...Dmitry Stogov2010-10-012-4/+29
* Prevented crash in GC because of incorrect reference countingDmitry Stogov2010-09-302-1/+41