Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_5_0_0'.php-5.0.0 | SVN Migration | 2004-07-15 | 1 | -21/+0 |
| | |||||
* | Test for bug 26737: | Magnus M��tt� | 2004-07-15 | 1 | -0/+21 |
| | | | | | | Protected and private variables are not saved on serialization when a user defined __sleep is used. | ||||
* | Fixed typo | Stefan Esser | 2004-07-13 | 1 | -1/+1 |
| | |||||
* | remove test dependance on postgres ** this still fails however | Alan Knowles | 2004-07-13 | 1 | -1/+1 |
| | |||||
* | ensure that test passes on systems without postgres built in. | Alan Knowles | 2004-07-13 | 1 | -4/+4 |
| | |||||
* | Add more tests | Marcus Boerger | 2004-06-27 | 1 | -0/+45 |
| | |||||
* | Add more tests | Marcus Boerger | 2004-06-27 | 1 | -0/+41 |
| | |||||
* | tests for the crash in bug 28213 | George Schlossnagle | 2004-06-18 | 1 | -0/+10 |
| | |||||
* | - Remove unused blocks | Marcus Boerger | 2004-05-19 | 2 | -4/+0 |
| | |||||
* | - Remove unused blocks | Marcus Boerger | 2004-05-19 | 40 | -77/+0 |
| | |||||
* | Fix test | Marcus Boerger | 2004-05-18 | 1 | -3/+2 |
| | |||||
* | Correct output. | Ilia Alshanetsky | 2004-05-17 | 1 | -4/+4 |
| | |||||
* | - Fixed test | Derick Rethans | 2004-05-06 | 1 | -1/+1 |
| | |||||
* | Fixed test. | Ilia Alshanetsky | 2004-04-24 | 1 | -1/+0 |
| | |||||
* | Add new tests (by magnus) | Marcus Boerger | 2004-04-20 | 2 | -0/+51 |
| | |||||
* | Fix (using patterns) | Dmitry Stogov | 2004-04-05 | 1 | -5/+5 |
| | |||||
* | Test file was fixed (implicit cloning strict warnings) | Dmitry Stogov | 2004-04-02 | 1 | -3/+7 |
| | |||||
* | Adapt ecpectations to 5.0 reality | Marcus Boerger | 2004-03-28 | 1 | -21/+8 |
| | |||||
* | Add new test | Marcus Boerger | 2004-03-27 | 1 | -0/+17 |
| | |||||
* | Fixed (strict warning was added to expected output) | Dmitry Stogov | 2004-03-24 | 1 | -0/+1 |
| | |||||
* | Fix test | Marcus Boerger | 2004-03-20 | 1 | -1/+1 |
| | |||||
* | - Test for possible data corruption with __set | Pierre Joye | 2004-03-18 | 1 | -0/+29 |
| | |||||
* | Update message | Marcus Boerger | 2004-03-16 | 1 | -1/+1 |
| | |||||
* | - initial commit | Pierre Joye | 2004-03-16 | 1 | -0/+24 |
| | | | | | test case for #27504 (http://bugs.php.net/bug.php?id=27504) | ||||
* | Update test | Marcus Boerger | 2004-03-09 | 1 | -3/+16 |
| | |||||
* | - Added test for bug #27535 (Objects pointing to each other cause Apache to | Derick Rethans | 2004-03-09 | 1 | -0/+28 |
| | | | | | crash). | ||||
* | Rename hasMore() to valid() as discussed. (Part I) | Marcus Boerger | 2004-03-08 | 5 | -51/+51 |
| | |||||
* | Test files were fixed acording to new constructor redeclaration semantic | Dmitry Stogov | 2004-03-05 | 2 | -17/+1 |
| | |||||
* | Test file was fixed (stack trace is removed) | Dmitry Stogov | 2004-03-05 | 1 | -4/+0 |
| | |||||
* | - Fixed timing issues in test | Derick Rethans | 2004-03-02 | 1 | -2/+2 |
| | |||||
* | - Added testcase for bug #27468 | Derick Rethans | 2004-03-02 | 1 | -0/+19 |
| | |||||
* | - Consistent naming | Derick Rethans | 2004-03-02 | 1 | -1/+1 |
| | |||||
* | - initial test for #27439, covers more cases we got during | Pierre Joye | 2004-03-02 | 1 | -0/+74 |
| | | | | | foreach($this->foo as $bar) bug | ||||
* | - Fixed bug #27443 (defined() returns wrong type). | Derick Rethans | 2004-03-01 | 1 | -0/+8 |
| | |||||
* | The order of error has changed here. So the expectations must change too. | Marcus Boerger | 2004-02-27 | 1 | -1/+1 |
| | |||||
* | Fixes for abstract classes | Marcus Boerger | 2004-02-26 | 1 | -0/+20 |
| | |||||
* | Add new test (from pierre) | Marcus Boerger | 2004-02-26 | 1 | -0/+25 |
| | |||||
* | Remove bogus test: see bug #20993 | foobar | 2004-02-26 | 1 | -60/+0 |
| | |||||
* | - Fix tests after change to highlight_string() | Derick Rethans | 2004-02-25 | 2 | -7/+7 |
| | |||||
* | Revert and add the compatibility option. | foobar | 2004-02-25 | 1 | -2/+2 |
| | |||||
* | Test for bug #27395 | foobar | 2004-02-25 | 1 | -0/+60 |
| | |||||
* | This is no longer valid out of the box PHP 5 code. | Zeev Suraski | 2004-02-25 | 1 | -0/+3 |
| | | | | | | | We tried to enable compatibility mode but the test engine doesn't appear to take the --INI-- section into account in compile time, so it didn't work... | ||||
* | - Added testcase for bug #27354 (Modulus operator crashes PHP). | Derick Rethans | 2004-02-22 | 1 | -0/+14 |
| | |||||
* | Fix test | Zeev Suraski | 2004-02-12 | 1 | -1/+1 |
| | |||||
* | extend Exception | Zeev Suraski | 2004-02-12 | 1 | -1/+1 |
| | |||||
* | extend Exception | Zeev Suraski | 2004-02-12 | 1 | -1/+1 |
| | |||||
* | Fix: <interface> [extends <interface> [, <ineterface>]* ] | Marcus Boerger | 2004-02-11 | 1 | -3/+5 |
| | |||||
* | Get rid of some yucky past, and reenable these tests | Zeev Suraski | 2004-02-11 | 3 | -22/+23 |
| | |||||
* | Fix a couple of tests | Andi Gutmans | 2004-02-10 | 2 | -0/+2 |
| | |||||
* | Add test case for bug #26866 | foobar | 2004-02-10 | 1 | -0/+25 |
| |