From:             [EMAIL PROTECTED]
Operating system: NT 5 SP 1
PHP version:      4.0.5
PHP Bug Type:     Compile Failure
Bug description:  php_oci8.c -- undefined constants

this is what I got when I tried to build php_oci8.dll from the latest snapshot:

--------------------Configuration: oci8 - Win32 Release_TS--------------------
Compiling...
oci8.c
D:\compile\php\php4-200105030645\ext\oci8\oci8.c(2839) : warning C4018: '>=' : 
signed/unsigned mismatch
D:\compile\php\php4-200105030645\ext\oci8\oci8.c(3130) : warning C4018: '!=' : 
signed/unsigned mismatch
D:\compile\php\php4-200105030645\ext\oci8\oci8.c(3215) : warning C4013: 
'OCILobCreateTemporary' undefined; assuming extern returning int
D:\compile\php\php4-200105030645\ext\oci8\oci8.c(3220) : error C2065: 'OCI_TEMP_CLOB' 
: undeclared identifier
D:\compile\php\php4-200105030645\ext\oci8\oci8.c(3231) : warning C4013: 'OCILobOpen' 
undefined; assuming extern returning int
D:\compile\php\php4-200105030645\ext\oci8\oci8.c(3234) : error C2065: 
'OCI_LOB_READWRITE' : undeclared identifier
D:\compile\php\php4-200105030645\ext\oci8\oci8.c(3298) : warning C4013: 'OCILobClose' 
undefined; assuming extern returning int
Error executing xicl6.exe.

php_oci8.dll - 2 error(s), 5 warning(s)


I haven't tried to build the oci extension for several months, but it used to work, 
and I haven't touched the orant directory since, nor the include nor library paths in 
MSVC.


-- 
Edit Bug report at: http://bugs.php.net/?id=10636&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to