PHP5 make test message : FAIL oci_bind_array_by_name()
586744Jul 6 2007 — edited Jul 13 2007Hi,
I'm trying to configure/build PHP5 as Apache2 module in order to connect a remote Oracle8i DB but "make test" raise FAIL msg while testing OCI issues.
Here is my expected configuration :
- OS Platform : Linux x86 (32 bits)
- Versions : RHEL4, PHP5.2.3, Apache2
Here is what i've already done:
- install Apache2 which works smoothly.
- downloaded and unzipped instantclient 10.2 Base and SDK into /u01/app/instantclient_10_2 directory and linked libclntsh.so -> libclntsh.so.10.1
Now that I'm building PHP5 with OCI8 option:
./configure --with-apxs2=/usr/local/apache2/bin/apxs \
with-oci8=instantclient,/u01/app/instantclient_10_2 enable-sigchild (seems to be OK)
then make
and make test shows failures with all oci tests (about 100 ...) beginning with this msg :
...
FAIL oci_bind_array_by_name() and invalid values 1 [ext/oci8/tests/array_bind_001.phpt]
...
Thank for your help.