summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Don't be silent on bailoutJohannes Schlüter2010-09-141-0/+3
* Fixed GC bugDmitry Stogov2010-09-031-19/+23
* - Improved fix for bug #52573Felipe Pena2010-08-181-1/+2
* Bug #52361 (Throwing an exception in a destructor causes invalid catching)Dmitry Stogov2010-08-162-4/+37
* Fixed memory leaks (related to bug #52361)Dmitry Stogov2010-08-161-4/+5
* - fix castSascha Schumann2010-08-121-1/+1
* separate properties of internal classes in ZTS mode fully,Sascha Schumann2010-08-126-22/+27
* Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fix...Kalle Sommer Nielsen2010-08-112-2/+2
* In ZTS mode default properties and constants of internal classes can't be mod...Dmitry Stogov2010-08-111-2/+22
* - Fixed bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW)Felipe Pena2010-08-014-1217/+1245
* - Fixed bug #52484 (__set() ignores setting properties with empty names)Felipe Pena2010-08-014-3/+85
* - fix vc6 buildPierre Joye2010-07-151-1/+3
* Fixed incorrect reinitializationDmitry Stogov2010-07-141-1/+1
* Fixed bug #52237 (Crash when passing the reference of the property of a non-o...Dmitry Stogov2010-07-053-9/+41