summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* - MFH: Fix typo in skipifJohannes Schlüter2008-03-091-2/+2
|
* Fix test (thanks Scoates!)Felipe Pena2008-03-081-2/+2
|
* Fix testFelipe Pena2008-03-081-2/+2
|
* MFH: User error handlers no longer catch supressed errorsEtienne Kneuss2008-03-081-0/+26
|
* fix tests if allow_url_fopen is disabled in php.iniGreg Beaver2008-03-088-0/+16
|
* - MFHDavid Coallier2008-03-081-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.iniGreg Beaver2008-03-081-0/+2
|
* Bug fixed in 5.0.46Andrey Hristov2008-03-082-4/+4
|
* Fix a problem with $mysqi->connect() not working with default values.Andrey Hristov2008-03-086-20/+48
| | | | | Fix a leak, bug#39457
* MFB: Fixed bug #44373 (PDO_OCI extension compile failed)Felipe Pena2008-03-081-1/+1
|
* fix bug #44214: crash with preg_replace_callback and global variablesNuno Lopes2008-03-083-2/+58
|
* implement #44336: optimize utf8 string matchingNuno Lopes2008-03-081-6/+20
| | | | | add PREG_BAD_UTF8_OFFSET_ERROR constant
* add new testsNuno Lopes2008-03-082-0/+94
|
* MFB: Fixed bug #42203 (Clear SQLite result sets before closing database.)Scott MacVicar2008-03-081-0/+15
|
* Forgot one file in last commitGwynne Raskind2008-03-071-0/+85
|
* MFH: fix bug #32330 (session_destroy, "Failed to initialize storage module", ↵Gwynne Raskind2008-03-074-29/+49
| | | | custom session handler)
* Fixed bug #41135 (When binding as binary data use sqlite3_bind_blob() to ↵Scott MacVicar2008-03-071-2/+33
| | | | | | | stop errors with null bytes.) Fixed bug #42443 (Bind integers and booleans as integers rather than strings.)
* - Tests awaiting fix of bug #44246Josie Messa2008-03-073-0/+119
|
* - New tests for rewinddir() functionJosie Messa2008-03-074-0/+376
|
* - New tests for closedir() functionJosie Messa2008-03-074-0/+364
|
* Update bundled SQLite to 3.5.6Scott MacVicar2008-03-07106-22109/+32438
|
* fix buildAntony Dovgal2008-03-071-1/+1
|
* test was failing because I had a file named 1 in the checkout directoryGreg Beaver2008-03-071-0/+1
| | | | | | # note to tests writers: never assume anything about directory # contents.
* improve seed calculationStanislav Malyshev2008-03-071-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 errorsIlia Alshanetsky2008-03-071-1/+1
|
* Add new tests for class/object functions and features.Robin Fernandes2008-03-0642-0/+3546
|
* Revert patch for bug #44325Ilia Alshanetsky2008-03-051-10/+5
|
* - Fix tests (allow_call_time_pass_reference might be off for properly ↵Jani Taskinen2008-03-057-7/+21
| | | | configured sites.. :)
* - Fix test when register_globals=On in php.iniJani Taskinen2008-03-051-0/+2
|
* MFH: apply better fixAntony Dovgal2008-03-051-3/+5
|
* MFH: fix memory corruption due to double destruction of default dir handleAntony Dovgal2008-03-051-2/+2
|
* MFB: Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags)Felipe Pena2008-03-041-1/+1
|
* MFH Fix bug #41069 (db link crash). Also allow SQLT_AFC (aka CHAR datatype) ↵Christopher Jones2008-03-046-12/+1354
| | | | in oci_bind_by_name
* Attempt greater test portabilityChristopher Jones2008-03-041-6/+10
|
* Fixed bug #44325 (mssql_bind not correctly bind empty strings as parameterIlia Alshanetsky2008-03-041-5/+10
| | | | | value)
* - new tests for readdir() functionJosie Messa2008-03-048-0/+815
|
* Fixed SIGSEGV because of access to uninitialized dataDmitry Stogov2008-03-041-0/+1
|
* MFHAntony Dovgal2008-03-041-1/+1
|
* - new tests for opendir() functionJosie Messa2008-03-0410-0/+1051
|
* Fixed bug #44166 (Parameter handling flaw in PDO::getAvailableDrivers())Ilia Alshanetsky2008-03-031-1/+5
|
* MFH: Fix get_parent_class() of PDORow instancesJohannes Schlüter2008-03-032-3/+29
|
* Remove inconsistent behaviour when a protected static prop is overridden by ↵Robin Fernandes2008-03-031-5/+5
| | | | public static prop (details: http://turl.ca/phhhf ).
* Removed unnecassary strlen()Dmitry Stogov2008-03-031-1/+0
|
* Fixed bug #44306 (Better detection of MIPS processors on Windows)Ilia Alshanetsky2008-03-021-1/+1
|
* MFH: Fix #44144 (object methods as spl autoload functions returned correctly)Etienne Kneuss2008-02-292-8/+20
|
* MFH: Fix #44288 (Move declarations)Etienne Kneuss2008-02-291-3/+6
|
* count() before and after a simplexml array cast should be the sameRasmus Lerdorf2008-02-281-0/+22
|
* We don't nave to change request shutdown sequence if dl() was failedDmitry Stogov2008-02-281-1/+3
|
* - MFH: Fixed bug #44260 (African timezones missing).Derick Rethans2008-02-271-12/+15
|
* MFB: Improved fix for #44242Felipe Pena2008-02-271-2/+2
|