Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding itk and and peruser MPM to the list of threaded Apache MPMs | Lars Strojny | 2008-03-09 | 2 | -4/+4 |
| | |||||
* | - MFH: Fix typo in skipif | Johannes Schlüter | 2008-03-09 | 1 | -2/+2 |
| | |||||
* | Fix test (thanks Scoates!) | Felipe Pena | 2008-03-08 | 1 | -2/+2 |
| | |||||
* | Fix test | Felipe Pena | 2008-03-08 | 1 | -2/+2 |
| | |||||
* | Fix test (new constant was added in PREG) | Felipe Pena | 2008-03-08 | 1 | -1/+2 |
| | |||||
* | MFH: User error handlers no longer catch supressed errors | Etienne Kneuss | 2008-03-08 | 4 | -22/+40 |
| | |||||
* | User error handlers no longer catch supressed errors (patch by Etienne Kneuss) | Felipe Pena | 2008-03-08 | 3 | -1/+12 |
| | |||||
* | fix tests if allow_url_fopen is disabled in php.ini | Greg Beaver | 2008-03-08 | 8 | -0/+16 |
| | |||||
* | - MFH | David Coallier | 2008-03-08 | 1 | -1/+6 |
| | | | | | - If libxml dotted version smaller than 2.6.20 it's a fail. Patch from scoates | ||||
* | fix test if allow_url_fopen is disabled in php.ini | Greg Beaver | 2008-03-08 | 1 | -0/+2 |
| | |||||
* | - Ok to fail on OSX, adjusted bug, patch from scoates | David Coallier | 2008-03-08 | 1 | -0/+2 |
| | |||||
* | Bug fixed in 5.0.46 | Andrey Hristov | 2008-03-08 | 2 | -4/+4 |
| | |||||
* | update NEWS | Andrey Hristov | 2008-03-08 | 1 | -0/+1 |
| | |||||
* | Fix a problem with $mysqi->connect() not working with default values. | Andrey Hristov | 2008-03-08 | 6 | -20/+48 |
| | | | | | Fix a leak, bug#39457 | ||||
* | MFB: Fixed bug #44373 (PDO_OCI extension compile failed) | Felipe Pena | 2008-03-08 | 1 | -1/+1 |
| | |||||
* | BFN #44214 | Nuno Lopes | 2008-03-08 | 1 | -0/+2 |
| | |||||
* | fix bug #44214: crash with preg_replace_callback and global variables | Nuno Lopes | 2008-03-08 | 3 | -2/+58 |
| | |||||
* | BFN: #39108 | Felipe Pena | 2008-03-08 | 1 | -0/+2 |
| | |||||
* | BFN: #44336 | Nuno Lopes | 2008-03-08 | 1 | -0/+3 |
| | |||||
* | Fix tests (removed space on error message "Undefined index: ...") | Felipe Pena | 2008-03-08 | 10 | -12/+14 |
| | |||||
* | implement #44336: optimize utf8 string matching | Nuno Lopes | 2008-03-08 | 1 | -6/+20 |
| | | | | | add PREG_BAD_UTF8_OFFSET_ERROR constant | ||||
* | add new tests | Nuno Lopes | 2008-03-08 | 2 | -0/+94 |
| | |||||
* | Cosmetics (removed space on error message) | Felipe Pena | 2008-03-08 | 1 | -4/+4 |
| | |||||
* | Fixed bug #39018 (Error control operator '@' fails to suppress ↵ | Felipe Pena | 2008-03-08 | 3 | -1/+103 |
| | | | | "Uninitialized string offset") | ||||
* | BFN | Gwynne Raskind | 2008-03-08 | 1 | -0/+2 |
| | |||||
* | BFN | Scott MacVicar | 2008-03-08 | 1 | -0/+1 |
| | |||||
* | MFB: Fixed bug #42203 (Clear SQLite result sets before closing database.) | Scott MacVicar | 2008-03-08 | 1 | -0/+15 |
| | |||||
* | Forgot one file in last commit | Gwynne Raskind | 2008-03-07 | 1 | -0/+85 |
| | |||||
* | MFH: fix bug #32330 (session_destroy, "Failed to initialize storage module", ↵ | Gwynne Raskind | 2008-03-07 | 4 | -29/+49 |
| | | | | custom session handler) | ||||
* | - MFH: New tests | Johannes Schlüter | 2008-03-07 | 3 | -0/+95 |
| | |||||
* | BFN. | Scott MacVicar | 2008-03-07 | 1 | -0/+4 |
| | |||||
* | Fixed bug #41135 (When binding as binary data use sqlite3_bind_blob() to ↵ | Scott MacVicar | 2008-03-07 | 1 | -2/+33 |
| | | | | | | | stop errors with null bytes.) Fixed bug #42443 (Bind integers and booleans as integers rather than strings.) | ||||
* | - Tests awaiting fix of bug #44246 | Josie Messa | 2008-03-07 | 3 | -0/+119 |
| | |||||
* | - New tests for rewinddir() function | Josie Messa | 2008-03-07 | 4 | -0/+376 |
| | |||||
* | - New tests for closedir() function | Josie Messa | 2008-03-07 | 4 | -0/+364 |
| | |||||
* | style | Jani Taskinen | 2008-03-07 | 1 | -10/+10 |
| | |||||
* | BFN | Scott MacVicar | 2008-03-07 | 1 | -0/+1 |
| | |||||
* | Update bundled SQLite to 3.5.6 | Scott MacVicar | 2008-03-07 | 106 | -22109/+32438 |
| | |||||
* | fix build | Antony Dovgal | 2008-03-07 | 1 | -1/+1 |
| | |||||
* | test was failing because I had a file named 1 in the checkout directory | Greg Beaver | 2008-03-07 | 1 | -0/+1 |
| | | | | | | # note to tests writers: never assume anything about directory # contents. | ||||
* | improve seed calculation | Stanislav Malyshev | 2008-03-07 | 1 | -2/+2 |
| | | | | | # better solution would be to port mt's multi-value seed procedure | ||||
* | Fixed a memory leak inside date_get_last_errors() when there are no errors | Ilia Alshanetsky | 2008-03-07 | 1 | -1/+1 |
| | |||||
* | fix segfault when trying to clone uncloneable object because of ↵ | Antony Dovgal | 2008-03-06 | 2 | -0/+26 |
| | | | | zend.ze1_compatibility_mode which we should have got rid of years ago | ||||
* | Add new tests for class/object functions and features. | Robin Fernandes | 2008-03-06 | 49 | -0/+3751 |
| | |||||
* | Revert patch for bug #44325 | Ilia Alshanetsky | 2008-03-05 | 1 | -10/+5 |
| | |||||
* | Using new magic constant __DIR__ in run-tests.php | Lars Strojny | 2008-03-05 | 1 | -3/+3 |
| | |||||
* | - Fix tests (allow_call_time_pass_reference might be off for properly ↵ | Jani Taskinen | 2008-03-05 | 7 | -7/+21 |
| | | | | configured sites.. :) | ||||
* | Optimized require_once() and include_once() by eliminationg open() syscall ↵ | Dmitry Stogov | 2008-03-05 | 8 | -70/+149 |
| | | | | on second usage. | ||||
* | - Fix test when register_globals=On in php.ini | Jani Taskinen | 2008-03-05 | 1 | -0/+2 |
| | |||||
* | MFH: apply better fix | Antony Dovgal | 2008-03-05 | 1 | -3/+5 |
| |