summaryrefslogtreecommitdiff
path: root/ext/pdo_oci/config.m4
Commit message (Expand)AuthorAgeFilesLines
* Look for PDO include files in the right folderMaxime BESSON2015-02-061-2/+2
* Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-4/+4
* Minium changes to allow PDO_OCI to build with Oracle Database 12c libraries.Christopher Jones2013-06-251-2/+2
* Cache the PDO include pathRasmus Lerdorf2011-05-151-5/+5
* - Improved message and version checkingFelipe Pena2011-04-021-5/+14
* - Fixed bug #44989 (64bit Oracle RPMs still not supported by pdo-oci)Felipe Pena2011-03-291-13/+19
* Allow newer oracle versionsJohannes Schlüter2010-02-041-1/+1
* Revert attempt at supporting both autoconf 2.13 andRasmus Lerdorf2009-11-291-5/+5
* Someone strap down Jani and give him a sedative please.Rasmus Lerdorf2009-11-251-5/+5
* fix instantclient detectionStanislav Malyshev2008-10-221-12/+10
* improve OCI detectionStanislav Malyshev2008-10-101-45/+12
* revert last changeStanislav Malyshev2008-09-031-38/+93
* better detection for client librariesStanislav Malyshev2008-09-031-94/+39
* MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable allJani Taskinen2008-07-251-4/+7
* Add $dbh->getAttribute() support for ATTR_SERVER_VERSION, ATTR_SERVER_INFO, A...Christopher Jones2007-08-311-4/+6
* PDO_OCI: fix Instant Client build broken by logic correction during previous ...Christopher Jones2007-08-171-2/+2
* MFHAntony Dovgal2007-08-141-3/+3
* pdo_oci: MFH with Ilia's OK: changes to build with Oracle Database 11gChristopher Jones2007-08-101-2/+9
* Fix message grammar and capitalizationChristopher Jones2007-08-021-6/+6
* MFH: Fix some configure --help textsfoobar2007-07-031-3/+4
* Fix copy/paste problems for instantclientSara Golemon2006-02-161-4/+4
* MFH: fix #35907 (PDO_OCI uses hardcoded lib path $ORACLE_HOME/lib)Antony Dovgal2006-01-061-9/+34
* Fix PECL Bug #6102; fails to configure for instant client on OSX.Wez Furlong2005-11-301-1/+15
* MFH: plug memory leakAntony Dovgal2005-11-271-1/+1
* fix typofoobar2005-09-241-1/+1
* Add support for instant client 10.1.0.4.Wez Furlong2005-07-271-3/+38
* - Added PHP_CHECK_PDO_INCLUDES macro (caches the result)foobar2005-06-141-11/+1
* - Unify the "configure --help" textsfoobar2005-05-291-6/+4
* 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
* fix indentation and add check for PDO includesAntony Dovgal2005-02-141-7/+15
* fix aclocal "underquoted argument" warningsHartmut Holzgraefe2005-02-131-1/+1
* Add configure support for Oracle InstantClient SDKWez Furlong2005-01-131-34/+57
* Add support for scrollable cursors.Wez Furlong2005-01-121-1/+7
* fix config.m4Antony Dovgal2004-06-141-4/+4
* Fix configureEdin Kadribasic2004-05-191-4/+4
* CosmeticsEdin Kadribasic2004-05-191-1/+1
* Allow PDO OCI to build under unix.Wez Furlong2004-05-171-105/+78
* OCI driver for PDO, supporting bound input and output parameters.Wez Furlong2004-05-171-0/+169