| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed tests | Felipe Pena | 2011-06-24 | 3 | -4/+4 |
| * | These are annoyingly slow | Hannes Magnusson | 2011-06-23 | 2 | -0/+8 |
| * | MFH: Fixes for broken tests. | Stanislav Malyshev | 2011-05-27 | 1 | -3/+1 |
| * | MFH: Fix for failing test. | Stanislav Malyshev | 2011-05-27 | 1 | -3/+1 |
| * | Fixed test for decoupled <?= as of r311260 | Philip Olson | 2011-05-23 | 1 | -4/+3 |
| * | Implement request #54355 (Test for de_DE doesn't use UTF-8 locales). Patch by | Adam Harvey | 2011-03-23 | 2 | -4/+4 |
| * | Bah, these should have been in the last commit too. Update expected output for | Adam Harvey | 2011-03-23 | 2 | -5/+19 |
| * | Update test that now generates a warning after r306931, which increased the | Adam Harvey | 2011-03-23 | 1 | -1/+2 |
| * | - Fixed test to work in systems with different line endings. | Gustavo André dos Santos Lopes | 2011-02-19 | 1 | -1/+1 |
| * | Silently casting an empty string, null or false into an object by adding a pr... | Scott MacVicar | 2010-12-31 | 1 | -9/+9 |
| * | - Added enable_post_data_reading ini option to allow inhibiting POST data con... | Gustavo André dos Santos Lopes | 2010-12-09 | 4 | -0/+96 |
| * | Removed compile time dependency from ext/mbstring | Dmitry Stogov | 2010-12-08 | 2 | -0/+155 |
| * | - CS and "de-facto" style of returning NULL for failing parse-params, sync pa... | Jani Taskinen | 2010-12-03 | 2 | -3/+15 |
| * | - Fix test | Jani Taskinen | 2010-12-03 | 1 | -2/+2 |
| * | - Add test for the ob_start($foo); leak/crash bug | Jani Taskinen | 2010-12-03 | 1 | -0/+39 |
| * | - Fix tests for \0 patch in PHP 5.3. | Gustavo André dos Santos Lopes | 2010-11-22 | 1 | -1/+1 |
| * | - Fix test: register_globals is gone | Jani Taskinen | 2010-11-17 | 1 | -8/+0 |
| * | - Fixed typo (reported by eyal.t at zend dot com) | Felipe Pena | 2010-11-17 | 1 | -1/+1 |
| * | - Fixed tests not passing under windows because of the directory separator | Patrick Allaert | 2010-11-08 | 2 | -2/+2 |
| * | Update the tests committed in r305098 (as part of the fix for bug #53226) to | Adam Harvey | 2010-11-08 | 1 | -3/+1 |
| * | Fix bug #53226 (file_exists fails on big filenames). | Adam Harvey | 2010-11-05 | 1 | -0/+31 |
| * | - Fixed bug #53180 (post_max_size=0 not disabling the limit when the content | Gustavo André dos Santos Lopes | 2010-10-27 | 1 | -0/+19 |
| * | - Implemented request #44164, zlib.output_compression is now implicitly | Gustavo André dos Santos Lopes | 2010-10-26 | 1 | -0/+17 |
| * | - Implemented FR #50692, not uploaded files don't count towards | Gustavo André dos Santos Lopes | 2010-10-04 | 2 | -0/+203 |
| * | - Fix tests | Felipe Pena | 2010-06-16 | 4 | -3/+17 |
| * | * implement new output API, fixing some bugs and implementing some feature | Michael Wallner | 2010-05-31 | 21 | -119/+134 |
| * | Fixed test | Ilia Alshanetsky | 2010-05-26 | 1 | -1/+1 |
| * | Errors using reserved words as methods | Christopher Jones | 2010-05-12 | 2 | -0/+32 |
| * | Remove highlight.bg, it was removed in the old trunk and its not referenced i... | Kalle Sommer Nielsen | 2010-04-21 | 2 | -2/+0 |
| * | Removed register_globals | Kalle Sommer Nielsen | 2010-04-21 | 4 | -14/+4 |
| * | - Reverted r296062 and r296065 | Jani Taskinen | 2010-03-12 | 21 | -134/+119 |
| * | MFH: Improved / fixed output buffering (Michael Wallner) | Jani Taskinen | 2010-03-11 | 21 | -119/+134 |
| * | - Fixed tests | Jani Taskinen | 2010-02-13 | 2 | -3/+6 |
| * | - Fix test | Jani Taskinen | 2009-12-11 | 1 | -0/+1 |
| * | Fix test | Jani Taskinen | 2009-12-11 | 1 | -0/+1 |
| * | - Fixed tests | Felipe Pena | 2009-12-04 | 3 | -3/+3 |
| * | - Use correct revision | Jani Taskinen | 2009-11-28 | 1 | -2/+1 |
| * | - No dots here | Jani Taskinen | 2009-11-28 | 1 | -1/+1 |
| * | Fixed tests | Dmitry Stogov | 2009-09-21 | 2 | -2/+3 |
| * | More tests from 2009 testfest | Zoe Slattery | 2009-08-30 | 4 | -31/+26 |
| * | Test from 2009 testfest | Zoe Slattery | 2009-08-26 | 6 | -0/+79 |
| * | - Fix tests .oO(why are there so many things broken in this branch..?) | Jani Taskinen | 2009-07-25 | 2 | -4/+70 |
| * | MFH: The exact error message might differ (it's "Not owner" on Solaris) (r265... | Patrick Allaert | 2009-07-22 | 1 | -7/+7 |
| * | Remove empty sections. Fix bad use of --SKIP-- | Zoe Slattery | 2009-07-21 | 3 | -71/+4 |
| * | Removing unnecessary SKIPIF sections | Zoe Slattery | 2009-07-18 | 34 | -69/+1 |
| * | New lang tests. | andy wharmby | 2009-06-21 | 3 | -0/+113 |
| * | Backport ob test to php 5.2 and 53. | andy wharmby | 2009-06-18 | 8 | -0/+274 |
| * | New test for standard object compare handler. Tested on Windows, Linux and Li... | andy wharmby | 2009-06-17 | 2 | -0/+88 |
| * | New foreach tests. Tested on Windows, Linux and Linux 64 bit. | andy wharmby | 2009-06-17 | 6 | -0/+718 |
| * | Additional class related tests. | Robin Fernandes | 2009-06-17 | 9 | -0/+121 |