Env: Oracle Client 9.1.0 + Apache 1.3.26 + php4.2.3 on Mandrack9.0
I do the php configuration below
./configure --with-apache=../apache1.3.26 --with-oci8 --with-tracks-vars --with-trans-sid
then....make
there are lots error messages on the console....I found an article to solve this....edit the php_config.h
then....make again.....
the error message is:
internal_functions.c error
the message telling that "phpext_oci8_ptr" is not declared.
any idea about this?.....
thanks a lot....