summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_0_1'.RELEASE_0_1SVN Migration2004-07-203565-813741/+3582
* Prep for releaseWez Furlong2004-05-213-16/+35
* - Fixed expected return value from test #2Timm Friebe2004-05-211-2/+2
* - Removed currently leaking auto-cancel testTimm Friebe2004-05-211-14/+1
* - Fixed expected return value from var_dump()Timm Friebe2004-05-211-5/+2
* - Fixed bug #28354Timm Friebe2004-05-211-2/+1
* - Initial releaseTimm Friebe2004-05-211-0/+49
* Prepare releaseEdin Kadribasic2004-05-212-9/+20
* Update package/moduleWez Furlong2004-05-212-7/+11
* Add some blurbWez Furlong2004-05-211-1/+14
* Ok, so we do need to rinit here after all.Wez Furlong2004-05-211-0/+8
* Update to reflect recent changes in dl()Wez Furlong2004-05-211-13/+2
* Update package/moduleWez Furlong2004-05-212-2/+14
* Update package fileWez Furlong2004-05-211-56/+59
* Better error message to save looking in the wrong place.Wez Furlong2004-05-211-1/+1
* Implement ODBC doer.Ilia Alshanetsky2004-05-211-1/+15
* Fix return type here tooWez Furlong2004-05-211-1/+1
* Fix return typeWez Furlong2004-05-211-1/+1
* Fix setAttribute for oci.Wez Furlong2004-05-211-15/+19
* - Fixed order (again)Derick Rethans2004-05-211-1/+1
* Fixed bug #28239 (No results returned on SOAP call, no error given)Dmitry Stogov2004-05-212-5/+11
* Allow lazy fetch to work with numeric offsets.Wez Furlong2004-05-211-17/+25
* Fixed compiler warning.Ilia Alshanetsky2004-05-211-1/+1
* Removed strcpy() call from most common caseArd Biesheuvel2004-05-212-5/+57
* Update for placeholder flagsWez Furlong2004-05-214-11/+6
* store the name length in the same manner as it is stored in zvalsWez Furlong2004-05-211-4/+1
* Tidy up placeholder flagsWez Furlong2004-05-212-39/+22
* Added test for duplicate field names when returning rows as hashes or objectsArd Biesheuvel2004-05-211-2/+26
* Version 1 of PDO_FETCH_LAZYWez Furlong2004-05-215-6/+219
* Make sure METADATALENGTH is defined (used by IB 7)Ard Biesheuvel2004-05-211-0/+4
* - Fixed TSRM problem in latest commit.Derick Rethans2004-05-211-1/+1
* - Fixed bug #28456 (Problem with enclosed / in uploaded file names)Derick Rethans2004-05-211-1/+10
* fix missing assignmentGreg Beaver2004-05-211-1/+1
* fix for BC breakGreg Beaver2004-05-211-2/+2
* Several issues resolved.Greg Beaver2004-05-211-11/+54
* ChangeLog update2004-05-212-0/+75
* Fixed stream leak on error.Ilia Alshanetsky2004-05-201-0/+1
* Specify that OCI returns column names in upper case by defaultWez Furlong2004-05-201-1/+2
* Implement case folding of column names as a portability option.Wez Furlong2004-05-204-2/+49
* Kill unused var.Ilia Alshanetsky2004-05-201-1/+0
* Implement PDO_FETCH_OBJWez Furlong2004-05-201-1/+9
* Fix build on win32Wez Furlong2004-05-201-2/+2
* for now removing ":public". Waiting for a decision? ":public" will requireAndrey Hristov2004-05-201-0/+2
* fixing the tests so to work with the new var_dump() (dumping private andAndrey Hristov2004-05-203-0/+61
* Make username & password parameters optional.Ilia Alshanetsky2004-05-201-4/+4
* Fixed parameter order.Ilia Alshanetsky2004-05-201-2/+2
* Added getAttribute() handler.Ilia Alshanetsky2004-05-201-1/+93
* Use native PostgreSQL connect string e.g.Edin Kadribasic2004-05-201-29/+2
* sigh... need to include the null byte in hash keysGeorge Schlossnagle2004-05-201-1/+4
* Added MySQL getAttribute() support.Ilia Alshanetsky2004-05-201-1/+37