summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.4.0beta1php-5.4.0beta1Stanislav Malyshev2011-09-150-0/+0
|
* 5.4.0betaStanislav Malyshev2011-09-152-3/+3
|
* update NEWSStanislav Malyshev2011-09-151-92/+149
|
* fix default session handler error messageArpad Ray2011-09-142-3/+3
|
* Fixed bug #55552 (bad encoding not detected)Dmitry Stogov2011-09-141-6/+6
|
* Fixed bug #55578 (Segfault on implode/concat)Dmitry Stogov2011-09-142-2/+31
|
* - ext/openssl/tests/bug36732.phpt more portable.Gustavo André dos Santos Lopes2011-09-142-1/+5
|
* - Fixed test ext/openssl/tests/004.phpt.Gustavo André dos Santos Lopes2011-09-143-2/+48
| | | | | | - Made ext/openssl/tests/bug55646.phpt more reproducible by giving it a custom openssl.cnf.
* Fix test, Make warning message bison independed Xinchen Hui2011-09-142-4/+4
|
* Fix testsXinchen Hui2011-09-1411-26/+26
|
* Add test for bug #55688Xinchen Hui2011-09-141-0/+15
|
* Fix bug #55688 (Crash when calling SessionHandler::gc())Xinchen Hui2011-09-141-1/+1
| | | | | Need arpad to review this change
* Fix warning "implicit declaration of function `vasprintf'"Xinchen Hui2011-09-141-0/+1
|
* - Fixed memory leak when calling SessionHandler::open() several timesFelipe Pena2011-09-142-0/+22
|
* fix session oo tests for windowsArpad Ray2011-09-141-3/+3
|
* fix zts break in r316688Arpad Ray2011-09-133-10/+10
|
* Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo)Arpad Ray2011-09-1324-33/+1279
|
* I don't see why would be this a win only test. it works for me on linux, ↵Ferenc Kovacs2011-09-131-4/+1
| | | | checked the history, find no explanation.
* Separate test for %a is no longer needed.Daniel Convissor2011-09-132-29/+3
|
* fixing the tests, added the error_log= to the --INI-- so it should also pass ↵Ferenc Kovacs2011-09-132-0/+6
| | | | for Stas
* Improve parameter handling codIlia Alshanetsky2011-09-131-18/+9
|
* - test passes now (and VC6 is not supported anymore)Pierre Joye2011-09-131-2/+0
|
* - Fixed compiler warnings (patch by Kalle Sommer Nielsen)Derick Rethans2011-09-131-1/+1
|
* Fix typo (as tyearl's ask)Xinchen Hui2011-09-131-1/+1
|
* Revert update, since this bug is not in a official release of 5.4Xinchen Hui2011-09-131-1/+0
|
* - Document changes in upgrading.Derick Rethans2011-09-131-2/+10
|
* And some formattingDerick Rethans2011-09-131-2/+2
|
* - tabs to spacesDerick Rethans2011-09-131-12/+12
|
* - Removed support for putenv("TZ=..") for setting the timezone.Derick Rethans2011-09-1310-231/+46
| | | | | | | - Removed the timezone guessing algorithm in case the timezone isn't set with date.timezone or date_default_timezone_set(). Instead of a guessed timezone, "UTC" is now used instead.
* MFT: Fix build on WindowsKalle Sommer Nielsen2011-09-131-0/+4
|
* - skip on win, runtime TZ via putenv is not supported with ext/datePierre Joye2011-09-131-1/+10
|
* - skip on win, runtime TZ via putenv is not supported with ext/datePierre Joye2011-09-131-0/+4
|
* - TZ auto detection varies, not always UTCPierre Joye2011-09-131-2/+2
|
* - TZ auto detection varies, not always UTCPierre Joye2011-09-131-4/+4
|
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-132-355/+356
|
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-1364-366/+371
|
* - skip on win, runtime TZ via putenv is not supported with ext/datePierre Joye2011-09-131-1/+2
|
* update newsXinchen Hui2011-09-131-0/+1
|
* MFH, fix testXinchen Hui2011-09-132-4/+6
|
* Fixed Bug #55674 (fgetcsv & str_getcsv skip empty fields in some ↵Xinchen Hui2011-09-132-1/+51
| | | | tab-separated records) which was introduced by r311543
* - fix test on win, putenv is not supported for TZ and ext/datePierre Joye2011-09-131-24/+120
|
* - news for the crt warningPierre Joye2011-09-131-0/+2
|
* - do not display the crt warnings anymore by default. It is enough to simply ↵Pierre Joye2011-09-132-9/+18
| | | | fail from a user land pov as it is the case on posix platforms
* Fixed Bug #55649 (Undefined function Bug()). (Laruence)Dmitry Stogov2011-09-131-0/+6
|
* Fixed bug #55509 (segfault on x86_64 using more than 2G memory). (Laruence)Dmitry Stogov2011-09-132-1/+34
|
* Fix same typo as UPGRADINGChristopher Jones2011-09-131-1/+1
|
* Fix typo and grammarChristopher Jones2011-09-131-1/+1
|
* - skip on win, strftime uses system TZPierre Joye2011-09-121-1/+4
|
* - Test for bug #55646.Gustavo André dos Santos Lopes2011-09-121-0/+32
|
* - Fixed bug #55646: textual data is returned in UTF-8, but is input inGustavo André dos Santos Lopes2011-09-122-6/+15
| | | | | another encoding. 5.4 only as this implies a BC break.