summaryrefslogtreecommitdiff
path: root/ext/pdo_oci
Commit message (Expand)AuthorAgeFilesLines
* MFB: sync version macro checkChristopher Jones2007-12-111-1/+4
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* MFB New tests for getAttributeChristopher Jones2007-08-3110-0/+626
* MFB Add $dbh->getAttribute() support for ATTR_SERVER_VERSION, ATTR_SERVER_INF...Christopher Jones2007-08-314-14/+97
* MFH: PDO_OCI: fix Instant Client build broken by logic correction in previous...Christopher Jones2007-08-171-2/+6
* fix lib/lib32 checks to work with broken Solaris shellAntony Dovgal2007-08-141-3/+3
* pdo_oci: merge changes to build with Oracle Database 11gChristopher Jones2007-08-101-2/+19
* Fix message grammar and capitalizationChristopher Jones2007-08-021-5/+5
* - Fix some configure --help textsfoobar2007-07-031-3/+4
* MFB: Basic PDO->quote() for PDO_OCIChristopher Jones2007-07-032-1/+319
* MFB: Fix Bug #11345 Seg fault after NLS environment initialization errorChristopher Jones2007-06-304-87/+133
* MFB. Test for old bug fixed in some previous, unknown changeChristopher Jones2007-06-291-0/+97
* 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