I tried to build the PHP-5.0.4 from the source distribution for Windows after a little update applied to OCI8.c.
In oci8.c I have enabled the ociping() feature to solve a disconnection problem from an Oracle Cluster.
The building works fine if I disable the LOB support, but if I include it the building fails with a lot of errors (undefined identifier such as OCI_TEMP_CLOB, OCI_TEMP_BLO😎 and other linker error due to undefined functions (OCILobOpen, OCILob...).
I think some code is missing in this distribution (from http://www.php.net/downloads.php).
Could you please, help me to get the full distribution and build LOB feature too ?