| Commit message (Expand) | Author | Age | Files | Lines |
* | fix default session handler error message | Arpad Ray | 2011-09-14 | 2 | -3/+3 |
* | - ext/openssl/tests/bug36732.phpt more portable. | Gustavo André dos Santos Lopes | 2011-09-14 | 2 | -1/+5 |
* | - Fixed test ext/openssl/tests/004.phpt. | Gustavo André dos Santos Lopes | 2011-09-14 | 3 | -2/+48 |
* | Fix test, Make warning message bison independed | Xinchen Hui | 2011-09-14 | 2 | -4/+4 |
* | Fix tests | Xinchen Hui | 2011-09-14 | 11 | -26/+26 |
* | Add test for bug #55688 | Xinchen Hui | 2011-09-14 | 1 | -0/+15 |
* | Fix bug #55688 (Crash when calling SessionHandler::gc()) | Xinchen Hui | 2011-09-14 | 1 | -1/+1 |
* | Fix warning "implicit declaration of function `vasprintf'" | Xinchen Hui | 2011-09-14 | 1 | -0/+1 |
* | - Fixed memory leak when calling SessionHandler::open() several times | Felipe Pena | 2011-09-14 | 2 | -0/+22 |
* | fix session oo tests for windows | Arpad Ray | 2011-09-14 | 1 | -3/+3 |
* | fix zts break in r316688 | Arpad Ray | 2011-09-13 | 3 | -10/+10 |
* | Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo) | Arpad Ray | 2011-09-13 | 23 | -33/+1278 |
* | I don't see why would be this a win only test. it works for me on linux, chec... | Ferenc Kovacs | 2011-09-13 | 1 | -4/+1 |
* | Separate test for %a is no longer needed. | Daniel Convissor | 2011-09-13 | 2 | -29/+3 |
* | fixing the tests, added the error_log= to the --INI-- so it should also pass ... | Ferenc Kovacs | 2011-09-13 | 2 | -0/+6 |
* | Improve parameter handling cod | Ilia Alshanetsky | 2011-09-13 | 1 | -18/+9 |
* | - test passes now (and VC6 is not supported anymore) | Pierre Joye | 2011-09-13 | 1 | -2/+0 |
* | - Removed support for putenv("TZ=..") for setting the timezone. | Derick Rethans | 2011-09-13 | 9 | -231/+42 |
* | - skip on win, runtime TZ via putenv is not supported with ext/date | Pierre Joye | 2011-09-13 | 1 | -1/+10 |
* | - skip on win, runtime TZ via putenv is not supported with ext/date | Pierre Joye | 2011-09-13 | 1 | -0/+4 |
* | - TZ auto detection varies, not always UTC | Pierre Joye | 2011-09-13 | 1 | -2/+2 |
* | - TZ auto detection varies, not always UTC | Pierre Joye | 2011-09-13 | 1 | -4/+4 |
* | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 20 | -68/+71 |
* | - skip on win, runtime TZ via putenv is not supported with ext/date | Pierre Joye | 2011-09-13 | 1 | -1/+2 |
* | MFH, fix test | Xinchen Hui | 2011-09-13 | 2 | -4/+6 |
* | Fixed Bug #55674 (fgetcsv & str_getcsv skip empty fields in some tab-separate... | Xinchen Hui | 2011-09-13 | 2 | -1/+51 |
* | - fix test on win, putenv is not supported for TZ and ext/date | Pierre Joye | 2011-09-13 | 1 | -24/+120 |
* | - skip on win, strftime uses system TZ | Pierre Joye | 2011-09-12 | 1 | -1/+4 |
* | - Test for bug #55646. | Gustavo André dos Santos Lopes | 2011-09-12 | 1 | -0/+32 |
* | - Fixed bug #55646: textual data is returned in UTF-8, but is input in | Gustavo André dos Santos Lopes | 2011-09-12 | 1 | -6/+14 |
* | Test for non-string replacement, bug#54304 | Hannes Magnusson | 2011-09-12 | 1 | -0/+26 |
* | Fixed bug #55273 (base64_decode() with strict rejects whitespace after pad) | Ilia Alshanetsky | 2011-09-12 | 2 | -0/+33 |
* | - Updated to version 2011.10 (2011j) | Derick Rethans | 2011-09-12 | 1 | -82/+83 |
* | This should please gcov.php.net which hits error 1044 instead of 1049. | Ulf Wendel | 2011-09-12 | 1 | -2/+10 |
* | Reverted changes in connect.inc based on Ulf's feedback | Tjerk Anne Meesters | 2011-09-12 | 4 | -5/+12 |
* | Fix typo. | Ulf Wendel | 2011-09-12 | 1 | -1/+1 |
* | fix warning Warning: ibase_drop_db(): lock time-out on wait transaction object | Popa Adrian Marius | 2011-09-12 | 1 | -0/+1 |
* | Minor issue. Seems to fail the same way on various PHP + MySQL combinations. ... | Ulf Wendel | 2011-09-12 | 1 | -3/+4 |
* | Allow replacement to be any scalar value | Hannes Magnusson | 2011-09-12 | 1 | -1/+11 |
* | MFH: fixed optional argument. | Rui Hirokawa | 2011-09-12 | 1 | -1/+1 |
* | Hits libmysql/MySQL bug, works with mysqlnd | Ulf Wendel | 2011-09-12 | 1 | -0/+3 |
* | - revert incorrect fix introduced in r316528 | Pierre Joye | 2011-09-12 | 1 | -1/+0 |
* | Added test for XSL bug 54446 | Christian Stocker | 2011-09-12 | 1 | -0/+95 |
* | Those will fail with MySQL 5.5. Running them because they have unveiled a cra... | Ulf Wendel | 2011-09-12 | 2 | -0/+4 |
* | Ensure we are working with strings here | Hannes Magnusson | 2011-09-12 | 1 | -0/+1 |
* | fixes #55659 also the 006 firebird test | Popa Adrian Marius | 2011-09-12 | 1 | -1/+1 |
* | - unused var | Pierre Joye | 2011-09-12 | 1 | -1/+1 |
* | Fixed issues when streams were closed before curl read/write from them, or cl... | Hannes Magnusson | 2011-09-12 | 9 | -57/+124 |
* | extension is not experimental anymore | Popa Adrian Marius | 2011-09-11 | 1 | -0/+0 |
* | fix test 003 from gconv test for firebird extension | Popa Adrian Marius | 2011-09-11 | 1 | -12/+12 |