summaryrefslogtreecommitdiff
path: root/ext/pdo_oci
Commit message (Expand)AuthorAgeFilesLines
* Bump year.Sebastian Bergmann2007-01-015-5/+5
* initialize memory with 0's, so we won't get garbage if the statement does not...Antony Dovgal2006-12-271-1/+1
* - build fix the other driver as well (a macro would be nicer)Pierre Joye2006-12-101-0/+4
* MFB: Remove pecl includes (Steph), except pdo_odbc which will remain brokeEdin Kadribasic2006-05-111-2/+0
* MFB: Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 (al...Antony Dovgal2006-03-181-0/+4
* fix #35907 (PDO_OCI uses hardcoded lib path $ORACLE_HOME/lib)Antony Dovgal2006-01-061-9/+34
* bump year and license versionfoobar2006-01-015-15/+15
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* fix config.m4Antony Dovgal2005-11-271-1/+1
* plug memory leakAntony Dovgal2005-11-271-2/+2
* - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend ext...foobar2005-11-251-2/+2
* fix #35003 (Warning: PDOStatement::fetch(): column 0 data was too large for b...Antony Dovgal2005-10-281-0/+13
* fix typofoobar2005-09-241-1/+1
* merge other PDO fixes from 5.1 branch.Wez Furlong2005-09-111-0/+12
* this is the number of params, not the top indexGeorge Schlossnagle2005-08-301-1/+1
* zts fixesWez Furlong2005-08-121-1/+1
* 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