Antony Dovgal
4707b43193
fix bug preventing from building oci8 as shared module
...
(patch by stanislav dot voroniy at portavita dot nl)
2005-02-25 11:31:10 +00:00
foobar
69eec3f3b9
MFB_4_3: Quote macro names in AC_DEFUN()
2004-12-30 07:08:39 +00:00
Antony Dovgal
78edc7e65a
add Oracle Instant Client support (initial patch by cjbj at hotmail dot com)
2004-12-23 16:20:09 +00:00
Antony Dovgal
e2568f0a4f
64-bit related changes
...
./configure will now behave differently if $ORACLE_HOME/lib32 exists
(this mostly happens at Solaris AFAIK)
2004-09-12 06:38:31 +00:00
Antony Dovgal
f1c40a4a22
-remove obsolete types
...
-changes in config.m4 to make oci8 to compile with Oracle 10g
(thanks to cjbj at hotmail dot com for reporting both problems)
2004-02-03 14:21:09 +00:00
foobar
ad11617f29
Fix typo
2004-01-15 06:30:23 +00:00
Antony Dovgal
c002553d7c
fix bug #26133 (thanks to Harald)
...
rename constant and add library check to config.m4
add info lines to see if Collection & Temp Lob support enabled or not
add OCI_THREADED to use thread safe OCI mode with ZTS (should fix bug #26558 )
2003-12-16 15:58:10 +00:00
foobar
db50cd251e
Aligned configure help texts.
2003-10-03 05:24:33 +00:00
Edin Kadribasic
a96ab2a090
MFB
2003-06-03 12:47:49 +00:00
foobar
5fbbd31ca4
Fix compile problems with < 9.2 oracle libs
2003-04-30 10:17:25 +00:00
Edin Kadribasic
45d27aab68
*** empty log message ***
2003-04-09 12:03:58 +00:00
foobar
0b4784d951
Fixed bug #18640 properly
2003-03-24 10:18:00 +00:00
foobar
14f98fca45
fix bug #22324 , libjdbcoci8.so is not necessarily needed..
2003-02-25 04:36:54 +00:00
foobar
142da0ed58
Fix bug #21795 , Undeclared statement in oci8.c (OCI_ATTR_STATEMENT)
2003-01-24 17:51:19 +00:00
Levi Dixon
beb7476ba9
Added support for Shared Data Mode for OCI8_VERSION >= 8.1, which will provide memory savings by sharing common statement data
2003-01-07 15:55:59 +00:00
Moriyoshi Koizumi
3500c239a0
Fixed build with autoconf-2.54
2002-12-06 18:25:39 +00:00
Abdul-Kareem Abo-Namous
646c4747b4
added support for multiple character sets.
...
OCILogon now has a forth optional parameter, which is the character set requested by the string (i.e. we8iso8859p1). when left blank, NLS_LANG or default is used.
config.m4 was changed to identify Oracle 9+ which is needed for this feature. all other oracle versions (lesser) fall back to the old behaviour.
2002-12-06 13:44:35 +00:00
Dan Kalowsky
32a03b3aed
Patch for Bug #18640 (submitted by michael.mauch@gmx.de)
2002-09-09 19:03:51 +00:00
foobar
c4d424254a
remove tabs
2002-08-20 12:01:24 +00:00
Edin Kadribasic
48389cc2a6
Fixed build with Oracle 8.0.x (bug #18973 ).
2002-08-20 07:26:50 +00:00
Sascha Schumann
5cba3a99c2
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
2002-03-12 16:44:00 +00:00
foobar
f1397d5339
Unified the configure messages.
2001-11-30 19:00:13 +00:00
foobar
e4df7dc7bf
if test -f /usr/local/lib/libexample.s?; then <-- no workie
...
if test -f /usr/local/lib/libexample.so; then <-- workie
#
# You can all point at me and laugh now.. :(
#
2001-09-07 00:24:06 +00:00
Thies C. Arntzen
2649b94449
detect oracle9i
2001-07-26 23:07:45 +00:00
foobar
cc6a1b20fd
Moved some messages to the end of configure process so they are easier
...
to notice.
2001-06-23 10:21:00 +00:00
Sascha Schumann
afdaee9e47
Nuke more quotes
2001-05-12 11:09:05 +00:00
Sascha Schumann
718b588b14
Fix indentation of ./configure --help messages.
2001-05-12 09:13:42 +00:00
Thies C. Arntzen
c42f260145
enable temporary LOBs when we detect oracle 8.1
...
enabled by default in Win32 project!
2001-04-14 09:51:29 +00:00
foobar
8a26918ed1
Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.
...
# Heads up people! I tested this before committing but you never know..
2001-03-27 20:35:04 +00:00
foobar
28b2869ac8
This should make detecting the version of Oracle libs a bit more accurate
...
to avoid the 'missing libcore4' errors. (e.g. on AIX)
Bug reports: #9027 , #8905
2001-02-14 21:41:40 +00:00
Sascha Schumann
7f96af83b2
Stop automatically passing vars to AC_SUBST through PHP_SUBST.
...
There are some variables which are needed for Makefiles and files
created by AC_OUTPUT; we use PHP_SUBST_OLD for those now.
genif.sh was moved to an appropiate place.
2000-12-20 17:21:37 +00:00
foobar
e76bafd648
Check also that the file isn't empty.
2000-10-29 04:36:33 +00:00
foobar
4a895b6919
@- Fixed conflict with OpenLDAP and Oracle 8.1.x (Jani)
...
# PR: 4257,4698,5527,6112,6650,7195
2000-10-29 04:10:07 +00:00
Rasmus Lerdorf
9b9ab1793f
Fix spacing and say that --with-oracle uses the oci7 interface
2000-06-23 00:46:05 +00:00
Thies C. Arntzen
8c9e222689
good morning, thies!
2000-06-19 09:27:17 +00:00
Thies C. Arntzen
388195de8b
some adjustments to the sysliblist
...
# still needs some fixing - sascha?
2000-06-19 09:16:58 +00:00
Thies C. Arntzen
400ca09018
added some Notice about --enable-sigchild
2000-05-19 09:19:20 +00:00
Thies C. Arntzen
2a6fbb620c
fix .sl <-> .so recognition
2000-05-15 10:01:51 +00:00
Thies C. Arntzen
c693ca137f
this now works on .so and .sl (HP) systems
2000-05-15 07:24:09 +00:00
Thies C. Arntzen
7436c0791b
imporved version detection
2000-05-08 09:41:37 +00:00
Thies C. Arntzen
831459885e
rewritten the configure stuff
2000-05-08 09:06:48 +00:00
Thies C. Arntzen
6ccea93d6b
allow oci8 to be build as loadable module.
2000-04-27 14:29:11 +00:00
Thies C. Arntzen
7b31a19305
no c++ comments // please
2000-03-26 14:27:10 +00:00
Thies C. Arntzen
c76f23420e
fix AC_DEFINE
1999-12-30 12:27:09 +00:00
Sascha Schumann
cf5a5fb1dd
Whoops, defining them to empty values generates many parse errors.
...
Defaulting to 1.
1999-12-30 04:52:19 +00:00
Sascha Schumann
2c99bef442
Get rid of config.h.stub. Note that you should embed a comment about
...
what the respective define does into the AC_DEFINE macro. I.e.
AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
1999-12-30 04:07:46 +00:00
Sascha Schumann
f2f8d38efa
Integration of -ng changes. Changes:
...
- added support for externally built modules,
- improved support for in-tree shared modules,
- fixed diversion bugs,
- configure displays some informative messages,
- faster static build
(libtool isn't used anymore for compiling non-PIC objects),
- dependencies comparable to automake's without requiring GNU make or GCC,
- working make clean for non-GNU makes.
1999-12-30 02:59:53 +00:00
Sascha Schumann
b0e1f9ca2f
Enable --with-oci8 to use relative paths as input parameters
1999-12-22 22:16:47 +00:00
Thies C. Arntzen
f6f74737d3
IRIX ld likes this order better
1999-11-09 19:48:56 +00:00
Stig Bakken
809198b916
Added PHP_WITH_SHARED for checking "shared,*" prefix when configuring
...
extensions.
1999-09-13 17:17:51 +00:00