summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 5.4.0RC1php-5.4.0RC1Stanislav Malyshev2011-11-100-0/+0
* 5.4.0 RC1Stanislav Malyshev2011-11-103-4/+4
* - Make valgrind happy with session_decode_error2.phpt Felipe Pena2011-11-092-627/+292
* - Initialize BG(serialize_lock) to make valgrind happyFelipe Pena2011-11-091-0/+1
* no large changes for 5.4 anymoreStanislav Malyshev2011-11-091-2/+3
* add is_a changeStanislav Malyshev2011-11-091-0/+3
* Add tests for unsupported typesChristopher Jones2011-11-094-1/+67
* fix bug #55475 - implement is_a BC solutionStanislav Malyshev2011-11-095-15/+436
* Here tooRasmus Lerdorf2011-11-081-1/+1
* This really shouldn't fail, but if it does, like on OSX under Valgrind, Rasmus Lerdorf2011-11-081-1/+1
* bail out if reading HTTP headers failedAntony Dovgal2011-11-081-1/+4
* Fixed bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFun...Dmitry Stogov2011-11-085-32/+33
* Fix tests Xinchen Hui2011-11-081-1/+1
* Fixed bug #54084 (token_get_all with regards to __halt_compiler is not binary...Stanislav Malyshev2011-11-083-20/+331
* fix typoStanislav Malyshev2011-11-081-1/+1
* Improve OCI8 NLS env creation error messages (#58925)Christopher Jones2011-11-072-0/+10
* - Added class member access on instantiation (e.g. (new foo)->bar()) supportFelipe Pena2011-11-069-2/+178
* the mandatory __construct() for SPL classes was reverted in r318566Ferenc Kovacs2011-11-051-1/+1
* MFH: added japanese encoding to maintain compatibility with PHP 5.3.Rui Hirokawa2011-11-051-0/+3
* Fixed inconsistent whitespace.Stefan Marr2011-11-051-33/+33
* Fixed Bug #60217 (Requiring the same method from different traits)Stefan Marr2011-11-054-19/+110
* Added test for #60104Patrick Allaert2011-11-041-0/+23
* Bump OCI8 version to 1.4.7 stable in preparation for PHP 5.3.9Christopher Jones2011-11-032-3/+3
* Replace custom "stress_test" setting with generic SKIP_SLOW_TESTSChristopher Jones2011-11-0315-27/+14
* Improving test to reflect latest API changesUlf Wendel2011-11-031-50/+73
* Redid the fix for #60192 with suggestions by Pierre and KalleFlorian Anderiasch2011-11-038-23/+42
* - Fixed bug #60179 (php_flag and php_value does not work properly)Jérôme Loyet2011-11-031-11/+1
* use jmp_addr only when it's initializedAntony Dovgal2011-11-031-6/+20
* Fixed bug #60206 (possible integer overflow in content_length)Xinchen Hui2011-11-037-6/+9
* Fix bug #60169 Conjunction of ternary and list crashes PHPXinchen Hui2011-11-034-22/+22
* adding memory check for FreeBSD also, TODO: refactor the free memory check in...Ferenc Kovacs2011-11-021-0/+19
* fix folding, ws and csAntony Dovgal2011-11-021-3/+6
* initialize variable and fix segfaulting testsAntony Dovgal2011-11-021-1/+1
* Add a middleman which can intercept the calls and can reroute themAndrey Hristov2011-11-022-3/+30
* fix calling user close func when it isn't openArpad Ray2011-11-023-4/+24
* - Fix bug #60155 (pdo_mysql.default_socket ignored).Johannes Schlüter2011-11-022-12/+21
* - shift a bit of code aroundAndrey Hristov2011-11-022-14/+14
* MFH: fixed alias and encoding mapping for emoji logo.Rui Hirokawa2011-11-023-13/+14
* fix trace log messagesAndrey Hristov2011-11-021-2/+2
* add 3rd parameter to arg info for splfileobject fgetcsv/setcsvcontrol (bug #6...Peter Cowburn2011-11-023-0/+33
* - Updated to version 2011.14 (2011n)Derick Rethans2011-11-021-142/+157
* Prevent possible integer overflowDmitry Stogov2011-11-021-1/+1
* Fix #60192 SegFault when Collator not constructed properlyFlorian Anderiasch2011-11-028-0/+122
* Fixed bug #60139 (Anonymous functions create cycles not detected by the GC)Dmitry Stogov2011-11-025-228/+222
* Update for new Oracle patchset variationChristopher Jones2011-11-0116-65/+110
* allocating more than 2GB memory is slow.Ferenc Kovacs2011-11-011-0/+1
* typoXinchen Hui2011-11-011-1/+2
* Fixed Bug #60153 (Interface method prototypes not enforced when implementd vi...Stefan Marr2011-11-013-9/+37
* Fix bug 60183Rasmus Lerdorf2011-11-011-0/+3
* Added missing consistency check for abstract methods required by one trait an...Stefan Marr2011-11-013-0/+57