[PHP-DB] OCI_B_FILE error From: Fred Bulah (fredb <email protected>)
Date: 08/31/00

Hello,

I am using PHP4 + Oracle 8.1.6 on Solaris 2.8/Intel with Apache 1.3.12.
It has been working fine, but recently I added code to use a BFILE type and
got the error:

Warning: Use of undefined constant OCI_B_FILE - assumed 'OCI_B_CFILE' in
/export/home/fredb/php/dblink.php
Warning: Use of undefined constant OCI_B_CFILE - assumed 'OCI_B_CFILE' in
/export/home/fredb/php/dblink.php

The other OCI defined constants (OCI_B_ROWID, OCI_B_CURSOR, OCI_RETURN_LOBS,
etc.) are used in the same file and produce no warnings. What might be the
problem?

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>