php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30365 Fails upon make with php-4.3.9/ext/oci8/oci8.c
Submitted: 2004-10-08 17:05 UTC Modified: 2004-10-08 22:49 UTC
From: asnagy at webitecture dot org Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 4.3.9 OS: Fedora Core 2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: asnagy at webitecture dot org
New email:
PHP Version: OS:

 

 [2004-10-08 17:05 UTC] asnagy at webitecture dot org
Description:
------------
I have fedora core 2 and tried compiling 4.3.9 with oracle support.  I had a working copy of 4.3.7 running for a while.

Configure process is successful; however it finishes with a warning about the debug.log file which i have sent to php-install@php.net.

When I run make, during the compile process it blows up with compile errors from the OCI8 extension.

Here is my configure line:
./configure --enable-inline-optimization --with-bz2 --with-curl --with-png-dir=/usr --with-gd --enable-gd-native-ttf --without-gdbm --with-gettext --with-ncurses --with-gmp --with-iconv --with-jpeg-dir=/usr --with-openssl --with-png --with-pspell --with-regex=system --with-xml --with-expat-dir=/usr --with-zlib --with-layout=GNU --enable-bcmath --enable-exif --enable-ftp --enable-magic-quotes --enable-sockets --enable-sysvsem --enable-sysvshm --enable-track-vars --enable-trans-sid --enable-wddx --with-pear=/usr/share/pear --with-imap --with-imap-ssl --with-kerberos --with-ldap --with-mysql --with-pgsql --enable-memory-limit --enable-shmop --enable-calendar --enable-dbx --enable-dio --enable-mcal --enable-mbstring --enable-mbstr-enc-trans --enable-mbregex --with-apxs2=/usr/sbin/apxs --with-yaz=/usr/bin --with-freetype-dir=/usr/lib --with-oci8=/usr/lib/oracle/10.1.0.2/client


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-10-08 17:14 UTC] derick@php.net
What is the full error?
 [2004-10-08 17:24 UTC] asnagy at webitecture dot org
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:4979: error: `ndx' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:4981: error: request for member `conn' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:4983: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:4983: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:4983: error: request for member `coll' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:4983: error: `exists' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:4983: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:4983: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5004: error: `OCI_IND_NULL' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5008: error: request for member `element_typecode' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5009: error: `OCI_TYPECODE_DATE' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5011: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5011: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5011: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5022: error: `OCI_TYPECODE_VARCHAR2' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5023: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5027: error: `OCI_TYPECODE_UNSIGNED16' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5028: error: `OCI_TYPECODE_UNSIGNED32' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5029: error: `OCI_TYPECODE_REAL' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5030: error: `OCI_TYPECODE_DOUBLE' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5031: error: `OCI_TYPECODE_INTEGER' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5032: error: `OCI_TYPECODE_SIGNED16' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5033: error: `OCI_TYPECODE_SIGNED32' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5034: error: `OCI_TYPECODE_DECIMAL' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5035: error: `OCI_TYPECODE_FLOAT' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5036: error: `OCI_TYPECODE_NUMBER' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5037: error: `OCI_TYPECODE_SMALLINT' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5038: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5038: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5038: error: `CONST' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5038: error: syntax error before "OCINumber"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5038: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5060: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `zif_ocicollassign':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5062: error: `id' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5062: error: `from' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5063: error: `connection' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5064: error: invalid operands to binary *
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5064: error: `from_coll' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5067: error: `this_ptr' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5069: error: `return_value' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5080: error: request for member `conn' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5082: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5082: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5082: error: request for member `coll' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5082: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5102: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `zif_ocicollassignelem':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5104: error: `id' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5104: error: `val' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5105: error: `connection' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5106: error: invalid operands to binary *
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5107: error: `OCINumber' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5107: error: syntax error before "num"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5108: error: `OCIInd' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5110: error: `ub4' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5112: error: `OCIString' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5112: error: `ocistr' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5112: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5113: error: `OCIDate' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5116: error: `this_ptr' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5118: error: `return_value' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5125: error: request for member `type' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5125: error: request for member `is_ref' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5125: error: `orig_ptr' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5125: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5125: warning: passing arg 1 of `_zval_copy_ctor' from incompatible pointer type
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5125: error: request for member `refcount' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5125: error: request for member `is_ref' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5125: warning: passing arg 1 of `convert_to_long' from incompatible pointer type
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5126: error: `ndx' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5126: error: request for member `value' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5128: error: request for member `conn' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5139: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5142: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5142: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5142: error: `dvoid' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5142: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5142: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5157: error: request for member `element_typecode' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5158: error: `OCI_TYPECODE_DATE' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5159: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5160: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5160: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5160: error: `dt' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5160: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5175: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5175: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5175: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5175: error: `new_ind' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5175: error: request for member `coll' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5175: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5188: error: `OCI_TYPECODE_VARCHAR2' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5189: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5191: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5191: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5191: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5203: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5203: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5203: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5203: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5217: error: `OCI_TYPECODE_UNSIGNED16' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5218: error: `OCI_TYPECODE_UNSIGNED32' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5219: error: `OCI_TYPECODE_REAL' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5220: error: `OCI_TYPECODE_DOUBLE' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5221: error: `OCI_TYPECODE_INTEGER' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5222: error: `OCI_TYPECODE_SIGNED16' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5223: error: `OCI_TYPECODE_SIGNED32' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5224: error: `OCI_TYPECODE_DECIMAL' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5225: error: `OCI_TYPECODE_FLOAT' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5226: error: `OCI_TYPECODE_NUMBER' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5227: error: `OCI_TYPECODE_SMALLINT' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5228: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5231: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5231: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5231: error: `num' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5231: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5242: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5242: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5242: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5242: error: request for member `coll' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5242: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5265: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `zif_ocicollsize':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5267: error: `id' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5268: error: `connection' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5269: error: invalid operands to binary *
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5270: error: `sb4' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5270: error: syntax error before "sz"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5273: error: `this_ptr' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5275: error: `return_value' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5277: error: request for member `conn' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5279: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5279: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5279: error: request for member `conn' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5279: error: request for member `coll' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5279: error: `sz' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5279: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5299: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `zif_ocicollmax':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5301: error: `id' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5302: error: invalid operands to binary *
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5303: error: `sb4' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5303: error: syntax error before "sz"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5306: error: `this_ptr' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5308: error: `return_value' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5310: error: `sz' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5310: error: request for member `pEnv' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5310: error: request for member `coll' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5321: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `zif_ocicolltrim':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5323: error: `id' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5323: error: `arg' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5324: error: invalid operands to binary *
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5327: error: `this_ptr' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5329: error: `return_value' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5334: error: `orig_ptr' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5334: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5336: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5336: error: request for member `conn' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5336: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5336: error: request for member `conn' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5336: error: request for member `pEnv' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5336: error: request for member `conn' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5336: error: request for member `coll' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5336: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5342: error: request for member `conn' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5343: error: request for member `conn' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5343: error: request for member `conn' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5355: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `zif_ocinewcollection':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5357: error: `dvoid' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5357: error: `dschp1' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5358: error: `parmp1' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5359: error: `parmp2' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5360: error: `conn' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5360: error: invalid type argument of `unary *'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5360: error: `schema' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5361: error: `connection' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5362: error: invalid operands to binary *
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5363: error: `ht' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5369: error: invalid type argument of `->'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5369: error: invalid type argument of `->'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5369: error: `orig_ptr' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5369: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5369: error: invalid type argument of `unary *'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5369: warning: passing arg 1 of `_zval_copy_ctor' makes pointer from integer without a cast
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5369: error: invalid type argument of `->'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5369: error: invalid type argument of `->'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5369: warning: passing arg 1 of `_convert_to_string' makes pointer from integer without a cast
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5372: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5377: error: `return_value' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5379: error: request for member `conn' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5380: error: request for member `id' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5383: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5383: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5383: error: `text' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5383: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5383: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5383: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5402: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5402: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5402: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5402: error: `ub4' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5402: error: syntax error before "OCI_HTYPE_DESCRIBE"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5402: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5414: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5414: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5414: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5414: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5429: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5429: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5429: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5429: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5444: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5444: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5444: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5444: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5457: error: request for member `coll_typecode' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5458: error: `OCI_TYPECODE_TABLE' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5459: error: `OCI_TYPECODE_VARRAY' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5460: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5460: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5460: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5460: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5473: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5473: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5473: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5473: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5486: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5486: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5486: error: request for member `elem_ref' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5486: error: `OCI_DURATION_SESSION' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5486: error: `OCI_TYPEGET_HEADER' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5486: error: request for member `element_type' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5486: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5499: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5499: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5499: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5499: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5513: error: request for member `coll_typecode' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5518: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5518: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5518: error: request for member `tdo' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5518: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5518: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:5535: error: request for member `id' in something not a structure or union
make: *** [ext/oci8/oci8.lo] Error 1
 [2004-10-08 17:27 UTC] asnagy at webitecture dot org
