summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed testFelipe Pena2010-11-231-0/+6
|
* 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 ↵Dmitry Stogov2010-10-012-4/+29
| | | | can be freed too early). (mail_ben_schmidt at yahoo dot com dot au, Dmitry)
* separate properties of internal classes in ZTS mode fully,Sascha Schumann2010-08-126-22/+29
| | | | | | otherwise multiple threads will modify the zvals' contents without any synchronisation.
* In ZTS mode default properties and constants of internal classes can't be ↵Dmitry Stogov2010-08-111-2/+21
| | | | modified in place and have to be separated
* Fixed incorrect reinitializationDmitry Stogov2010-07-141-1/+1
|
* Fixed bug #52237 (Crash when passing the reference of the property of a ↵Dmitry Stogov2010-07-053-9/+40
| | | | non-object)
* - Reverted fix for bug #51421Felipe Pena2010-06-282-24/+2
|
* - Fixed bug #51421 (Abstract __construct constructor argument list not enforced)Felipe Pena2010-06-262-3/+28
|
* - Fixed bug #52160 (Invalid E_STRICT redefined constructor error)Felipe Pena2010-06-264-7/+40
|
* - Fixed bug #52061 (memory_limit above 2G)Felipe Pena2010-06-192-0/+28
| | | | | # MFH: zend_atol()
* Fixed bug #52041 (Memory leak when writing on uninitialized variable ↵Dmitry Stogov2010-06-153-0/+80
| | | | returned from function)
* Fixed bug #51822i (Segfault with strange __destruct() for static class ↵Dmitry Stogov2010-06-102-1/+44
| | | | variables)
* - Fixed bug #51905 (ReflectionParameter fails if default value is an array ↵Felipe Pena2010-05-262-1/+13
| | | | with an access to self::)
* - Replaced 'zend_hash_find' to 'zend_hash_quick_find' on zend_hash_compare() ↵Felipe Pena2010-05-031-1/+1
| | | | function
* - Fixed bug #51719 (typo in function prototype)Felipe Pena2010-05-011-1/+1
|
* - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection)Felipe Pena2010-04-021-19/+5
|
* - Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not ↵Felipe Pena2010-03-072-1/+74
| | | | include file and line in trace)
* Fix testRasmus Lerdorf2010-03-031-2/+2
|
* Fixed bug #47601 (defined() requires class to exist when testing for class ↵Ilia Alshanetsky2010-02-082-2/+1
| | | | | | | constants). # Unifies behaviour with 5.3+
* Fix testsEtienne Kneuss2010-02-022-2/+2
|
* Remove trailing dotsEtienne Kneuss2010-02-021-2/+2
|
* Fix #48667 (Implementing Iterator and IteratorAggregate is now restricted in ↵Etienne Kneuss2010-02-013-1/+31
| | | | both orders)
* Added test case for bug #44827Ilia Alshanetsky2010-01-251-0/+11
|
* Fix gcc version check - bug #50771Rasmus Lerdorf2010-01-151-1/+1
|
* year++Ilia Alshanetsky2010-01-111-1/+1
|
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-0584-86/+86
|
* sed -i "s#1998-2009#1998-2010#g" **/*.re **/*.y **/*.lSebastian Bergmann2010-01-051-1/+1
|
* Fixed bug #44827 (define() allows :: in constant names).Ilia Alshanetsky2009-12-301-26/+3
|
* fix flags handling in zend_parse_method_parameters_exStanislav Malyshev2009-12-241-1/+1
|
* fix regression bug #50394: Reference argument converted to value in __callStanislav Malyshev2009-12-185-1/+48
|
* - Fixed bug #49472 (Constants defined in Interfaces can be overridden)Felipe Pena2009-12-033-6/+44
|
* - 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-243-13/+43
|
* Extend the previously added large string concatenation validationIlia Alshanetsky2009-11-231-1/+1
|
* Fixed bug #50207 (segmentation fault when concatenating very large stringsIlia Alshanetsky2009-11-191-0/+6
| | | | | on 64bit linux).
* - Fixed bug #50174 (Incorrectly matched docComment)Felipe Pena2009-11-142-0/+37
|
* - Fixed bug #50005 (Throwing through Reflection modified Exception object ↵Felipe Pena2009-11-121-0/+19
| | | | makes segmentation fault)
* Fixed unnecessary invokation of setitimer when timeouts have been disabled ↵Dmitry Stogov2009-11-051-1/+1
| | | | (Arvind Srinivasan)
* - Fixed PDORow and PDOStatement crashes when instantiating throught ReflectionFelipe Pena2009-10-121-1/+1
|
* Fixed tests/lang/bug22592.phptDmitry Stogov2009-09-212-3/+2
|
* Fixed memleak in tests/lang/engine_assignExecutionOrder_001.phptDmitry Stogov2009-09-212-0/+5
|
* - WS fix (spaces to tabs)Moriyoshi Koizumi2009-09-151-1/+1
|
* - revert last commit, breaks the build and needs test case(s)Pierre Joye2009-09-061-2/+2
|
* - Fix leaks.Moriyoshi Koizumi2009-09-061-2/+2
|
* - WSPierre Joye2009-09-051-4/+4
|
* - don't hide early declarationPierre Joye2009-09-051-6/+6
|
* - This was not supposed to be committed..Jani Taskinen2009-09-051-1/+1
|
* - Fixed bug #49182 (PHP CGI always outputs the shebang line)Jani Taskinen2009-09-051-1/+1
|
* MF53: - Fixed bug #49000 (PHP CLI in Interactive mode (php -a) crashes when ↵Jani Taskinen2009-08-311-0/+7
| | | | including files from function), see also bug #49405