foobar
f2d086127c
- Fix birdstep support (no SQLDataSources() support in it)
2005-04-21 23:01:53 +00:00
foobar
172f3af8ed
- Add support for latest Birdstep
2005-04-14 21:17:20 +00:00
foobar
8509f06056
- This was supposed to be escaped with \
2005-04-10 19:23:59 +00:00
foobar
338bdf1587
Add more detailed failure msg. (bug #32649 )
2005-04-10 19:18:37 +00:00
Antony Dovgal
f2a3b12445
fix #32560 (configure looks for incorrect library - libdb2.so instead of libdb2.a,
...
which is used actually)
2005-04-04 10:50:32 +00:00
Antony Dovgal
84fe72612e
add checks for libs & headers required by IBM DB2
2005-01-18 21:16:32 +00:00
Wez Furlong
f17311c9dd
Add support for ODBCRouter
2005-01-13 02:06:39 +00:00
foobar
69eec3f3b9
MFB_4_3: Quote macro names in AC_DEFUN()
2004-12-30 07:08:39 +00:00
Joe Orton
2685ca935f
Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib
...
to support multi-ABI platforms.
2004-11-03 14:32:52 +00:00
foobar
f4983c0d3f
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
2004-01-17 13:00:38 +00:00
foobar
7a3ad4172f
- Fixed bug #26376 (typo in ext/odbc/config.m4: DBMaker test fails)
2003-11-25 08:07:35 +00:00
foobar
db50cd251e
Aligned configure help texts.
2003-10-03 05:24:33 +00:00
Moriyoshi Koizumi
5fee3a3ce1
Alignment fix
2003-10-03 01:13:44 +00:00
foobar
c751ba0cc8
Remove un-used code.
2003-07-11 15:56:23 +00:00
foobar
20d88e4c34
- Fixed bug #22580 (ext/odbc compile failure with dbmaker)
2003-05-02 00:40:20 +00:00
foobar
9e501d4f37
- Fixed bug #20715 (odbc could not be compiled as shared extension)
2003-03-11 03:11:36 +00:00
foobar
e32eaf29de
Fixed typo caught by Dave.
2003-03-07 04:32:36 +00:00
foobar
400f466040
Cleanup
2003-02-25 11:48:50 +00:00
Dan Kalowsky
b89d9db706
Reverting last change as it really doesn't fix longreadlen problems in all
...
cases.
2003-01-07 22:56:58 +00:00
foobar
2972859dcf
ws fixes
2002-11-12 17:31:39 +00:00
foobar
2a81281fd2
Align with other configure --help texts
2002-10-21 00:35:17 +00:00
foobar
34de1f6578
Better not pollute the EXTRA_LIBS with libpaths.
2002-06-26 21:44:58 +00:00
foobar
748e75774d
- Fixed bug #15803 (and propably others related too, part 2/2)
...
. Changed the configure/compile so that it doesn't "pollute" the INCLUDES
anymore and thus cause trouble with other extensions which
might use the same header files. (e.g. Informix)
. Separated the #include statements to own file so we don't get any
errors when compiling main/internal_functions.c
2002-06-14 00:07:16 +00:00
Sascha Schumann
283b860c58
php_new_extension
2002-03-12 16:53:19 +00:00
Andreas Karajannis
bcdf9b3d4c
Removed sqlrte from SAP DB liblist as it is not needed.
2002-03-12 09:54:46 +00:00
James Cox
0c78c87f34
Changing the Velocis extension to now be called Birdstep, due to a product/company change.
...
added aliases for Velocis to the birdstep functions.
# testing is both advised and encouraged!
@ The Velocis extension is no
2002-03-04 09:10:32 +00:00
Derick Rethans
cee660a123
- Fix for bug 15404
2002-02-06 19:10:35 +00:00
foobar
f1397d5339
Unified the configure messages.
2001-11-30 19:00:13 +00:00
Dan Kalowsky
eb7b11ce2e
Making --with-openlink work the same as --with-iodbc for it's eventual
...
disappearing act.
# As requested by the Openlink Software people
2001-07-06 14:30:34 +00:00
foobar
3a1b61c07d
Fix bug: #9009 .
2001-06-01 06:26:22 +00:00
foobar
58d35ea778
Missing entries in phpinfo() output
2001-06-01 05:02:13 +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
Wenhui Zhang
b6b5039f25
Change for Empress PHP support
2001-05-09 15:35:31 +00:00
foobar
d0dac28cc2
Fix bug #10563
2001-05-01 23:22:55 +00:00
Kevin
3cd2c989d3
Fixed compatibility issues in the ODBC extension for the Velocis Database server. Specifically, config.m4 was changed to use the client libraries instead of the serer libraries, and to look for the libs in the $RDSHOME/lin directory ass opposed to the $RDSHOME/bin directory. Makefile.in was changed to use the php_odbc.c file as the source for Velocis support. Other misc changes include a few #defines for some undefined data types and some #ifdefs for unsupported functions.
2001-04-10 16:26:28 +00:00
Wilfredo Sanchez
cb71c4c2d0
Separate CPPFLAGS from CFLAGS.
2001-04-03 23:30:49 +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
Stig Bakken
5ed1199b61
* dbmaker fix, shared support
2001-02-21 18:23:53 +00:00
Dan Kalowsky
68fa8f9b0b
config file was missing a new line which seemed to cause the if statement to parse the else into an echo. yuck.
2000-12-28 19:12:28 +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
Stanislav Malyshev
8b1377043d
No need to link main binary with ODBC libs if we use shared module
2000-12-17 11:17:50 +00:00
Stanislav Malyshev
7ff9dcacb1
Enable DB2 shared build
2000-12-07 11:13:49 +00:00
Dan Kalowsky
e7aff0b676
@ Put an end to BUG#4615 (kalowsky & Eric Veldhuyzen)
...
This should remove the BUG#4615, thanks to Eric Veldhuyzen
(eric@terra.telemediair.nl ) for the assistance on this (aka elegence vs
my hack).
This does not fix BUG#7922 though, which is currently being looked into
2000-11-22 15:31:04 +00:00
Dan Kalowsky
3e2ddd1edf
Corrected the spelling of verion to version, and cleaned the configuration
...
code up a bit. Also added in much better (read: tested) support for
Solid 3.0. Credit for almost all of the patch goes to Eric Veldhuyzen,
minor modifications done (by me) to make it non-linux specific.
This commit also creates the HAVE_SOLID_30 define
@ Fixed/created support for Solid 3.0 databases (kalowsky)
@ Fixed support for Solid 2.3 databases (kalowsky)
2000-11-17 15:09:46 +00:00
Andreas Karajannis
7d3b7d7cb2
Config Patch for DBMaker
2000-10-21 11:11:11 +00:00
Andreas Karajannis
e8861e6d20
Added support for SAP DB
2000-10-17 15:23:18 +00:00
foobar
5844b74e22
Fix configure (with Solaris).
2000-09-28 23:46:15 +00:00
Andi Gutmans
3e0d46d222
- Fix build of db2
2000-09-28 13:08:14 +00:00
Dan Kalowsky
b853731aaf
prefer -gt to -lt, and dropped the version number to 2 instead of 3
2000-08-24 19:27:21 +00:00