summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off)Dmitry Stogov2011-08-021-0/+31
* Fixed bug #50816 (Using class constants in array definition fails).Dmitry Stogov2011-08-012-1/+49
* Fixed bug #54305 (Crash in gc_remove_zval_from_buffer)Dmitry Stogov2011-07-111-0/+22
* - Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even tho...Felipe Pena2011-07-071-0/+30
* Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces)Dmitry Stogov2011-07-042-1/+23
* Fixed typoPatrick Allaert2011-06-201-1/+1
* - Fixed bug #54624 (class_alias and type hint)Felipe Pena2011-06-121-0/+26
* - Fix test againFelipe Pena2011-06-121-1/+1
* - Restore test (the change related to this test weren't committed to this bra...Felipe Pena2011-06-121-2/+1
* - Fixed bug #55007 (compiler fail after previous fail)Felipe Pena2011-06-071-0/+23
* 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-311-0/+28
* Fixed testPhilip Olson2011-05-241-2/+3
* - Fixed bug #54804 (__halt_compiler and imported namespaces) (Pierrick)Felipe Pena2011-05-192-0/+14
* Fixed bug #54585 (track_errors causes segfault)Dmitry Stogov2011-04-251-0/+15
* Fixed bug #54367 (Use of closure causes problem in ArrayAccess).Dmitry Stogov2011-04-201-0/+24
* Fixed bug #54268 (Double free when destroy_zend_class fails)Dmitry Stogov2011-04-151-0/+35
* - Fixed bug #54358 (Closure, use and reference)Dmitry Stogov2011-04-082-0/+97
* Missed testsDmitry Stogov2011-04-071-0/+23
* - Fixed bug #54265 (crash when variable gets reassigned in error handler)Johannes Schlüter2011-03-171-0/+17
* - Revert r309308 temporarily to get 5.3.6 outJohannes Schlüter2011-03-171-17/+0
* Fixed bug #54265 (crash when variable gets reassigned in error handler)Dmitry Stogov2011-03-161-0/+17
* Fixed bug #54262 (Crash when assigning value to a dimension in a non-array)Dmitry Stogov2011-03-161-0/+17
* - Fixed bug #43512 (same parameter name can be used multiple times in method/...Felipe Pena2011-02-171-0/+31
* Fixed Bug #53958 (Closures can't 'use' shared variables by value and by refer...Dmitry Stogov2011-02-141-0/+61
* Fixed Bug #53971 (isset() and empty() produce apparently spurious runtime error)Dmitry Stogov2011-02-141-0/+11
* Fix bug #47143, bug #51458 - provide more useful info in bad exception casesStanislav Malyshev2011-01-161-1/+5
* Add options to debug_backtrace functionsStanislav Malyshev2011-01-161-0/+397
* Add test for bug #53632Scott MacVicar2011-01-041-0/+10
* Fixed Bug #53629 (memory leak inside highlight_string()).Ilia Alshanetsky2011-01-031-0/+31
* MFH: Fix indirect reference of $thisScott MacVicar2010-12-101-0/+13
* - Fixed testFelipe Pena2010-11-231-0/+6
* - test for NULL deref fixPierre Joye2010-11-171-0/+0
* - Fixed bug #53305 (E_NOTICE when defining a constant starts with __COMPILER...Felipe Pena2010-11-131-0/+19
* Fixed covariance of return-by-ref constraintsEtienne Kneuss2010-11-031-0/+40
* - Reverted fix for bug #51176Felipe Pena2010-11-035-14/+14
* Fixed bug #52939 (zend_call_function does not respect ZEND_SEND_PREFER_REF)Dmitry Stogov2010-10-131-0/+12
* Added testDmitry Stogov2010-10-121-0/+28
* Fixed bug #52879 (Objects unreferenced in __get, __set, __isset or __unset ca...Dmitry Stogov2010-10-011-0/+16
* Prevented crash in GC because of incorrect reference countingDmitry Stogov2010-09-301-0/+40
* Bug #52361 (Throwing an exception in a destructor causes invalid catching)Dmitry Stogov2010-08-161-0/+35
* Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fix...Kalle Sommer Nielsen2010-08-112-2/+2
* - Fixed bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW)Felipe Pena2010-08-011-0/+20
* - Fixed bug #52484 (__set() ignores setting properties with empty names)Felipe Pena2010-08-013-0/+57
* Fixed bug #52237 (Crash when passing the reference of the property of a non-o...Dmitry Stogov2010-07-051-0/+11
* - Reverted fix for bug #51421Felipe Pena2010-06-281-18/+0
* - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-271-0/+16
* - Fixed bug #51421 (Abstract __construct constructor argument list not enforced)Felipe Pena2010-06-261-0/+18
* - Fixed bug #52160 (Invalid E_STRICT redefined constructor error)Felipe Pena2010-06-265-9/+39