Hi,
I got an error when compiling PHP3 version 3.0.16 with support for IBM-DB2 and Unified ODBC on AIX 4.3.2.
In php3 folder, I ran the command :
./configure --with-ibm-db2=/ibmdb2_dir \
--with-apache=/apache_dir \
--enable-stack-vars
then i ran 'make', and got the following error :
"functions/php3_unified_odbc.h", line 383.9 : 1506-046 (S) syntax error.
and some other similar errors.
I've look in the code and have seen the problem is that the data type SQLHANDLE is unknown.
Everything is fine with the --disable-unified-odbc option. But i always have the problem with PHP-4.0.1pl2.
I do not know how to solve this problem.
Thanks for your help.
Michael