History log of /PHP-7.0/ext/odbc/config.m4 (Results 76 – 96 of 96)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ebe6dbbb 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


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# 81ded022 06-Jul-2000 Stig Bakken

Applied DBMaker patch by Jeffrey Lin <clin@lion.syscom.com.tw>


# 5f81cba5 30-Jun-2000 Dan Kalowsky

updates for the SolidEE to work for 3.5 with PHP4.0.1. Still causes warning of "integer from pointer used without typecast" but does not seem to effect the final build any. have not found a correct

updates for the SolidEE to work for 3.5 with PHP4.0.1. Still causes warning of "integer from pointer used without typecast" but does not seem to effect the final build any. have not found a correction yet. has not shown the SQLParamData bug either, but unknown if it is closed as i was unable to reproduce it.

basically fixed the config.m4 file, and added a #define of HAVE_SOLID_35, due to the solidee 3.5 vs all other solidee systems being drastically different. and solidtech providing no means for testing what version you are using.

does not include fixes for the linux users of glibc2 (automatically assumes libc5). temporary work around, link your /usr/local/solid/lib files from a scll2x23 or scll2x30 to a scllux30 or scllux23 name... suggestions to automate this are welcome.

show more ...


Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH, php-4.0.0, php-4.0RC2, PHP-4.0-RC1
# b4db4660 26-Mar-2000 Sascha Schumann

Some white-space changes


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1, BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000
# 2b6d84ff 19-Jan-2000 Andreas Karajannis

Fix for wrong library ordering with adabas


Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 797b8885 31-Dec-1999 Sascha Schumann

First try at getting the ODBC stuff right


# 7948fe36 30-Dec-1999 Sascha Schumann

Fix define.

This should be the last one, my earlier search didn't find macro names
contain numbers.


Revision tags: PRE_ISSET_TYPE
# cf5a5fb1 30-Dec-1999 Sascha Schumann

Whoops, defining them to empty values generates many parse errors.
Defaulting to 1.


# 2c99bef4 30-Dec-1999 Sascha Schumann

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])


# f2f8d38e 30-Dec-1999 Sascha Schumann

Integration of -ng changes. Changes:

- added support for externally built modules,
- improved support for in-tree shared modules,
- fixed diversion bugs,
- configure displays som

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.

show more ...


Revision tags: PRE_LIBZEND_TO_ZEND, PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH
# 5b983c94 04-Dec-1999 Sascha Schumann

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them ma

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.

show more ...


# bd8b285a 29-Nov-1999 Stig Bakken

@Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>)
Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>)


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4
# fd056d0c 09-Nov-1999 Stig Bakken

Clean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid.
#The Solid support still does not link, though (looks like a side-effect of
#the way the Solid libs are named and our stu

Clean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid.
#The Solid support still does not link, though (looks like a side-effect of
#the way the Solid libs are named and our stubborn friend libtool).
#This can wait until after 4.0b3.

show more ...


# a14d96ef 09-Nov-1999 Stig Bakken

Fix OpenLink ODBC support
@Fix OpenLink ODBC support (Stig)


Revision tags: php-4.0b3_RC3, php-4.0b3_RC2
# 990d5d72 28-Oct-1999 Rasmus Lerdorf

(IBM DB2 Support) Fix stuff to allow IBM DB2 to work with PHP 4.
Tested against DB2 6.1 UDB on Linux (RH-6.0)
@- Enable IBM DB2 support - Tested against DB2 6.1 UDB on Linux

(IBM DB2 Support) Fix stuff to allow IBM DB2 to work with PHP 4.
Tested against DB2 6.1 UDB on Linux (RH-6.0)
@- Enable IBM DB2 support - Tested against DB2 6.1 UDB on Linux (RH-6.0)

show more ...


Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split
# 7d759e67 23-Sep-1999 Nick Gorham

Added support for Easysoft ODBC-ODBC Bridge
Fixed bug in odbc_setoption


Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH
# e20af627 16-Sep-1999 Sascha Schumann

improve short help messages


# 125da02a 30-Aug-1999 Andreas Karajannis

Add support for unixODBC


Revision tags: php-4.0b2
# daa79821 08-Aug-1999 Andreas Karajannis

First shot at odbc for PHP4
Problems with LONGs to be investigated


Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1, BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1, BEFORE_PHP4_APACHE_MODULE_CHANGE
# 54468d2e 20-Apr-1999 Stig Bakken

odbc compiles and runs on UNIX again (tested with Solid 2.3)


# 7dee737f 19-Apr-1999 Stig Bakken

moved odbc into ext/


1234