This is as much as PuTTY would let me go back and copy and paste.  This is not the full error, but it gives you the idea, I hope :)
 [2004-10-08 17:32 UTC] tony2001@php.net
Please run `make > make.log 2>&1` to get full error log.
 [2004-10-08 17:39 UTC] asnagy at webitecture dot org
Here it goes:

/bin/sh /usr/local/src/php-4.3.9/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/oci8/ -I/usr/local/src/php-4.3.9/ext/oci8/ -DPHP_ATOM_INC -I/usr/local/src/php-4.3.9/include -I/usr/local/src/php-4.3.9/main -I/usr/local/src/php-4.3.9 -I/usr/local/src/php-4.3.9/Zend -I/usr/kerberos/include -I/usr/include/freetype2 -I/usr/include/imap -I/usr/local/src/php-4.3.9/ext/mbstring/mbregex -I/usr/local/src/php-4.3.9/ext/mbstring/libmbfl -I/usr/local/src/php-4.3.9/ext/mbstring/libmbfl/mbfl -I/usr/include/ncurses -I/usr/local/include/pspell  -I/usr/local/src/php-4.3.9/TSRM  -g -O2  -prefer-pic -c /usr/local/src/php-4.3.9/ext/oci8/oci8.c -o ext/oci8/oci8.lo 
In file included from /usr/local/src/php-4.3.9/ext/oci8/oci8.c:69:
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:52:17: oci.h: No such file or directory
In file included from /usr/local/src/php-4.3.9/ext/oci8/oci8.c:69:
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:59: error: syntax error before "OCIServer"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:59: warning: no semicolon at end of struct or union
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:63: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:71: error: syntax error before "oci_server"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:71: warning: no semicolon at end of struct or union
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:72: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:73: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:73: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:74: error: syntax error before "charsetId"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:74: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:75: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:80: error: syntax error before "oci_session"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:80: warning: no semicolon at end of struct or union
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:81: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:82: error: syntax error before "error"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:82: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:83: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:83: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:85: error: syntax error before '}' token
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:85: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:89: error: syntax error before "oci_connection"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:89: warning: no semicolon at end of struct or union
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:90: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:91: error: syntax error before "type"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:91: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:92: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:96: error: syntax error before "oci_connection"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:96: warning: no semicolon at end of struct or union
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:97: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:98: error: syntax error before "coll_typecode"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:98: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:99: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:99: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:100: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:100: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:101: error: syntax error before "element_typecode"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:101: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:102: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:102: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:103: error: syntax error before '}' token
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:103: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:107: error: syntax error before "text"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:107: warning: no semicolon at end of struct or union
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:108: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:109: error: syntax error before "type"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:109: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:110: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:114: error: syntax error before "oci_connection"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:114: warning: no semicolon at end of struct or union
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:115: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:116: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:116: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:117: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:117: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:125: error: syntax error before "stmttype"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:125: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:126: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:129: error: syntax error before "OCIBind"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:129: warning: no semicolon at end of struct or union
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:130: error: `zval' redeclared as different kind of symbol
/usr/local/src/php-4.3.9/Zend/zend.h:241: error: previous declaration of `zval'
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:131: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:131: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:132: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:132: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:133: error: syntax error before "indicator"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:133: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:134: error: syntax error before "retcode"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:134: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:135: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:138: error: syntax error before "oci_statement"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:138: warning: no semicolon at end of struct or union
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:139: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:141: error: syntax error before "name_len"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:141: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:142: error: syntax error before "data_type"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:142: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:143: error: syntax error before "data_size"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:143: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:144: error: syntax error before "storage_size4"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:144: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:145: error: syntax error before "indicator"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:145: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:146: error: syntax error before "retcode"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:146: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:147: error: syntax error before "retlen"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:147: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:148: error: syntax error before "retlen4"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:148: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:149: error: syntax error before "is_descr"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:149: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:150: error: syntax error before "is_cursor"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:150: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:151: error: conflicting types for `descr'
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:131: error: previous declaration of `descr'
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:152: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:152: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:155: error: conflicting types for `data'
/usr/local/src/php-4.3.9/main/php.h:255: error: previous declaration of `data'
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:156: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:156: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:158: error: syntax error before "cb_retlen"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:158: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:159: error: syntax error before "scale"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:159: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:160: error: syntax error before "precision"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:160: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:161: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:164: error: syntax error before "sword"
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:164: warning: no semicolon at end of struct or union
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:165: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:188: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:188: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:191: error: syntax error before '}' token
/usr/local/src/php-4.3.9/ext/oci8/php_oci8.h:191: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:139: error: syntax error before "oci_globals"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:139: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:158: error: syntax error before "oci_handle_error"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:158: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:158: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:159: error: syntax error before "oci_error"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:159: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:159: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:160: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:163: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:177: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:177: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:177: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:178: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:178: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:178: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:179: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:179: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:182: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:182: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:184: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:184: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:184: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:186: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:187: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:187: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:187: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:188: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:189: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:190: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:191: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:193: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:195: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:195: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:196: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:198: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:198: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:198: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:199: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:201: error: syntax error before "oci_bind_in_callback"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:201: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:201: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:202: error: syntax error before "oci_bind_out_callback"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:202: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:202: warning: data definition has no type or storage class
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:211: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:212: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:213: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:214: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:215: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:216: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:217: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:218: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:219: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:220: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:221: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:222: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:223: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:224: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:225: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:226: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:227: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:228: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:229: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:230: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:231: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:232: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:233: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:234: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:235: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:236: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:237: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:238: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:239: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:240: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:241: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:242: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:243: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:244: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:245: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:246: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:247: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:248: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:254: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:255: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:256: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:257: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:258: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:259: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:260: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:261: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:262: error: syntax error before "zval"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:436: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `php_oci_init_globals':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:438: error: request for member `shutdown' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:439: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:441: error: request for member `user' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:442: error: request for member `user' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:444: error: request for member `server' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:445: error: request for member `server' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:447: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:447: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:447: error: request for member `pEnv' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:447: error: `OCI_DEFAULT' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:447: error: (Each undeclared identifier is reported only once
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:447: error: for each function it appears in.)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:447: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:453: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:453: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:453: error: request for member `pEnv' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:453: error: `dvoid' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:453: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:453: error: request for member `pError' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:453: error: `OCI_HTYPE_ERROR' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:453: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `zm_startup_oci':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:489: error: `OCI_DEFAULT' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:489: error: `OCI_OBJECT' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:519: error: `OCI_DESCRIBE_ONLY' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:520: error: `OCI_COMMIT_ON_SUCCESS' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:521: error: `OCI_EXACT_FETCH' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:526: error: `SQLT_CLOB' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:527: error: `SQLT_BLOB' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:528: error: `SQLT_RDD' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:531: error: `SQLT_NTY' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:540: error: `SQLT_RSET' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:541: error: `SQLT_BIN' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:555: error: `OCI_DTYPE_FILE' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:556: error: `OCI_DTYPE_LOB' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:557: error: `OCI_DTYPE_ROWID' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `zm_activate_oci':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:576: error: request for member `debug_mode' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:584: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `_session_pcleanup':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:586: error: `session' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:591: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `zm_shutdown_oci':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:600: error: request for member `shutdown' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:604: error: request for member `user' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:605: error: request for member `server' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:607: error: request for member `user' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:608: error: request for member `server' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:610: error: request for member `user' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:611: error: request for member `server' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:613: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:613: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:613: error: `dvoid' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:613: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:613: error: request for member `pEnv' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:613: error: `OCI_HTYPE_ENV' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:613: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `_oci_define_hash_dtor':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:660: error: invalid operands to binary *
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:660: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:662: error: request for member `name' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:664: error: request for member `zval' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:666: error: request for member `name' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:667: error: request for member `name' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:668: error: request for member `name' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `_oci_bind_hash_dtor':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:678: error: `bind' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:678: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `_oci_bind_pre_exec':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:691: error: `bind' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:691: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `_oci_bind_post_exec':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:706: error: `bind' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:706: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:709: error: `val' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `_oci_column_hash_dtor':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:730: error: `column' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:730: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `_oci_stmt_list_dtor':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:760: error: `statement' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:760: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:764: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:764: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:764: error: `OCI_HTYPE_STMT' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:764: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:772: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:772: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:772: error: `OCI_HTYPE_ERROR' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:772: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:809: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `_oci_conn_list_dtor':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:815: error: `connection' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:821: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:821: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:821: error: `ub4' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:821: error: syntax error before numeric constant
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:821: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:834: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:834: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:834: error: `dvoid' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:834: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:834: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:846: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:846: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:846: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:846: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `php_oci_free_conn_list':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:862: error: `conn' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:862: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `_oci_coll_list_dtor':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:875: error: invalid operands to binary *
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:875: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:876: error: request for member `id' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:878: error: request for member `conn' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:883: error: request for member `id' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `_oci_descriptor_list_dtor':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:896: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:897: error: invalid type argument of `->'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:899: error: invalid type argument of `->'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:901: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:901: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:901: error: invalid type argument of `->'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:901: error: invalid type argument of `unary *'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:901: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:905: error: invalid type argument of `->'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:907: warning: passing arg 1 of `_efree' makes pointer from integer without a cast
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `_oci_server_list_dtor':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:917: error: invalid operands to binary *
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:917: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `_oci_session_list_dtor':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:931: error: `session' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:931: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:943: error: syntax error before "oci_handle_error"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:943: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `oci_handle_error':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:945: error: `errcode' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:955: error: `connection' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:968: error: syntax error before "oci_error"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:968: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `oci_error':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:970: error: `text' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:970: error: syntax error before "errbuf"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:971: error: `sb4' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:974: error: `status' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:975: error: `OCI_SUCCESS' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:977: error: `OCI_SUCCESS_WITH_INFO' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:978: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:978: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:978: error: `err_p' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:978: error: `ub4' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:978: error: syntax error before numeric constant
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:978: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:987: error: `what' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:987: error: `errbuf' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:989: error: `OCI_NEED_DATA' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:992: error: `OCI_NO_DATA' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:995: error: `OCI_ERROR' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:996: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:996: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:996: error: syntax error before numeric constant
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:996: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1008: error: `OCI_INVALID_HANDLE' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1011: error: `OCI_STILL_EXECUTING' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1014: error: `OCI_CONTINUE' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1020: error: `errcode' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1026: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `oci_ping':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1031: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1031: error: request for member `error' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1031: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1031: error: request for member `error' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1031: error: structure has no member named `pServer'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1031: error: request for member `pError' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1031: error: `text' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1031: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1031: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1038: error: request for member `error' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1038: error: `OCI_SUCCESS' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1042: error: request for member `pError' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1042: error: request for member `error' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `oci_debug':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1057: error: request for member `debug_mode' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1072: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1072: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `oci_get_conn':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1074: error: `connection' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1076: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1081: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1088: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1088: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `oci_get_stmt':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1090: error: `statement' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1092: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1097: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1104: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `oci_get_desc':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1106: error: `descriptor' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1109: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1114: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1121: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1122: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `oci_get_col':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1124: error: `outcol' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1128: error: `statement' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1132: error: `value' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1144: error: `orig_ptr' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1144: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1147: error: `col' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1161: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1162: error: syntax error before "oci_connection"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `oci_new_desc':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1167: warning: assignment makes integer from pointer without a cast
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1169: error: invalid type argument of `unary *'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1171: error: invalid type argument of `unary *'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1172: error: `OCI_DTYPE_FILE' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1173: error: `OCI_DTYPE_LOB' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1174: error: `OCI_DTYPE_ROWID' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1178: error: invalid type argument of `unary *'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1182: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1182: error: request for member `error' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1182: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1182: error: request for member `error' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1182: error: `connection' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1182: error: `dvoid' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1182: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1182: error: invalid type argument of `->'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1182: error: invalid type argument of `unary *'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1182: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1182: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1189: error: request for member `error' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1190: error: `ub4' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1190: error: syntax error before "error"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1191: error: request for member `pError' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1191: error: request for member `error' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1196: error: invalid type argument of `->'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1196: warning: passing arg 1 of `zend_list_insert' makes pointer from integer without a cast
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1197: error: invalid type argument of `->'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1200: error: invalid type argument of `->'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1202: warning: return makes pointer from integer without a cast
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1210: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `_oci_get_ocicoll':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1212: error: invalid operands to binary *
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1214: error: `id' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1218: error: `collection' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1218: error: invalid type argument of `unary *'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1223: error: invalid type argument of `unary *'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1234: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `_oci_get_ocidesc':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1236: error: `desc' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1238: error: `id' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1243: error: `descriptor' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1255: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `_oci_make_zval':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1258: error: `ub4' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1258: error: syntax error before "loblen"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1262: error: `column' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1267: error: `statement' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1268: error: `value' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1276: error: `SQLT_RDD' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1276: error: `mode' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1279: warning: assignment makes integer from pointer without a cast
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1285: error: `loblen' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1323: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `oci_setprefetch':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1325: error: `ub4' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1325: error: syntax error before "prefetch"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1326: error: `sword' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1329: error: `prefetch' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1329: error: `size' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1331: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1331: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1331: error: `statement' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1331: error: `OCI_HTYPE_STMT' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1331: error: `OCI_ATTR_PREFETCH_MEMORY' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1331: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1346: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1346: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1346: error: `OCI_ATTR_PREFETCH_ROWS' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1346: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1365: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1365: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `oci_parse':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1367: error: `statement' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1368: error: `sword' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1368: error: syntax error before "error"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1373: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1373: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1373: error: `connection' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1373: error: `dvoid' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1373: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1373: error: `OCI_HTYPE_STMT' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1373: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1380: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1380: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1380: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1380: error: `OCI_HTYPE_ERROR' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1380: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1387: error: `len' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1388: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1388: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1388: error: `text' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1388: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1388: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1398: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1398: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1398: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1402: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1402: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1402: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1412: error: `query' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1435: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `oci_execute':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1437: error: `outcol' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1438: error: syntax error before "column"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1439: error: `OCIParam' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1439: error: `param' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1440: error: `text' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1440: error: `colname' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1441: error: `ub4' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1441: error: syntax error before "counter"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1442: error: `ub2' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1447: error: `dvoid' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1447: error: `buf' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1449: error: `sword' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1449: error: syntax error before "error"
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1452: error: `statement' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1453: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1453: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1453: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1453: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1469: error: `OCI_STMT_SELECT' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1470: error: `iters' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1483: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1483: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1483: error: `mode' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1483: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1505: error: `OCI_COMMIT_ON_SUCCESS' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1519: error: `counter' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1521: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1521: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1521: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1521: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1535: error: `colcount' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1538: error: `column' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1549: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1549: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1549: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1549: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1562: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1562: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1562: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1562: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1576: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1576: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1576: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1576: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1593: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1593: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1593: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1593: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1607: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1607: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1607: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1607: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1621: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1621: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1621: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1621: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1644: error: `SQLT_RSET' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1648: error: `define_type' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1652: error: `dynamic' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1652: error: `OCI_DEFAULT' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1656: error: `SQLT_RDD' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1657: error: `SQLT_BLOB' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1658: error: `SQLT_CLOB' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1659: error: `SQLT_BFILE' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1666: error: `OCI_DTYPE_FILE' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1668: error: `OCI_DTYPE_ROWID' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1670: error: `OCI_DTYPE_LOB' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1673: warning: assignment makes integer from pointer without a cast
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1674: error: invalid type argument of `->'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1675: error: invalid type argument of `->'
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1678: error: `SQLT_LNG' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1679: error: `SQLT_LBI' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1681: error: `SQLT_BIN' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1683: error: `SQLT_CHR' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1687: error: `OCI_DYNAMIC_FETCH' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1693: error: `SQLT_DAT' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1693: error: `SQLT_NUM' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1709: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1714: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1714: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1714: error: `OCIDefine' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1714: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1714: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1714: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1714: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1714: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1714: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1729: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1729: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1729: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1729: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1729: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `_oci_column_pre_fetch':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1760: error: `col' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1760: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: At top level:
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1771: error: syntax error before '*' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c: In function `oci_fetch':
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1774: error: `column' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1776: error: `statement' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1781: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1781: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1781: error: `nrows' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1781: error: `OCI_FETCH_NEXT' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1781: error: `OCI_DEFAULT' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1781: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1788: error: `OCI_NO_DATA' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1806: error: `OCI_NEED_DATA' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1811: error: `text' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1811: error: syntax error before ')' token
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1818: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1818: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1818: error: `OCI_HTYPE_DEFINE' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1818: error: `OCI_NEXT_PIECE' undeclared (first use in this function)
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1818: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1830: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1830: error: request for member `in_call' in something not a structure or union
/usr/local/src/php-4.3.9/ext/oci8/oci8.c:1830: error: reques
 [2004-10-08 22:20 UTC] tony2001@php.net
>oci.h: No such file or directory

Install OCI headers.
Not PHP bug -> bogus.
 [2004-10-08 22:24 UTC] asnagy at webitecture dot org
Thanks, I guess I didn't see that.  Shouldn't the configure script check for this though?  I don't think this bug is totally bogus due to the success of the configure and failure in the make process.
 [2004-10-08 22:36 UTC] tony2001@php.net
./configure script checks for libraries. 
in most cases when the directory with includes exists and includes itself don't, you'll get the same error.

 [2004-10-08 22:44 UTC] asnagy at webitecture dot org
Okay, well thanks for the help anyway!

Can you tell me how to get the oci.h and any other files necessary?  I recently installed the Oracle 10g client, but found in another bug report that Oracle 10g is now compatible with php.  Should these files come with php, oracle or another package?
 [2004-10-08 22:49 UTC] tony2001@php.net
You should install Oracle Call Interface development package, which comes with Oracle Client.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 13:01:30 2024 UTC