History log of /PHP-7.0/ext/odbc/config.m4 (Results 51 – 75 of 96)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS, php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT, PRE_TSRM_MERGE_PATCH
# eb7b11ce 06-Jul-2001 Dan Kalowsky

Making --with-openlink work the same as --with-iodbc for it's eventual
disappearing act.
# As requested by the Openlink Software people


Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2
# 3a1b61c0 01-Jun-2001 foobar

Fix bug: #9009.


# 58d35ea7 01-Jun-2001 foobar

Missing entries in phpinfo() output


Revision tags: php-4.0.6RC1
# afdaee9e 12-May-2001 Sascha Schumann

Nuke more quotes


# 718b588b 12-May-2001 Sascha Schumann

Fix indentation of ./configure --help messages.


# b6b5039f 09-May-2001 Wenhui Zhang

Change for Empress PHP support


# d0dac28c 01-May-2001 foobar

Fix bug #10563


Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7
# 3cd2c989 10-Apr-2001 Kevin

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 l

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.

show more ...


# cb71c4c2 03-Apr-2001 Wilfredo Sanchez

Separate CPPFLAGS from CFLAGS.


Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3
# 8a26918e 27-Mar-2001 foobar

Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.
# Heads up people! I tested this before committing but you never know..


Revision tags: php-4.0.5RC2, php-4.0.5RC1
# 5ed1199b 21-Feb-2001 Stig Bakken

* dbmaker fix, shared support


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1
# 68fa8f9b 28-Dec-2000 Dan Kalowsky

config file was missing a new line which seemed to cause the if statement to parse the else into an echo. yuck.


# 7f96af83 20-Dec-2000 Sascha Schumann

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.

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.

show more ...


Revision tags: php-4.0.4REL
# 8b137704 17-Dec-2000 Stanislav Malyshev

No need to link main binary with ODBC libs if we use shared module


Revision tags: php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# 7ff9dcac 07-Dec-2000 Stanislav Malyshev

Enable DB2 shared build


Revision tags: php-4.0.4RC3
# e7aff0b6 22-Nov-2000 Dan Kalowsky

@ 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

@ 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

show more ...


# 3e2ddd1e 17-Nov-2000 Dan Kalowsky

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

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)

show more ...


# 7d3b7d7c 21-Oct-2000 Andreas Karajannis

Config Patch for DBMaker


# e8861e6d 17-Oct-2000 Andreas Karajannis

Added support for SAP DB


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# 5844b74e 28-Sep-2000 foobar

Fix configure (with Solaris).


# 3e0d46d2 28-Sep-2000 Andi Gutmans

- Fix build of db2


Revision tags: php-4.0.2
# b853731a 24-Aug-2000 Dan Kalowsky

prefer -gt to -lt, and dropped the version number to 2 instead of 3


# 96b22175 23-Aug-2000 Sascha Schumann

-lt is preferred over \>


# bee5b60a 22-Aug-2000 Dan Kalowsky

cleaned up the PHP/SOLID integration code, and corrected some minor assumptions on my part for the 3.5 EE systems. also removed a series of warnings on builds within the ODBC functions, and correcte

cleaned up the PHP/SOLID integration code, and corrected some minor assumptions on my part for the 3.5 EE systems. also removed a series of warnings on builds within the ODBC functions, and corrected header order. include of the SS_LINUX and SS_FBX defines, needed to make solid headers completely happy with the wchar.h situation.

THIS DOES NOT FIX BUG ID #4615

show more ...


Revision tags: PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# f6d89167 24-Jul-2000 Dan Kalowsky

Patched to work for Solid/Linux libc5 and glibc2 without the need for renaming the lib files, thanks to Kevin Way... fixed typo from GLIHC to GLIBC


1234