summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for crash caused by unhappy c&p.Steph Fox2008-03-101-0/+4
* - New tests for getcwd() functionJosie Messa2008-03-102-0/+76
* - Modified expected output to allow tests to work on all platformsJosie Messa2008-03-105-48/+48
* Unused function in HEAD, fixes compiler warningGwynne Raskind2008-03-101-0/+2
* - New tests for scandir() functionJosie Messa2008-03-1012-0/+2564
* Fix typoJohannes Schlüter2008-03-101-1/+1
* - Fix build with older MySQLJohannes Schlüter2008-03-101-0/+2
* - Fix a warning in php_mysql.cAndrey Hristov2008-03-102-3/+3
* MFB: Fix memory issues with statement being deleted twiceScott MacVicar2008-03-091-2/+2
* MFB: Initialize ts only after successful argument parsingIlia Alshanetsky2008-03-091-3/+3
* Rename archive during compressAllFiles*()Steph Fox2008-03-099-26/+40
* pack tar structs so speed optimizations don't add extra bytes to the headerGreg Beaver2008-03-091-2/+8
* - Fix typo in skipifJohannes Schlüter2008-03-091-2/+2
* Fix testFelipe Pena2008-03-081-4/+4
* Fix testFelipe Pena2008-03-081-2/+2
* 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
* - Skipif libxml dotted version is < 2.6.20. Patch from scoatesDavid Coallier2008-03-081-1/+6
* fix test if allow_url_fopen is disabled in php.iniGreg Beaver2008-03-081-0/+2
* Countable requires SPLZoe Slattery2008-03-081-0/+2
* Bug fixed in MySQL 5.0.46Andrey Hristov2008-03-082-4/+4
* MFB:Andrey Hristov2008-03-086-19/+48
* MFB: Fixed bug #44373 (PDO_OCI extension compile failed)Felipe Pena2008-03-081-1/+1
* MFB: fix #44214Nuno Lopes2008-03-083-2/+58
* MFBNuno Lopes2008-03-081-3/+18
* add new testsNuno Lopes2008-03-082-0/+94
* Fixed bug #42203 (Clear SQLite result sets before closing database.)Scott MacVicar2008-03-081-0/+15
* Fix bug #32330 (session_destroy, "Failed to initialize storage module", custo...Gwynne Raskind2008-03-075-31/+150
* - MFB: #44355 compilation breaks due illegal const usagePierre Joye2008-03-071-1/+1
* MFB:Scott MacVicar2008-03-071-4/+35
* - Tests awaiting fix of bug #44246Josie Messa2008-03-073-0/+147
* - New tests for rewinddir() functionJosie Messa2008-03-074-0/+538
* fix testJosie Messa2008-03-071-1/+1
* - New tests for closedir() functionJosie Messa2008-03-074-0/+521
* update TODOSteph Fox2008-03-071-4/+4
* MFB: Update bundled SQLite to 3.5.6Scott MacVicar2008-03-07107-24037/+38846
* Fix build (one too many right parenthesis in last commit for non-Windows builds)Gwynne Raskind2008-03-071-1/+1
* test was failing because I had a file named 1 in the checkout directoryGreg Beaver2008-03-071-0/+1
* improve seed calculationStanislav Malyshev2008-03-071-2/+2
* MFB: Fixed a memory leak inside date_get_last_errors() when there are noIlia Alshanetsky2008-03-071-1/+1
* Add new tests for class/object functions and features.Robin Fernandes2008-03-0642-0/+4176
* MFB: Revert patch for bug #44325Ilia Alshanetsky2008-03-051-10/+5
* - MFB: #40013, php_uname() does not return nodename on NetwarePierre Joye2008-03-051-0/+25
* Fix testFelipe Pena2008-03-051-2/+2
* Fix testFelipe Pena2008-03-051-1/+1
* apply better fix, so that the default handle would be closed when closing its...Antony Dovgal2008-03-051-3/+5
* fix memory corruption due to double destruction of default dir handleAntony Dovgal2008-03-051-2/+2
* New way for check void parametersFelipe Pena2008-03-0412-37/+37
* MFB: Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags)Felipe Pena2008-03-041-1/+1
* Fix bug #41069 (db link crash). Also allow SQLT_AFC (aka CHAR datatype) in o...Christopher Jones2008-03-046-12/+1830