php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12714 error on compiling with oracle8i
Submitted: 2001-08-13 09:31 UTC Modified: 2002-04-13 08:53 UTC
From: bardal at nupes dot cefetpr dot br Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 4.0.6 OS: SunOS 5.7
Private report: No CVE-ID: None
 [2001-08-13 09:31 UTC] bardal at nupes dot cefetpr dot br
./configure --prefix=/local/home/php --with-apache=../apache_1.3.20 --with-oci8=../../oracle/app/oracle/product/8.0.3/ --enable-track-vars

make[3]: Entering directory `/local/home/Fontes/php-4.0.6/ext/oci8'
gcc  -I. -I/local/home/Fontes/php-4.0.6/ext/oci8 -I/local/home/Fontes/php-4.0.6/
main -I/local/home/Fontes/php-4.0.6 -I/local/home/Fontes/apache_1.3.20/src/inclu
de -I/local/home/Fontes/apache_1.3.20/src/os/unix -I/local/home/Fontes/php-4.0.6
/Zend -I/local/home/Fontes/php-4.0.6/ext/mysql/libmysql -I/local/home/oracle/app
/oracle/product/8.0.3/network/public -I/local/home/oracle/app/oracle/product/8.0
.3/plsql/public -I/local/home/Fontes/php-4.0.6/ext/xml/expat/xmltok -I/local/hom
e/Fontes/php-4.0.6/ext/xml/expat/xmlparse -I/local/home/Fontes/php-4.0.6/TSRM  -
D_POSIX_PTHREAD_SEMANTICS -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 -g -O2  -c oci8.c &
& touch oci8.lo
oci8.c: In function `php_if_ocicollgetelem':
oci8.c:4480: warning: passing arg 7 of `OCIDateToText' from incompatible pointer  type
oci8.c: In function `php_if_ocicollassignelem':
oci8.c:4604: `dword' undeclared (first use in this function)
oci8.c:4604: (Each undeclared identifier is reported only once
oci8.c:4604: for each function it appears in.)
oci8.c:4604: parse error before `)'
oci8.c:4626: parse error before `)'
oci8.c:4657: parse error before `)'
make[3]: *** [oci8.lo] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-13 08:53 UTC] thies@php.net
The version of PHP that this bug was reported in is too old. Please
try to reproduce this bug in the latest version of PHP (available
from http://www.php.net/downloads.php

If you are still able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 09:01:27 2024 UTC