summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Fixed testsFelipe Pena2010-06-261-7/+7
* - Fixed bug #52193 (converting closure to array yields empty array)Felipe Pena2010-06-261-0/+78
* Fixed bug #52041 (Memory leak when writing on uninitialized variable returned...Dmitry Stogov2010-06-151-0/+50
* - Fixed bug #52051 (handling of case sensitivity of old-style constructors ch...Felipe Pena2010-06-121-0/+27
* - Fixed bug #52060 (Memory leak when passing a closure to method_exists())Felipe Pena2010-06-111-0/+12
* Fixed bug #51822i (Segfault with strange __destruct() for static class variab...Dmitry Stogov2010-06-101-0/+40
* Fixed bug #52001 (Memory allocation problems after using variable variables)Dmitry Stogov2010-06-101-0/+17
* - Fixed bug #51827 (Bad warning when register_shutdown_function called with w...Felipe Pena2010-05-141-0/+19
* - Fixed bug #51791 (constant() aborts execution when fail to check undefined ...Felipe Pena2010-05-131-0/+14
* Fixed bug #49893 (Crash while creating an instance of Zend_Mail_Storage_Pop3)Dmitry Stogov2010-05-111-0/+28
* change namespaced ctors - only __construct would workStanislav Malyshev2010-04-041-1/+2
* - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection)Felipe Pena2010-04-0217-177/+42
* fix #51394 - try harder to find script lineno when exception happensStanislav Malyshev2010-04-011-0/+16
* - Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include...Felipe Pena2010-03-071-0/+130
* - New testFelipe Pena2010-03-071-0/+46
* Fix testRasmus Lerdorf2010-03-031-2/+2
* Turn on gc before we test itRasmus Lerdorf2010-03-0326-1/+52
* - Fixed bug #50731 (Inconsistent namespaces sent to functions registered with...Felipe Pena2010-03-031-1/+1
* - Fixed bug #51176 (Static calling in non-static method behaves like $this->)Felipe Pena2010-03-025-10/+42
* Fix testsEtienne Kneuss2010-02-022-2/+2
* Fix #48667 (Implementing Iterator and IteratorAggregate is now restricted in ...Etienne Kneuss2010-02-012-0/+20
* Added test case for bug #44827Ilia Alshanetsky2010-01-251-0/+11
* - New testsFelipe Pena2009-12-203-0/+84
* fix regression bug #50394: Reference argument converted to value in __callStanislav Malyshev2009-12-182-0/+42
* Fixed bug #49866 (Making reference on string offsets crashes PHP)Dmitry Stogov2009-12-071-0/+10
* - Fixed bug #49472 (Constants defined in Interfaces can be overridden)Felipe Pena2009-12-033-3/+30
* - Fix tests assuming wrong ini options and extensions that might not be thereJani Taskinen2009-11-301-0/+2
* - Fixed bug #50255 (isset() and empty() silently casts array to object)Felipe Pena2009-11-241-0/+30
* - Added test for bug #50261Felipe Pena2009-11-231-0/+38
* - Fixed bug #50174 (Incorrectly matched docComment)Felipe Pena2009-11-141-0/+31
* - Fixed bug #50005 (Throwing through Reflection modified Exception object mak...Felipe Pena2009-11-121-0/+19
* - Fixed bug #50146 (property_exists: Closure object cannot have properties)Felipe Pena2009-11-111-0/+20