Rasmus Lerdorf
08792f6f9b
Cache the pdo include path
2011-05-15 05:03:29 +00:00
Felipe Pena
70075bc84c
- Improved message and version checking
2011-04-02 01:24:53 +00:00
Felipe Pena
5def890d4d
- Fixed bug #44989 (64bit Oracle RPMs still not supported by pdo-oci)
...
patch by: jbnance at tresgeek dot net
2011-03-29 18:40:20 +00:00
Johannes Schlüter
4ef9a91298
Allow newer oracle versions
2010-02-04 01:12:14 +00:00
Rasmus Lerdorf
937358ebc7
Revert attempt at supporting both autoconf 2.13 and
...
modern versions in the same build chain. There are
simply too many broken things in 2.13 to make it work.
Cache handling is broken as well which is why I need
to revert the pdo_inc_path cache fix as well.
trunk is now 2.60+ only and I'll work on cleaning out
all the legacy cruft from there.
2009-11-29 06:13:22 +00:00
Rasmus Lerdorf
5a2b41a627
Someone strap down Jani and give him a sedative please.
...
This makes our toolchain work with the latest versions
of autoconf and avoids a lot of end-user grief.
2009-11-25 01:30:06 +00:00
Stanislav Malyshev
5c50be3674
fix instantclient detection
2008-10-22 19:29:24 +00:00
Stanislav Malyshev
f2ada381bb
improve OCI detection
2008-10-10 20:05:05 +00:00
Stanislav Malyshev
74c83ca209
revert last change
2008-09-03 19:21:11 +00:00
Stanislav Malyshev
47980ee785
better detection for client libraries
2008-09-03 18:42:12 +00:00
Jani Taskinen
281352fe02
MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable all
...
MFH: enabled-by-default drivers. Also error out if you try to configure
MFH: a driver as static but pdo is disabled.
2008-07-25 13:46:24 +00:00
Christopher Jones
af387e49ba
Add $dbh->getAttribute() support for ATTR_SERVER_VERSION, ATTR_SERVER_INFO, ATTR_CLIENT_VERSION, ATTR_AUTOCOMMIT. Sync WS between PHP 5 & 6 and add a couple of casts.
2007-08-31 21:08:48 +00:00
Christopher Jones
440ed3da7f
PDO_OCI: fix Instant Client build broken by logic correction during previous Solaris lib/lib32 fix
2007-08-17 13:30:36 +00:00
Antony Dovgal
35591acebd
MFH
2007-08-14 12:15:04 +00:00
Christopher Jones
decd278a8d
pdo_oci: MFH with Ilia's OK: changes to build with Oracle Database 11g
2007-08-10 07:01:47 +00:00
Christopher Jones
5534e4381d
Fix message grammar and capitalization
2007-08-02 19:38:08 +00:00
foobar
7ed3c4536d
MFH: Fix some configure --help texts
2007-07-03 17:25:43 +00:00
Sara Golemon
a790d6ed3d
Fix copy/paste problems for instantclient
2006-02-16 02:03:13 +00:00
Antony Dovgal
96723680d0
MFH: fix #35907 (PDO_OCI uses hardcoded lib path $ORACLE_HOME/lib)
2006-01-06 11:48:19 +00:00
Wez Furlong
559c624806
Fix PECL Bug #6102 ; fails to configure for instant client on OSX.
...
In addition, make it work for the instant client install on my gentoo box.
2005-11-30 03:18:09 +00:00
Antony Dovgal
3b3f8137c3
MFH: plug memory leak
...
fix config.m4
2005-11-27 18:36:11 +00:00
foobar
1536082186
fix typo
2005-09-24 23:23:25 +00:00
Wez Furlong
9b73ab50b6
Add support for instant client 10.1.0.4.
...
Theoretically also add support for 10.2 libraries.
Prep for PECL release.
2005-07-27 03:48:08 +00:00
foobar
15cf2a60b0
- Added PHP_CHECK_PDO_INCLUDES macro (caches the result)
2005-06-14 00:00:53 +00:00
foobar
a20383ba06
- Unify the "configure --help" texts
2005-05-29 23:17:16 +00:00
Rasmus Lerdorf
99f832a206
If pdo is disabled, skip all the pdo extensions.
2005-02-28 08:18:47 +00:00
Wez Furlong
55f53a5a96
symlinked pdo drivers under ext.
...
Enabled PDO and PDO_SQLITE by default.
Fixup PDO header detection so that it searches in the correct order, and
correctly picks up the headers when building from outside of the source
tree.
TODO: make pdo_XXX auto-enable when XXX is enabled. Volunteers welcome.
2005-02-17 04:23:15 +00:00
Antony Dovgal
ff23184893
fix indentation and add check for PDO includes
2005-02-14 12:52:34 +00:00
Hartmut Holzgraefe
1f98a966c5
fix aclocal "underquoted argument" warnings
2005-02-13 07:31:02 +00:00
Wez Furlong
d056f96a2f
Add configure support for Oracle InstantClient SDK
2005-01-13 04:55:56 +00:00
Wez Furlong
459b4f85d3
Add support for scrollable cursors.
...
Enable PDO_ATTR_PREFETCH and default it to 100Kb of prefetch buffer.
2005-01-12 05:47:03 +00:00
Antony Dovgal
73060a89ee
fix config.m4
...
add fold markers
2004-06-14 19:58:35 +00:00
Edin Kadribasic
e8abbca3a6
Fix configure
2004-05-19 14:02:36 +00:00
Edin Kadribasic
7a214b66ae
Cosmetics
2004-05-19 13:28:05 +00:00
Wez Furlong
cf4127b6b9
Allow PDO OCI to build under unix.
...
Don't build by default under win32.
2004-05-17 18:17:39 +00:00
Wez Furlong
1b1ced539b
OCI driver for PDO, supporting bound input and output parameters.
...
Will not build under unix yet.
2004-05-17 15:42:33 +00:00