Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
| | |||||
* | MFH: User error handlers no longer catch supressed errors | Etienne Kneuss | 2008-03-08 | 1 | -0/+26 |
| | |||||
* | 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 |
| | |||||
* | Bug fixed in 5.0.46 | Andrey Hristov | 2008-03-08 | 2 | -4/+4 |
| | |||||
* | 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 |
| | |||||
* | fix bug #44214: crash with preg_replace_callback and global variables | Nuno Lopes | 2008-03-08 | 3 | -2/+58 |
| | |||||
* | 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 |
| | |||||
* | 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) | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Add new tests for class/object functions and features. | Robin Fernandes | 2008-03-06 | 42 | -0/+3546 |
| | |||||
* | Revert patch for bug #44325 | Ilia Alshanetsky | 2008-03-05 | 1 | -10/+5 |
| | |||||
* | - Fix tests (allow_call_time_pass_reference might be off for properly ↵ | Jani Taskinen | 2008-03-05 | 7 | -7/+21 |
| | | | | configured sites.. :) | ||||
* | - 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 |
| | |||||
* | MFH: fix memory corruption due to double destruction of default dir handle | Antony Dovgal | 2008-03-05 | 1 | -2/+2 |
| | |||||
* | MFB: Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags) | Felipe Pena | 2008-03-04 | 1 | -1/+1 |
| | |||||
* | MFH Fix bug #41069 (db link crash). Also allow SQLT_AFC (aka CHAR datatype) ↵ | Christopher Jones | 2008-03-04 | 6 | -12/+1354 |
| | | | | in oci_bind_by_name | ||||
* | Attempt greater test portability | Christopher Jones | 2008-03-04 | 1 | -6/+10 |
| | |||||
* | Fixed bug #44325 (mssql_bind not correctly bind empty strings as parameter | Ilia Alshanetsky | 2008-03-04 | 1 | -5/+10 |
| | | | | | value) | ||||
* | - new tests for readdir() function | Josie Messa | 2008-03-04 | 8 | -0/+815 |
| | |||||
* | Fixed SIGSEGV because of access to uninitialized data | Dmitry Stogov | 2008-03-04 | 1 | -0/+1 |
| | |||||
* | MFH | Antony Dovgal | 2008-03-04 | 1 | -1/+1 |
| | |||||
* | - new tests for opendir() function | Josie Messa | 2008-03-04 | 10 | -0/+1051 |
| | |||||
* | Fixed bug #44166 (Parameter handling flaw in PDO::getAvailableDrivers()) | Ilia Alshanetsky | 2008-03-03 | 1 | -1/+5 |
| | |||||
* | MFH: Fix get_parent_class() of PDORow instances | Johannes Schlüter | 2008-03-03 | 2 | -3/+29 |
| | |||||
* | Remove inconsistent behaviour when a protected static prop is overridden by ↵ | Robin Fernandes | 2008-03-03 | 1 | -5/+5 |
| | | | | public static prop (details: http://turl.ca/phhhf ). | ||||
* | Removed unnecassary strlen() | Dmitry Stogov | 2008-03-03 | 1 | -1/+0 |
| | |||||
* | Fixed bug #44306 (Better detection of MIPS processors on Windows) | Ilia Alshanetsky | 2008-03-02 | 1 | -1/+1 |
| | |||||
* | MFH: Fix #44144 (object methods as spl autoload functions returned correctly) | Etienne Kneuss | 2008-02-29 | 2 | -8/+20 |
| | |||||
* | MFH: Fix #44288 (Move declarations) | Etienne Kneuss | 2008-02-29 | 1 | -3/+6 |
| | |||||
* | count() before and after a simplexml array cast should be the same | Rasmus Lerdorf | 2008-02-28 | 1 | -0/+22 |
| | |||||
* | We don't nave to change request shutdown sequence if dl() was failed | Dmitry Stogov | 2008-02-28 | 1 | -1/+3 |
| | |||||
* | - MFH: Fixed bug #44260 (African timezones missing). | Derick Rethans | 2008-02-27 | 1 | -12/+15 |
| | |||||
* | MFB: Improved fix for #44242 | Felipe Pena | 2008-02-27 | 1 | -2/+2 |
| |