|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-04-15 09:13 UTC] thies
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 14:00:01 2025 UTC |
php 3.0.7 has problems with oracle 8.0.3 while complining oci functions. at make i got these messages: gcc -g -O2 -O2 -I. -I. -I/public/oracle/product/8.0.3/rdbms/demo -I/public/oracle/product/8.0.3/network/public -I/public/oracle/product/8.0.3/plsql/public -I/tmp/sakalis/apache_1.3.6/src/include -I/tmp/sakalis/apache_1.3.6/src/os/unix -c functions/oci8.c -o functions/oci8.o functions/oci8.c: In function `php3_minit_oci8': functions/oci8.c:313: `SQLT_BFILEE' undeclared (first use this function) functions/oci8.c:313: (Each undeclared identifier is reported only once functions/oci8.c:313: for each function it appears in.) functions/oci8.c:314: `SQLT_CFILEE' undeclared (first use this function) functions/oci8.c: In function `oci8_make_pval': functions/oci8.c:757: `SQLT_BFILEE' undeclared (first use this function) functions/oci8.c:757: `SQLT_CFILEE' undeclared (first use this function) gcc -g make: *** [functions/oci8.o] Error 1