summaryrefslogtreecommitdiff
path: root/ext/pdo_oci
Commit message (Expand)AuthorAgeFilesLines
* Add support for instant client 10.1.0.4.Wez Furlong2005-07-273-7/+55
* 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
* do not set error_code to HY000 when there was NO errorAntony Dovgal2005-07-071-36/+37
* free parameter when requested to do soAntony Dovgal2005-07-071-0/+7
* adopt common testsWez Furlong2005-07-0725-1446/+26
* Fixed test skip conditions.Ilia Alshanetsky2005-06-211-1/+6
* - Added PHP_CHECK_PDO_INCLUDES macro (caches the result)foobar2005-06-141-11/+1
* - Unify the "configure --help" textsfoobar2005-05-291-6/+4
* - Interface name was changedMarcus Boerger2005-03-191-0/+1
* Add more tests.Magnus M��tt�2005-03-091-0/+20
* Remove old test.Magnus M��tt�2005-03-092-30/+0
* probably fix for ? placeholders not working with ociWez Furlong2005-03-091-3/+23
* Fix segv when einfo->errcode is not available.Magnus M��tt�2005-03-091-3/+6
* Add more tests.Magnus M��tt�2005-03-084-0/+325
* Add test 017.Magnus M��tt�2005-03-071-0/+22
* Add Oracle tests for PDO.Magnus M��tt�2005-03-0118-0/+1073
* If pdo is disabled, skip all the pdo extensions.Rasmus Lerdorf2005-02-281-0/+4
* symlinked pdo drivers under ext.Wez Furlong2005-02-171-6/+9
* add markers for nice vim foldingsAntony Dovgal2005-02-141-20/+16
* free errmsg & prevent leaksAntony Dovgal2005-02-142-1/+16
* fix indentation and add check for PDO includesAntony Dovgal2005-02-141-7/+15
* fix aclocal "underquoted argument" warningsHartmut Holzgraefe2005-02-131-1/+1
* set username && password only if they were specifiedAntony Dovgal2005-02-131-12/+16
* prep for releaseWez Furlong2005-02-092-6/+6
* update for input/output parameters changeWez Furlong2005-02-071-1/+1
* update for api changesWez Furlong2005-02-062-2/+2
* Eliminate unused parameter.Wez Furlong2005-01-211-1/+1
* Add support for the 'official' build machine layoutEdin Kadribasic2005-01-201-0/+3
* Fix segfault on stmt close.Wez Furlong2005-01-201-3/+18
* Generate pdo_oci.dll for modern SDKs and pdo_oci8.dll for ye-olde oci805 libs.Wez Furlong2005-01-202-15/+55
* Allow drivers to select bind emulation on a per statement basisWez Furlong2005-01-181-1/+1
* Add configure support for Oracle InstantClient SDKWez Furlong2005-01-131-34/+57
* make scrollable cursors consistent with odbc; removing bogus attributeWez Furlong2005-01-121-2/+3
* Add support for scrollable cursors.Wez Furlong2005-01-127-10/+54
* update for recent adjustmentsWez Furlong2005-01-111-2/+2
* half-hearted adjustment for sqlstate error codes; will do a better jobWez Furlong2005-01-071-5/+7
* Errr... fix leakWez Furlong2004-12-211-2/+2
* more method table adjustments.Wez Furlong2004-09-231-0/+2
* Fix some misbehaving pecls (my own included ;-)Wez Furlong2004-07-312-0/+2
* fix for empty_string changes.Wez Furlong2004-07-191-4/+12
* add testsAntony Dovgal2004-06-142-0/+30
* fix config.m4Antony Dovgal2004-06-142-12/+20
* fix couple of memory leaksAntony Dovgal2004-05-251-0/+13
* Update package/moduleWez Furlong2004-05-212-7/+11
* Fix return typeWez Furlong2004-05-211-1/+1
* Fix setAttribute for oci.Wez Furlong2004-05-211-15/+19
* Update for placeholder flagsWez Furlong2004-05-211-2/+1
* Specify that OCI returns column names in upper case by defaultWez Furlong2004-05-201-1/+2
* re-jig error handling, and make it co-operate with the PDO error handling sys...Wez Furlong2004-05-203-51/+146