summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Add test caseWez Furlong2005-07-141-0/+47
* gah!Wez Furlong2005-07-141-1/+1
* Thanks 'james' (a visitor to my blog) for reporting this bug.Wez Furlong2005-07-141-0/+17
* keep this as a placeholder for debugging weird regressionsWez Furlong2005-07-141-0/+1
* Add utility for driver-specific testsWez Furlong2005-07-141-0/+10
* it is not an error for a statement to return 0 rows.Wez Furlong2005-07-141-15/+13
* Route ftp:// wrapper via transports layer.\nFix typo in datastream crypto sta...Sara Golemon2005-07-131-4/+12
* fixed typosfoobar2005-07-131-2/+2
* add forgotten ifdefs, fix #33667 (mysqli doesn't compile)Antony Dovgal2005-07-122-0/+6
* ok, call pdo_mysql_error() before returning -1Andrey Hristov2005-07-121-3/+2
* strictly check the result of mysql_affected_rows()Andrey Hristov2005-07-122-5/+13
* Added support for LOCK_EX flag for file_put_contents().Ilia Alshanetsky2005-07-121-0/+5
* changed version dependency for charset functionsGeorg Richter2005-07-122-0/+6
* compile before commit...Wez Furlong2005-07-121-2/+2
* Enable unix build for dblib/sybase/freetds.Wez Furlong2005-07-124-3/+68
* Avoid estrdup(NULL), modified patch from Zhao ming sen.Wez Furlong2005-07-121-2/+10
* removed charset structure. libmysql now provides a functionGeorg Richter2005-07-122-37/+16
* Touch with working re2cfoobar2005-07-121-185/+98
* touch generated fileWez Furlong2005-07-121-34/+40
* remember ? -> :pdox mapping so that binds by position can be mapped to names ...Wez Furlong2005-07-122-8/+21
* fix bug when query was rewritten from ? to :nameWez Furlong2005-07-121-0/+1
* improve handling of bound input parameters when no maximal length value is set;Wez Furlong2005-07-122-16/+25
* expand oracle null handling compatability by offering the ability to convertWez Furlong2005-07-124-8/+26
* should always bind columns after execute.Wez Furlong2005-07-121-1/+1
* A bit of further tuning.Ilia Alshanetsky2005-07-111-3/+3
* fix a segfault with the following script:Andrey Hristov2005-07-111-1/+4
* - mysql_affected_rows() already returns an unsigned longAndrey Hristov2005-07-111-8/+9
* Compiler warning fix.Ilia Alshanetsky2005-07-111-0/+2
* - Moved ext/dbx and ext/ircg to PECL.foobar2005-07-1040-5489/+0
* touchfoobar2005-07-101-1/+1
* Fix #33624, mysterious crashes on shutdown on win32Wez Furlong2005-07-101-11/+9
* - use three digit octal character definitionMarcus Boerger2005-07-102-2/+2
* stmt->column_count is set only if the result has been already bound, don'tAndrey Hristov2005-07-101-5/+5
* ok, calculate max_length only in case of a blob (normal, medium, long).Andrey Hristov2005-07-101-1/+19
* if the result set is buffered ask libmysql to compute the lengths, soAndrey Hristov2005-07-101-7/+9
* Get precise lengths from the server, as suggested by Andrey.Wez Furlong2005-07-101-0/+3
* Related to #33624. Crashes for me on shutdown, but seems ok for the rest of ...Wez Furlong2005-07-091-1/+1
* Added safety checks.Ilia Alshanetsky2005-07-091-3/+7
* Make cursor closer work with emulation as well.Ilia Alshanetsky2005-07-091-0/+2
* don't free the cols until we know we have another rowsetWez Furlong2005-07-091-2/+1
* Added cursor closer handler.Ilia Alshanetsky2005-07-092-1/+9
* Added missing header check.Ilia Alshanetsky2005-07-091-0/+3
* cursor_closer for SQLite.Ilia Alshanetsky2005-07-091-1/+8
* Implement cursor_closer for MySQL driver.Ilia Alshanetsky2005-07-091-1/+8
* for the transactions test case, detect working transactions before attempting...Wez Furlong2005-07-092-5/+18
* Fixed memory leakIlia Alshanetsky2005-07-091-1/+11
* Fix two bugs:Wez Furlong2005-07-091-5/+6
* Added:Wez Furlong2005-07-095-21/+73
* Safer way of allowing 'blank' user/pass.Ilia Alshanetsky2005-07-092-4/+7
* - No need to use convert_to_string_ex() when dealing with stringsfoobar2005-07-091-3/+0