php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28616 Error while make (compiling) Oracle 9i with php 4.3.6 (oci8 lib) .
Submitted: 2004-06-03 05:19 UTC Modified: 2004-07-21 14:38 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: post_ravi at yahoo dot com Assigned: tony2001 (profile)
Status: Not a bug Package: OCI8 related
PHP Version: 4.3.6 OS: Linux host 2.4.21-4.ELsmp (ES 3)
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: post_ravi at yahoo dot com
New email:
PHP Version: OS:

 

 [2004-06-03 05:19 UTC] post_ravi at yahoo dot com
Description:
------------
Hi 

 Im trying to compile PHP with oracle.
  
 Linux OS:
 Linux host 2.4.21-4.ELsmp #1 SMP Fri Oct 3 17:52:56 EDT 2003 i686 i686 i386 GNU/Linux

 Oracle client  : 9i (9.2.0.1.0)

 php : PHP 4.3.6 (cli) (built: Jun  2 2004 20:49:07)
 
 When i tried to Complie with php with oracle 

 # ./configure --with-apxs2=/usr/local/apache/bin/apxs --wi
th-zlib --with-config-file-path=/usr/local/lib/php --with-oci8=/home/oracle/OraHome1 --enable-sigchild

 congigure seems ok, but make give lot of error's

Reproduce code:
---------------
# ./configure --with-apxs2=/usr/local/apache/bin/apxs --wi
th-zlib --with-config-file-path=/usr/local/lib/php --with-oci8=/home/oracle/OraHome1 --enable-sigchild

 configure seems ok, but make give lot of error's

Expected result:
----------------
php to fine to go with oracle

Actual result:
--------------
/opt/php-4.3.6/ext/oci8/oci8.c:5492: request for member `elem_ref' in something
not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5492: `OCI_DURATION_SESSION' undeclared (first us
e in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:5492: `OCI_TYPEGET_HEADER' undeclared (first use
in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:5492: request for member `element_type' in someth
ing not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5492: request for member `in_call' in something n
ot a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5505: request for member `in_call' in something n
ot a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5505: request for member `in_call' in something n
ot a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5505: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:5505: request for member `in_call' in something n
ot a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5513: request for member `coll_typecode' in somet
hing not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5527: request for member `in_call' in something n
ot a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5527: request for member 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-03 08:22 UTC] tony2001@php.net
It seems, that you have a problem with headers.
Get a clean sources of PHP and try again.

 [2004-06-03 11:28 UTC] post_ravi at yahoo dot com
I tried to download PHP 4.3.6 installation kit from php.net 

These are the files downloaded and transferred to my linux server in binary mode.

06/03/2004  12:24 PM         3,957,796 php-4.3.6.tar.bz2
06/03/2004  12:36 PM         4,828,134 php-4.3.6.tar.gz

But after re-installation, found the same error while using make command.

#  ./configure --with-apxs2=/usr/local/apache/bin/apxs 
               --prefix=/usr/local/php 
               --with-zlib 
               --with-config-file-path=/usr/local/php/ 
               --with-oci8=/home/oracle/OraHome1/ 
               --enable-sigchild

 Note : If possible please let me know how to uninstall php thru command line.
 [2004-06-03 11:34 UTC] tony2001@php.net
Are you sure these are the only errors during build?
Can you plz run this:
make clean && make 2> build.errors 
and show me resultant file ?
 [2004-06-04 03:27 UTC] post_ravi at yahoo dot com
Hi 

 Please find the content of build.errors , after running the command make clean && make 2> build.errors 

Ravi

-------------------- START --------------------------

 /opt/php-4.3.6/ext/oci8/oci8.c:5422: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5435: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5435: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5435: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:5435: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5450: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5450: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5450: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:5450: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5457: request for member `coll_typecode' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5458: `OCI_TYPECODE_TABLE' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:5459: `OCI_TYPECODE_VARRAY' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:5466: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5466: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5466: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:5466: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5479: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5479: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5479: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:5479: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5492: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5492: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5492: request for member `elem_ref' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5492: `OCI_DURATION_SESSION' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:5492: `OCI_TYPEGET_HEADER' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:5492: request for member `element_type' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5492: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5505: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5505: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5505: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:5505: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5513: request for member `coll_typecode' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5527: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5527: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5527: request for member `tdo' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5527: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:5527: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:5535: request for member `id' in something not a structure or union
make: *** [ext/oci8/oci8.lo] Error 1

 -------------------- END ---------------------
 [2004-06-08 16:21 UTC] tony2001@php.net
Please, try to search for php_oci8.h file on your hard disk. locate php_oci8.h should help. 
And nuke all old PHP headers, if you find it.
I'm almost sure, that these errors are caused by the headers mixed up.
Btw, current stable PHP release is 4.3.7
 [2004-06-11 12:27 UTC] sniper@php.net
It's broken Oracle client installation. Fix that first.

 [2004-06-28 11:40 UTC] post_ravi at yahoo dot com
Hi

 I tried to install oracle clinet 9i again, Yes it broke at one instance.  This is that error.

--- ERROR START -----------------

Error in invoking target install makefile.
/home/oracle/OraHome1/network/lib/ins_oemagent mk

----ERROR END -----------------

But even after that client installed properly and now i can able to connect to oracle client 9i.

Will the above ERROR cause any problem for oci8 lib to compile with PHP

please advise and help
 [2004-06-30 03:42 UTC] post_ravi at yahoo dot com
Hi

 I tried to install oracle 9i client again, Yes it broke at one instance.  This is that error.

--- ERROR START -----------------

Error in invoking target install makefile.
/home/oracle/OraHome1/network/lib/ins_oemagent mk

----ERROR END -----------------

But even after flashing that error oracle client got installed properly and now i can able to connect to oracle client 9i.

But when i tried to compile PHP with oci8 lib it gave me the same error as i reported earlier.

Will the above Oracle ERROR cause any problem for oci8 lib to compile/go with PHP

please advise and help

Ravi
 [2004-07-01 01:12 UTC] pumuckel at metropolis dot de
What does this command tell you?

# grep @OCI8 /opt/php-4.3.6/config.status

Should be something like:

s%@OCI8_SHARED_LIBADD@%%g
s%@OCI8_DIR@%=/home/oracle/OraHome1%g
s%@OCI8_VERSION@%9.2%g

Otherwise something went wrong with configure script.

What does this command tell you:

# find $ORACLE_HOME -name "oci.h"

You should get exactly one filename. you should examine this file for a reasonable content. Also in the same directory there is an oro.h file, which e.g. contains the definition of OCI_DURATION_SESSION. Check if this file gets loaded when compiling.
 [2004-07-02 07:36 UTC] post_ravi at yahoo dot com
Hi 

 Please find the queries answered.

 1)  -------------- START ---------------

      cimlix002> grep @OCI8 /opt/php-4.3.6/config.status
                 s%@OCI8_SHARED_LIBADD@%%g
                 s%@OCI8_DIR@%/home/oracle/OraHome1/%g
                 s%@OCI8_VERSION@%9.2%g

     ---------------  END  ----------------------

 2)  ---------------- START  ----------------------

      find $ORACLE_HOME -name "oci.h" -print
      Ans: No such file is found 

      find $ORACLE_HOME -name "oro.h" -print
      Ans: No such file is found 

      Note : ORACLE_HOME = /home/oracle/OraHome1
  
    By the way these are the only header found when i 
  searched the ORACLE_HOME for *.h 
 
 cimlix002> find $ORACLE_HOME -name "*.h" -print
/home/oracle/OraHome1/xdk/include/oratypes.h
/home/oracle/OraHome1/xdk/include/oraxsd.h
/home/oracle/OraHome1/xdk/include/oraxml.h
/home/oracle/OraHome1/xdk/include/oraxmlcg.h
/home/oracle/OraHome1/rdbms/demo/oratypes.h
/home/oracle/OraHome1/rdbms/demo/xa.h
/home/oracle/OraHome1/ldap/public/oapt.h
/home/oracle/OraHome1/ldap/public/gsdsy.h
/home/oracle/OraHome1/ldap/public/gsdsd.h
/home/oracle/OraHome1/ldap/public/oamst.h
/home/oracle/OraHome1/ldap/public/oals.h
/home/oracle/OraHome1/ldap/public/oaos.h
/home/oracle/OraHome1/ldap/public/ldap.h
/home/oracle/OraHome1/ldap/public/dsspid.h
/home/oracle/OraHome1/ldap/public/omupi.h
/home/oracle/OraHome1/ldap/public/gslpl.h
/home/oracle/OraHome1/ldap/public/oacm.h
/home/oracle/OraHome1/ldap/public/oaxm.h
/home/oracle/OraHome1/ldap/public/oa.h
/home/oracle/OraHome1/ldap/public/oamh.h
/home/oracle/OraHome1/ldap/public/oodef.h
/home/oracle/OraHome1/ldap/public/oaodes.h
/home/oracle/OraHome1/ldap/public/gssdom.h
/home/oracle/OraHome1/ldap/public/dsid.h
/home/oracle/OraHome1/ldap/public/dsec.h
/home/oracle/OraHome1/ldap/public/dsi.h
/home/oracle/OraHome1/ldap/public/soa.h
/home/oracle/OraHome1/precomp/demo/proc/lobdemo1.h
/home/oracle/OraHome1/precomp/demo/proc/empclass.h
/home/oracle/OraHome1/precomp/public/oraca.h
/home/oracle/OraHome1/precomp/public/sqlca.h
/home/oracle/OraHome1/precomp/public/sqlda.h
/home/oracle/OraHome1/precomp/public/sql2oci.h
/home/oracle/OraHome1/precomp/public/sqlapr.h
/home/oracle/OraHome1/precomp/public/sqlcpr.h
/home/oracle/OraHome1/precomp/public/sqlkpr.h
/home/oracle/OraHome1/precomp/public/sqlucs2.h
/home/oracle/OraHome1/precomp/syshdr/a.out.h
/home/oracle/OraHome1/precomp/syshdr/limits.h
/home/oracle/OraHome1/precomp/syshdr/syslimits.h
/home/oracle/OraHome1/precomp/syshdr/bits/mathcalls.h
/home/oracle/OraHome1/precomp/syshdr/sys/ipc.h
/home/oracle/OraHome1/plsql/include/pdtyp.h
/home/oracle/OraHome1/plsql/include/pen.h
/home/oracle/OraHome1/plsql/include/pn.h
/home/oracle/OraHome1/plsql/include/pptyp.h
/home/oracle/OraHome1/plsql/include/pvm.h
/home/oracle/OraHome1/jdk/include/linux/jni_md.h
/home/oracle/OraHome1/jdk/include/linux/jawt_md.h
/home/oracle/OraHome1/jdk/include/jvmpi.h
/home/oracle/OraHome1/jdk/include/jawt.h
/home/oracle/OraHome1/jdk/include/jni.h
/home/oracle/OraHome1/jdk/include/jvmdi.h
/home/oracle/OraHome1/jdk/include-old/linux/miscdefs_md.h
/home/oracle/OraHome1/jdk/include-old/linux/path_md.h
/home/oracle/OraHome1/jdk/include-old/linux/io_md.h
/home/oracle/OraHome1/jdk/include-old/linux/jmath_md.h
/home/oracle/OraHome1/jdk/include-old/linux/hpi_md.h
/home/oracle/OraHome1/jdk/include-old/linux/jvm_md.h
/home/oracle/OraHome1/jdk/include-old/linux/typedefs_md.h
/home/oracle/OraHome1/jdk/include-old/linux/sysmacros_md.h
/home/oracle/OraHome1/jdk/include-old/linux/jawt_md.h
/home/oracle/OraHome1/jdk/include-old/linux/byteorder_md.h
/home/oracle/OraHome1/jdk/include-old/linux/timeval_md.h
/home/oracle/OraHome1/jdk/include-old/linux/gc_md.h
/home/oracle/OraHome1/jdk/include-old/tree.h
/home/oracle/OraHome1/jdk/include-old/gc.h
/home/oracle/OraHome1/jdk/include-old/common_exceptions.h
/home/oracle/OraHome1/jdk/include-old/hpi.h
/home/oracle/OraHome1/jdk/include-old/jawt.h
/home/oracle/OraHome1/jdk/include-old/vmprofiler.h
/home/oracle/OraHome1/jdk/include-old/dll.h
/home/oracle/OraHome1/jdk/include-old/jmath.h
/home/oracle/OraHome1/jdk/include-old/reflect.h
/home/oracle/OraHome1/jdk/include-old/alloc_cache.h
/home/oracle/OraHome1/jdk/include-old/native.h
/home/oracle/OraHome1/jdk/include-old/sys_api.h
/home/oracle/OraHome1/jdk/include-old/debug.h
/home/oracle/OraHome1/jdk/include-old/threads.h
/home/oracle/OraHome1/jdk/include-old/jit.h
/home/oracle/OraHome1/jdk/include-old/path.h
/home/oracle/OraHome1/jdk/include-old/oobj.h
/home/oracle/OraHome1/jdk/include-old/monitor.h
/home/oracle/OraHome1/jdk/include-old/breakpoints.h
/home/oracle/OraHome1/jdk/include-old/exceptions.h
/home/oracle/OraHome1/jdk/include-old/byteorder.h
/home/oracle/OraHome1/jdk/include-old/utf.h
/home/oracle/OraHome1/jdk/include-old/jvm.h
/home/oracle/OraHome1/jdk/include-old/opcodes.h
/home/oracle/OraHome1/jdk/include-old/oldnmi.h
/home/oracle/OraHome1/jdk/include-old/java_lang_String.h
/home/oracle/OraHome1/jdk/include-old/wrap.h
/home/oracle/OraHome1/jdk/include-old/java_lang_ThreadGroup.h
/home/oracle/OraHome1/jdk/include-old/java_lang_ClassLoader.h
/home/oracle/OraHome1/jdk/include-old/javaString.h
/home/oracle/OraHome1/jdk/include-old/java_lang_Thread.h
/home/oracle/OraHome1/jdk/include-old/bool.h
/home/oracle/OraHome1/jdk/include-old/typedefs.h
/home/oracle/OraHome1/jdk/include-old/util.h
/home/oracle/OraHome1/jdk/include-old/jvmpi.h
/home/oracle/OraHome1/jdk/include-old/bag.h
/home/oracle/OraHome1/jdk/include-old/log.h
/home/oracle/OraHome1/jdk/include-old/interpreter.h
/home/oracle/OraHome1/jdk/include-old/jvmdi.h
/home/oracle/OraHome1/jdk/include-old/monitor_cache.h
/home/oracle/OraHome1/jdk/include-old/StubPreamble.h
/home/oracle/OraHome1/jdk/include-old/signature.h
/home/oracle/OraHome1/jdk/include-old/typecodes.h
/home/oracle/OraHome1/javavm/jahome/jtc.h
/home/oracle/OraHome1/ord/img/demo/rpix.h

        ---------------  END  ----------------------
 [2004-07-06 09:31 UTC] tony2001@php.net
Could you please try the same at a clean machine?
Just to install Oracle Client & build PHP with OCI8 support.

 [2004-07-14 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2004-07-15 09:41 UTC] post_ravi at yahoo dot com
Hi, 
 
 Sorry there was a delay in getting a new machine with 
 same setup at my site.

 Infact in the clean and new machine with same configuration as specified earlier, i have appalied the patch 9204 (from oracle/metalink) for Linux ES.

 But after installation also i ended up with the same error while using the command (make) after configuring php.

 Please let me know whether do you expect any logs from my side.
 [2004-07-15 10:07 UTC] tony2001@php.net
Have you tried it with 4.3.6 only or this happens with all versions of PHP?
Please, try this:
make > make.log 2>&1
and give me a link to this file.
 [2004-07-16 11:42 UTC] post_ravi at yahoo dot com
Hi

 Even in php-4.3.6 make gives the same error.
 While using configure saw these lines

 -------------------- START ----------------------
  checking for Oracle-OCI8 support... yes
  checking Oracle Install-Dir... /home/oracle/OraHome1
  checking Oracle version... 9.0
  checking for OCIEnvNlsCreate in -lclntsh... yes
  checking for OCINlsCharSetNameToId in -lclntsh... yes
  checking for OCILobIsTemporary in -lclntsh... yes
  ------------------- END ------------------------

 Anyway please find some of the requested info attached 
 
 ----- 1. Configure command used (START) ---------------
 [root]# ./configure  \
           --prefix=/usr/local/apache/php \
           --with-config-file-path=/usr/local/apache/php \
           --with-zlib \
           --with-gettext \
           --with-oci8=$ORACLE_HOME 
           --enable-sigchild 

 ----- 1. Configure command used (END) -----------------
 
 ----- 2. Contents of make.log (START) ---------------
  gcc  -Iext/oci8/ -I/opt/php-4.3.6/ext/oci8/ -DPHP_ATOM_INC -I/opt/php-4.3.6/include -I/opt/php-4.3.6/main -I/opt/php-4.3.6 -I/opt/php-4.3.6/Zend -I/home/oracle/OraHome1/rdbms/demo -I/opt/php-4.3.6/ext/xml/expat  -I/opt/php-4.3.6/TSRM  -g -O2  -c /opt/php-4.3.6/ext/oci8/oci8.c -o ext/oci8/oci8.o  && echo > ext/oci8/oci8.lo
In file included from /opt/php-4.3.6/ext/oci8/oci8.c:69:
/opt/php-4.3.6/ext/oci8/php_oci8.h:52:17: oci.h: No such file or directory
In file included from /opt/php-4.3.6/ext/oci8/oci8.c:69:
/opt/php-4.3.6/ext/oci8/php_oci8.h:59: syntax error before "OCIServer"
/opt/php-4.3.6/ext/oci8/php_oci8.h:59: warning: no semicolon at end of struct or union
/opt/php-4.3.6/ext/oci8/php_oci8.h:63: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:71: syntax error before "oci_server"
/opt/php-4.3.6/ext/oci8/php_oci8.h:71: warning: no semicolon at end of struct or union
/opt/php-4.3.6/ext/oci8/php_oci8.h:72: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:73: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:73: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:74: syntax error before "charsetId"
/opt/php-4.3.6/ext/oci8/php_oci8.h:74: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:75: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:80: syntax error before "oci_session"
/opt/php-4.3.6/ext/oci8/php_oci8.h:80: warning: no semicolon at end of struct or union
/opt/php-4.3.6/ext/oci8/php_oci8.h:81: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:82: syntax error before "error"
/opt/php-4.3.6/ext/oci8/php_oci8.h:82: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:83: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:83: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:85: syntax error before '}' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:85: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:89: syntax error before "oci_connection"
/opt/php-4.3.6/ext/oci8/php_oci8.h:89: warning: no semicolon at end of struct or union
/opt/php-4.3.6/ext/oci8/php_oci8.h:90: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:91: syntax error before "type"
/opt/php-4.3.6/ext/oci8/php_oci8.h:91: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:92: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:96: syntax error before "oci_connection"
/opt/php-4.3.6/ext/oci8/php_oci8.h:96: warning: no semicolon at end of struct or union
/opt/php-4.3.6/ext/oci8/php_oci8.h:97: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:98: syntax error before "coll_typecode"
/opt/php-4.3.6/ext/oci8/php_oci8.h:98: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:99: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:99: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:100: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:100: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:101: syntax error before "element_typecode"
/opt/php-4.3.6/ext/oci8/php_oci8.h:101: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:102: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:102: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:103: syntax error before '}' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:103: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:107: syntax error before "text"
/opt/php-4.3.6/ext/oci8/php_oci8.h:107: warning: no semicolon at end of struct or union
/opt/php-4.3.6/ext/oci8/php_oci8.h:108: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:109: syntax error before "type"
/opt/php-4.3.6/ext/oci8/php_oci8.h:109: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:110: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:114: syntax error before "oci_connection"
/opt/php-4.3.6/ext/oci8/php_oci8.h:114: warning: no semicolon at end of struct or union
/opt/php-4.3.6/ext/oci8/php_oci8.h:115: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:116: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:116: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:117: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:117: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:125: syntax error before "stmttype"
/opt/php-4.3.6/ext/oci8/php_oci8.h:125: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:126: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:129: syntax error before "OCIBind"
/opt/php-4.3.6/ext/oci8/php_oci8.h:129: warning: no semicolon at end of struct or union
/opt/php-4.3.6/ext/oci8/php_oci8.h:130: `zval' redeclared as different kind of symbol
/opt/php-4.3.6/Zend/zend.h:241: previous declaration of `zval'
/opt/php-4.3.6/ext/oci8/php_oci8.h:131: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:131: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:132: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:132: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:133: syntax error before "indicator"
/opt/php-4.3.6/ext/oci8/php_oci8.h:133: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:134: syntax error before "retcode"
/opt/php-4.3.6/ext/oci8/php_oci8.h:134: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:135: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:138: syntax error before "oci_statement"
/opt/php-4.3.6/ext/oci8/php_oci8.h:138: warning: no semicolon at end of struct or union
/opt/php-4.3.6/ext/oci8/php_oci8.h:139: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:141: syntax error before "name_len"
/opt/php-4.3.6/ext/oci8/php_oci8.h:141: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:142: syntax error before "data_type"
/opt/php-4.3.6/ext/oci8/php_oci8.h:142: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:143: syntax error before "data_size"
/opt/php-4.3.6/ext/oci8/php_oci8.h:143: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:144: syntax error before "storage_size4"
/opt/php-4.3.6/ext/oci8/php_oci8.h:144: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:145: syntax error before "indicator"
/opt/php-4.3.6/ext/oci8/php_oci8.h:145: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:146: syntax error before "retcode"
/opt/php-4.3.6/ext/oci8/php_oci8.h:146: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:147: syntax error before "retlen"
/opt/php-4.3.6/ext/oci8/php_oci8.h:147: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:148: syntax error before "retlen4"
/opt/php-4.3.6/ext/oci8/php_oci8.h:148: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:149: syntax error before "is_descr"
/opt/php-4.3.6/ext/oci8/php_oci8.h:149: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:150: syntax error before "is_cursor"
/opt/php-4.3.6/ext/oci8/php_oci8.h:150: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:151: conflicting types for `descr'
/opt/php-4.3.6/ext/oci8/php_oci8.h:131: previous declaration of `descr'
/opt/php-4.3.6/ext/oci8/php_oci8.h:152: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:152: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:155: conflicting types for `data'
/opt/php-4.3.6/main/php.h:255: previous declaration of `data'
/opt/php-4.3.6/ext/oci8/php_oci8.h:156: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:156: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:158: syntax error before "cb_retlen"
/opt/php-4.3.6/ext/oci8/php_oci8.h:158: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:159: syntax error before "scale"
/opt/php-4.3.6/ext/oci8/php_oci8.h:159: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:160: syntax error before "precision"
/opt/php-4.3.6/ext/oci8/php_oci8.h:160: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:161: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:164: syntax error before "sword"
/opt/php-4.3.6/ext/oci8/php_oci8.h:164: warning: no semicolon at end of struct or union
/opt/php-4.3.6/ext/oci8/php_oci8.h:165: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:188: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:188: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:191: syntax error before '}' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:191: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:139: syntax error before "oci_globals"
/opt/php-4.3.6/ext/oci8/oci8.c:139: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:158: syntax error before "oci_handle_error"
/opt/php-4.3.6/ext/oci8/oci8.c:158: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:158: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:159: syntax error before "oci_error"
/opt/php-4.3.6/ext/oci8/oci8.c:159: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:159: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:160: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:163: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:177: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:177: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:177: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:178: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:178: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:178: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:179: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:179: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:182: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:182: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:184: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:184: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:184: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:186: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:187: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:187: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:187: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:188: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:189: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:190: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:191: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:193: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:195: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:195: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:196: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:198: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:198: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:198: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:199: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:201: syntax error before "oci_bind_in_callback"
/opt/php-4.3.6/ext/oci8/oci8.c:201: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:201: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:202: syntax error before "oci_bind_out_callback"
/opt/php-4.3.6/ext/oci8/oci8.c:202: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:202: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:211: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:212: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:213: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:214: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:215: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:216: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:217: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:218: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:219: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:220: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:221: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:222: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:223: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:224: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:225: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:226: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:227: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:228: syntax error before "zval"%0
 [2004-07-16 11:43 UTC] post_ravi at yahoo dot com
Hi

 Even in php-4.3.6 make gives the same error.
 While using configure saw these lines

 -------------------- START ----------------------
  checking for Oracle-OCI8 support... yes
  checking Oracle Install-Dir... /home/oracle/OraHome1
  checking Oracle version... 9.0
  checking for OCIEnvNlsCreate in -lclntsh... yes
  checking for OCINlsCharSetNameToId in -lclntsh... yes
  checking for OCILobIsTemporary in -lclntsh... yes
  ------------------- END ------------------------

 Anyway please find some of the requested info attached 
 
 ----- 1. Configure command used (START) ---------------
 [root]# ./configure  \
           --prefix=/usr/local/apache/php \
           --with-config-file-path=/usr/local/apache/php \
           --with-zlib \
           --with-gettext \
           --with-oci8=$ORACLE_HOME 
           --enable-sigchild 

 ----- 1. Configure command used (END) -----------------
 
 ----- 2. Contents of make.log (START) ---------------
  gcc  -Iext/oci8/ -I/opt/php-4.3.6/ext/oci8/ -DPHP_ATOM_INC -I/opt/php-4.3.6/include -I/opt/php-4.3.6/main -I/opt/php-4.3.6 -I/opt/php-4.3.6/Zend -I/home/oracle/OraHome1/rdbms/demo -I/opt/php-4.3.6/ext/xml/expat  -I/opt/php-4.3.6/TSRM  -g -O2  -c /opt/php-4.3.6/ext/oci8/oci8.c -o ext/oci8/oci8.o  && echo > ext/oci8/oci8.lo
In file included from /opt/php-4.3.6/ext/oci8/oci8.c:69:
/opt/php-4.3.6/ext/oci8/php_oci8.h:52:17: oci.h: No such file or directory
In file included from /opt/php-4.3.6/ext/oci8/oci8.c:69:
/opt/php-4.3.6/ext/oci8/php_oci8.h:59: syntax error before "OCIServer"
/opt/php-4.3.6/ext/oci8/php_oci8.h:59: warning: no semicolon at end of struct or union
/opt/php-4.3.6/ext/oci8/php_oci8.h:63: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:71: syntax error before "oci_server"
/opt/php-4.3.6/ext/oci8/php_oci8.h:71: warning: no semicolon at end of struct or union
/opt/php-4.3.6/ext/oci8/php_oci8.h:72: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:73: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:73: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:74: syntax error before "charsetId"
/opt/php-4.3.6/ext/oci8/php_oci8.h:74: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:75: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:80: syntax error before "oci_session"
/opt/php-4.3.6/ext/oci8/php_oci8.h:80: warning: no semicolon at end of struct or union
/opt/php-4.3.6/ext/oci8/php_oci8.h:81: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:82: syntax error before "error"
/opt/php-4.3.6/ext/oci8/php_oci8.h:82: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:83: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:83: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:85: syntax error before '}' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:85: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:89: syntax error before "oci_connection"
/opt/php-4.3.6/ext/oci8/php_oci8.h:89: warning: no semicolon at end of struct or union
/opt/php-4.3.6/ext/oci8/php_oci8.h:90: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:91: syntax error before "type"
/opt/php-4.3.6/ext/oci8/php_oci8.h:91: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:92: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:96: syntax error before "oci_connection"
/opt/php-4.3.6/ext/oci8/php_oci8.h:96: warning: no semicolon at end of struct or union
/opt/php-4.3.6/ext/oci8/php_oci8.h:97: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:98: syntax error before "coll_typecode"
/opt/php-4.3.6/ext/oci8/php_oci8.h:98: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:99: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:99: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:100: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:100: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:101: syntax error before "element_typecode"
/opt/php-4.3.6/ext/oci8/php_oci8.h:101: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:102: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:102: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:103: syntax error before '}' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:103: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:107: syntax error before "text"
/opt/php-4.3.6/ext/oci8/php_oci8.h:107: warning: no semicolon at end of struct or union
/opt/php-4.3.6/ext/oci8/php_oci8.h:108: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:109: syntax error before "type"
/opt/php-4.3.6/ext/oci8/php_oci8.h:109: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:110: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:114: syntax error before "oci_connection"
/opt/php-4.3.6/ext/oci8/php_oci8.h:114: warning: no semicolon at end of struct or union
/opt/php-4.3.6/ext/oci8/php_oci8.h:115: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:116: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:116: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:117: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:117: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:125: syntax error before "stmttype"
/opt/php-4.3.6/ext/oci8/php_oci8.h:125: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:126: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:129: syntax error before "OCIBind"
/opt/php-4.3.6/ext/oci8/php_oci8.h:129: warning: no semicolon at end of struct or union
/opt/php-4.3.6/ext/oci8/php_oci8.h:130: `zval' redeclared as different kind of symbol
/opt/php-4.3.6/Zend/zend.h:241: previous declaration of `zval'
/opt/php-4.3.6/ext/oci8/php_oci8.h:131: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:131: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:132: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:132: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:133: syntax error before "indicator"
/opt/php-4.3.6/ext/oci8/php_oci8.h:133: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:134: syntax error before "retcode"
/opt/php-4.3.6/ext/oci8/php_oci8.h:134: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:135: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:138: syntax error before "oci_statement"
/opt/php-4.3.6/ext/oci8/php_oci8.h:138: warning: no semicolon at end of struct or union
/opt/php-4.3.6/ext/oci8/php_oci8.h:139: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:141: syntax error before "name_len"
/opt/php-4.3.6/ext/oci8/php_oci8.h:141: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:142: syntax error before "data_type"
/opt/php-4.3.6/ext/oci8/php_oci8.h:142: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:143: syntax error before "data_size"
/opt/php-4.3.6/ext/oci8/php_oci8.h:143: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:144: syntax error before "storage_size4"
/opt/php-4.3.6/ext/oci8/php_oci8.h:144: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:145: syntax error before "indicator"
/opt/php-4.3.6/ext/oci8/php_oci8.h:145: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:146: syntax error before "retcode"
/opt/php-4.3.6/ext/oci8/php_oci8.h:146: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:147: syntax error before "retlen"
/opt/php-4.3.6/ext/oci8/php_oci8.h:147: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:148: syntax error before "retlen4"
/opt/php-4.3.6/ext/oci8/php_oci8.h:148: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:149: syntax error before "is_descr"
/opt/php-4.3.6/ext/oci8/php_oci8.h:149: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:150: syntax error before "is_cursor"
/opt/php-4.3.6/ext/oci8/php_oci8.h:150: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:151: conflicting types for `descr'
/opt/php-4.3.6/ext/oci8/php_oci8.h:131: previous declaration of `descr'
/opt/php-4.3.6/ext/oci8/php_oci8.h:152: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:152: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:155: conflicting types for `data'
/opt/php-4.3.6/main/php.h:255: previous declaration of `data'
/opt/php-4.3.6/ext/oci8/php_oci8.h:156: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:156: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:158: syntax error before "cb_retlen"
/opt/php-4.3.6/ext/oci8/php_oci8.h:158: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:159: syntax error before "scale"
/opt/php-4.3.6/ext/oci8/php_oci8.h:159: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:160: syntax error before "precision"
/opt/php-4.3.6/ext/oci8/php_oci8.h:160: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:161: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:164: syntax error before "sword"
/opt/php-4.3.6/ext/oci8/php_oci8.h:164: warning: no semicolon at end of struct or union
/opt/php-4.3.6/ext/oci8/php_oci8.h:165: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:188: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:188: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/php_oci8.h:191: syntax error before '}' token
/opt/php-4.3.6/ext/oci8/php_oci8.h:191: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:139: syntax error before "oci_globals"
/opt/php-4.3.6/ext/oci8/oci8.c:139: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:158: syntax error before "oci_handle_error"
/opt/php-4.3.6/ext/oci8/oci8.c:158: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:158: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:159: syntax error before "oci_error"
/opt/php-4.3.6/ext/oci8/oci8.c:159: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:159: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:160: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:163: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:177: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:177: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:177: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:178: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:178: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:178: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:179: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:179: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:182: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:182: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:184: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:184: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:184: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:186: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:187: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:187: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:187: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:188: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:189: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:190: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:191: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:193: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:195: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:195: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:196: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:198: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:198: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:198: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:199: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:201: syntax error before "oci_bind_in_callback"
/opt/php-4.3.6/ext/oci8/oci8.c:201: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:201: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:202: syntax error before "oci_bind_out_callback"
/opt/php-4.3.6/ext/oci8/oci8.c:202: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:202: warning: data definition has no type or storage class
/opt/php-4.3.6/ext/oci8/oci8.c:211: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:212: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:213: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:214: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:215: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:216: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:217: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:218: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:219: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:220: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:221: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:222: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:223: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:224: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:225: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:226: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:227: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:228: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:229: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:230: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:231: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:232: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:233: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:234: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:235: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:236: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:237: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:238: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:239: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:240: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:241: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:242: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:243: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:244: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:245: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:246: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:247: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:248: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:250: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:251: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:254: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:255: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:256: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:257: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:258: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:259: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:260: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:261: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:262: syntax error before "zval"
/opt/php-4.3.6/ext/oci8/oci8.c:436: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `php_oci_init_globals':
/opt/php-4.3.6/ext/oci8/oci8.c:438: request for member `shutdown' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:439: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:441: request for member `user' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:442: request for member `user' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:444: request for member `server' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:445: request for member `server' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:451: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:451: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:451: request for member `pEnv' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:451: `OCI_DEFAULT' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:451: (Each undeclared identifier is reported only once
/opt/php-4.3.6/ext/oci8/oci8.c:451: for each function it appears in.)
/opt/php-4.3.6/ext/oci8/oci8.c:451: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:458: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:458: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:458: request for member `pEnv' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:458: `dvoid' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:458: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:458: request for member `pError' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:458: `OCI_HTYPE_ERROR' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:458: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c: In function `zm_startup_oci':
/opt/php-4.3.6/ext/oci8/oci8.c:489: `OCI_DEFAULT' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:489: `OCI_OBJECT' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:519: `OCI_DESCRIBE_ONLY' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:520: `OCI_COMMIT_ON_SUCCESS' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:521: `OCI_EXACT_FETCH' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:526: `SQLT_CLOB' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:527: `SQLT_BLOB' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:528: `SQLT_RDD' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:531: `SQLT_NTY' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:540: `SQLT_RSET' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:541: `SQLT_BIN' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:555: `OCI_DTYPE_FILE' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:556: `OCI_DTYPE_LOB' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:557: `OCI_DTYPE_ROWID' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c: In function `zm_activate_oci':
/opt/php-4.3.6/ext/oci8/oci8.c:576: request for member `debug_mode' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:584: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `_session_pcleanup':
/opt/php-4.3.6/ext/oci8/oci8.c:586: `session' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:591: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `zm_shutdown_oci':
/opt/php-4.3.6/ext/oci8/oci8.c:600: request for member `shutdown' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:604: request for member `user' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:605: request for member `server' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:607: request for member `user' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:608: request for member `server' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:610: request for member `user' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:611: request for member `server' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:615: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:615: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:615: `dvoid' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:615: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:615: request for member `pEnv' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:615: `OCI_HTYPE_ENV' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:615: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c: In function `_oci_define_hash_dtor':
/opt/php-4.3.6/ext/oci8/oci8.c:660: invalid operands to binary *
/opt/php-4.3.6/ext/oci8/oci8.c:660: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:662: request for member `name' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:664: request for member `zval' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:666: request for member `name' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:667: request for member `name' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:668: request for member `name' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c: In function `_oci_bind_hash_dtor':
/opt/php-4.3.6/ext/oci8/oci8.c:678: `bind' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:678: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `_oci_bind_pre_exec':
/opt/php-4.3.6/ext/oci8/oci8.c:691: `bind' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:691: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `_oci_bind_post_exec':
/opt/php-4.3.6/ext/oci8/oci8.c:706: `bind' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:706: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:709: `val' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c: In function `_oci_column_hash_dtor':
/opt/php-4.3.6/ext/oci8/oci8.c:730: `column' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:730: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `_oci_stmt_list_dtor':
/opt/php-4.3.6/ext/oci8/oci8.c:760: `statement' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:760: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:766: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:766: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:766: `OCI_HTYPE_STMT' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:766: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:774: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:774: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:774: `OCI_HTYPE_ERROR' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:774: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:809: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `_oci_conn_list_dtor':
/opt/php-4.3.6/ext/oci8/oci8.c:815: `connection' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:824: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:824: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:824: `ub4' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:824: syntax error before numeric constant
/opt/php-4.3.6/ext/oci8/oci8.c:824: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:836: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:836: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:836: `dvoid' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:836: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:836: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:848: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:848: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:848: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:848: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c: In function `php_oci_free_conn_list':
/opt/php-4.3.6/ext/oci8/oci8.c:862: `conn' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:862: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `_oci_coll_list_dtor':
/opt/php-4.3.6/ext/oci8/oci8.c:875: invalid operands to binary *
/opt/php-4.3.6/ext/oci8/oci8.c:875: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:876: request for member `id' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:878: request for member `conn' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:883: request for member `id' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c: In function `_oci_descriptor_list_dtor':
/opt/php-4.3.6/ext/oci8/oci8.c:896: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:897: invalid type argument of `->'
/opt/php-4.3.6/ext/oci8/oci8.c:899: invalid type argument of `->'
/opt/php-4.3.6/ext/oci8/oci8.c:903: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:903: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:903: invalid type argument of `->'
/opt/php-4.3.6/ext/oci8/oci8.c:903: invalid type argument of `unary *'
/opt/php-4.3.6/ext/oci8/oci8.c:903: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:905: invalid type argument of `->'
/opt/php-4.3.6/ext/oci8/oci8.c:907: warning: passing arg 1 of `_efree' makes pointer from integer without a cast
/opt/php-4.3.6/ext/oci8/oci8.c: In function `_oci_server_list_dtor':
/opt/php-4.3.6/ext/oci8/oci8.c:917: invalid operands to binary *
/opt/php-4.3.6/ext/oci8/oci8.c:917: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `_oci_session_list_dtor':
/opt/php-4.3.6/ext/oci8/oci8.c:931: `session' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:931: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:943: syntax error before "oci_handle_error"
/opt/php-4.3.6/ext/oci8/oci8.c:943: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `oci_handle_error':
/opt/php-4.3.6/ext/oci8/oci8.c:945: `errcode' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:955: `connection' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:968: syntax error before "oci_error"
/opt/php-4.3.6/ext/oci8/oci8.c:968: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `oci_error':
/opt/php-4.3.6/ext/oci8/oci8.c:970: `text' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:970: syntax error before "errbuf"
/opt/php-4.3.6/ext/oci8/oci8.c:971: `sb4' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:974: `status' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:975: `OCI_SUCCESS' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:977: `OCI_SUCCESS_WITH_INFO' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:985: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:985: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:985: `err_p' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:985: `ub4' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:985: syntax error before numeric constant
/opt/php-4.3.6/ext/oci8/oci8.c:985: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:987: `what' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:987: `errbuf' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:989: `OCI_NEED_DATA' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:992: `OCI_NO_DATA' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:995: `OCI_ERROR' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1003: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1003: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1003: syntax error before numeric constant
/opt/php-4.3.6/ext/oci8/oci8.c:1003: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1008: `OCI_INVALID_HANDLE' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1011: `OCI_STILL_EXECUTING' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1014: `OCI_CONTINUE' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1020: `errcode' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:1026: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `oci_ping':
/opt/php-4.3.6/ext/oci8/oci8.c:1036: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1036: request for member `error' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1036: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1036: request for member `error' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1036: structure has no member named `pServer'
/opt/php-4.3.6/ext/oci8/oci8.c:1036: request for member `pError' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1036: `text' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1036: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1036: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1038: request for member `error' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1038: `OCI_SUCCESS' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1042: request for member `pError' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1042: request for member `error' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c: In function `oci_debug':
/opt/php-4.3.6/ext/oci8/oci8.c:1057: request for member `debug_mode' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:1072: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:1072: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `oci_get_conn':
/opt/php-4.3.6/ext/oci8/oci8.c:1074: `connection' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1076: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1081: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:1088: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:1088: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `oci_get_stmt':
/opt/php-4.3.6/ext/oci8/oci8.c:1090: `statement' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1092: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1097: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:1104: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `oci_get_desc':
/opt/php-4.3.6/ext/oci8/oci8.c:1106: `descriptor' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1109: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1114: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:1121: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:1122: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `oci_get_col':
/opt/php-4.3.6/ext/oci8/oci8.c:1124: `outcol' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1128: `statement' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1132: `value' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1144: `orig_ptr' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1144: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1147: `col' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:1161: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:1162: syntax error before "oci_connection"
/opt/php-4.3.6/ext/oci8/oci8.c: In function `oci_new_desc':
/opt/php-4.3.6/ext/oci8/oci8.c:1167: warning: assignment makes integer from pointer without a cast
/opt/php-4.3.6/ext/oci8/oci8.c:1169: invalid type argument of `unary *'
/opt/php-4.3.6/ext/oci8/oci8.c:1171: invalid type argument of `unary *'
/opt/php-4.3.6/ext/oci8/oci8.c:1172: `OCI_DTYPE_FILE' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1173: `OCI_DTYPE_LOB' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1174: `OCI_DTYPE_ROWID' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1178: invalid type argument of `unary *'
/opt/php-4.3.6/ext/oci8/oci8.c:1187: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1187: request for member `error' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1187: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1187: request for member `error' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1187: `connection' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1187: `dvoid' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1187: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1187: invalid type argument of `->'
/opt/php-4.3.6/ext/oci8/oci8.c:1187: invalid type argument of `unary *'
/opt/php-4.3.6/ext/oci8/oci8.c:1187: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1187: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1189: request for member `error' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1190: `ub4' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1190: syntax error before "error"
/opt/php-4.3.6/ext/oci8/oci8.c:1191: request for member `pError' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1191: request for member `error' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1196: invalid type argument of `->'
/opt/php-4.3.6/ext/oci8/oci8.c:1196: warning: passing arg 1 of `zend_list_insert' makes pointer from integer without a cast
/opt/php-4.3.6/ext/oci8/oci8.c:1197: invalid type argument of `->'
/opt/php-4.3.6/ext/oci8/oci8.c:1200: invalid type argument of `->'
/opt/php-4.3.6/ext/oci8/oci8.c:1202: warning: return makes pointer from integer without a cast
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:1210: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `_oci_get_ocicoll':
/opt/php-4.3.6/ext/oci8/oci8.c:1212: invalid operands to binary *
/opt/php-4.3.6/ext/oci8/oci8.c:1214: `id' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1218: `collection' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1218: invalid type argument of `unary *'
/opt/php-4.3.6/ext/oci8/oci8.c:1223: invalid type argument of `unary *'
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:1234: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `_oci_get_ocidesc':
/opt/php-4.3.6/ext/oci8/oci8.c:1236: `desc' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1238: `id' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1243: `descriptor' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:1255: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `_oci_make_zval':
/opt/php-4.3.6/ext/oci8/oci8.c:1258: `ub4' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1258: syntax error before "loblen"
/opt/php-4.3.6/ext/oci8/oci8.c:1262: `column' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1267: `statement' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1268: `value' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1276: `SQLT_RDD' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1276: `mode' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1279: warning: assignment makes integer from pointer without a cast
/opt/php-4.3.6/ext/oci8/oci8.c:1285: `loblen' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:1323: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `oci_setprefetch':
/opt/php-4.3.6/ext/oci8/oci8.c:1325: `ub4' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1325: syntax error before "prefetch"
/opt/php-4.3.6/ext/oci8/oci8.c:1326: `sword' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1329: `prefetch' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1329: `size' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1337: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1337: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1337: `statement' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1337: `OCI_HTYPE_STMT' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1337: `OCI_ATTR_PREFETCH_MEMORY' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1337: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1352: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1352: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1352: `OCI_ATTR_PREFETCH_ROWS' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1352: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:1365: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:1365: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `oci_parse':
/opt/php-4.3.6/ext/oci8/oci8.c:1367: `statement' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1368: `sword' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1368: syntax error before "error"
/opt/php-4.3.6/ext/oci8/oci8.c:1378: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1378: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1378: `connection' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1378: `dvoid' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1378: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1378: `OCI_HTYPE_STMT' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1378: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1385: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1385: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1385: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1385: `OCI_HTYPE_ERROR' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1385: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1387: `len' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1394: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1394: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1394: `text' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1394: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1394: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1400: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1400: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1400: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1404: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1404: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1404: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1412: `query' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:1435: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `oci_execute':
/opt/php-4.3.6/ext/oci8/oci8.c:1437: `outcol' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1438: syntax error before "column"
/opt/php-4.3.6/ext/oci8/oci8.c:1439: `OCIParam' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1439: `param' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1440: `text' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1440: `colname' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1441: `ub4' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1441: syntax error before "counter"
/opt/php-4.3.6/ext/oci8/oci8.c:1442: `ub2' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1447: `dvoid' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1447: `buf' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1449: `sword' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1449: syntax error before "error"
/opt/php-4.3.6/ext/oci8/oci8.c:1452: `statement' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1459: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1459: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1459: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1459: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1469: `OCI_STMT_SELECT' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1470: `iters' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1491: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1491: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1491: `mode' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1491: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1505: `OCI_COMMIT_ON_SUCCESS' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1519: `counter' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1527: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1527: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1527: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1527: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1535: `colcount' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1538: `column' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1554: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1554: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1554: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1554: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1568: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1568: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1568: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1568: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1582: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1582: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1582: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1582: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1599: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1599: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1599: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1599: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1613: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1613: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1613: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1613: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1627: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1627: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1627: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1627: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1644: `SQLT_RSET' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1648: `define_type' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1652: `dynamic' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1652: `OCI_DEFAULT' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1656: `SQLT_RDD' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1657: `SQLT_BLOB' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1658: `SQLT_CLOB' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1659: `SQLT_BFILE' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1666: `OCI_DTYPE_FILE' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1668: `OCI_DTYPE_ROWID' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1670: `OCI_DTYPE_LOB' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1673: warning: assignment makes integer from pointer without a cast
/opt/php-4.3.6/ext/oci8/oci8.c:1674: invalid type argument of `->'
/opt/php-4.3.6/ext/oci8/oci8.c:1675: invalid type argument of `->'
/opt/php-4.3.6/ext/oci8/oci8.c:1678: `SQLT_LNG' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1679: `SQLT_LBI' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1681: `SQLT_BIN' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1683: `SQLT_CHR' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1687: `OCI_DYNAMIC_FETCH' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1693: `SQLT_DAT' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1693: `SQLT_NUM' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1709: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1725: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1725: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1725: `OCIDefine' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1725: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1725: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1725: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1725: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1725: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1725: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1740: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1740: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1740: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1740: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1740: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c: In function `_oci_column_pre_fetch':
/opt/php-4.3.6/ext/oci8/oci8.c:1760: `col' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1760: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:1771: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `oci_fetch':
/opt/php-4.3.6/ext/oci8/oci8.c:1774: `column' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1776: `statement' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1786: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1786: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1786: `nrows' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1786: `OCI_FETCH_NEXT' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1786: `OCI_DEFAULT' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1786: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1788: `OCI_NO_DATA' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1806: `OCI_NEED_DATA' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1811: `text' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1811: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1826: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1826: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1826: `OCI_HTYPE_DEFINE' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1826: `OCI_NEXT_PIECE' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1826: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1835: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1835: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1835: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1845: `OCI_SUCCESS_WITH_INFO' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1845: `OCI_SUCCESS' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1866: `func' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:1880: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `oci_loadlob':
/opt/php-4.3.6/ext/oci8/oci8.c:1882: `ub4' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1882: syntax error before "siz"
/opt/php-4.3.6/ext/oci8/oci8.c:1887: `loblen' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1889: `mydescr' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1889: `OCI_DTYPE_FILE' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1894: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1894: `connection' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1894: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1894: `OCI_FILE_READONLY' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1894: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1907: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1907: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1907: `readlen' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1907: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1929: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1929: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1929: `siz' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1929: `dvoid' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1929: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1929: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:1929: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1934: `OCI_NEED_DATA' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:1953: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1953: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1953: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:1966: `buffer' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:2053: syntax error before "oci_bind_in_callback"
/opt/php-4.3.6/ext/oci8/oci8.c:2053: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `oci_bind_in_callback':
/opt/php-4.3.6/ext/oci8/oci8.c:2062: `phpbind' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2063: `val' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2066: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:2068: `OCI_ERROR' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2074: `bufpp' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2075: `alenp' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2076: `indpp' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2076: `dvoid' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2076: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:2083: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:2088: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:2093: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:2096: `piecep' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2096: `OCI_ONE_PIECE' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2098: `OCI_CONTINUE' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:2105: syntax error before "oci_bind_out_callback"
/opt/php-4.3.6/ext/oci8/oci8.c:2105: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `oci_bind_out_callback':
/opt/php-4.3.6/ext/oci8/oci8.c:2115: `phpbind' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2116: `val' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2117: `sb4' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2117: syntax error before "retval"
/opt/php-4.3.6/ext/oci8/oci8.c:2120: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:2122: `retval' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2126: `OCI_CONTINUE' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2135: `alenpp' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2135: `ub4' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2135: syntax error before ')' token
/opt/php-4.3.6/ext/oci8/oci8.c:2136: `bufpp' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2137: `piecep' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2137: `OCI_ONE_PIECE' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2138: `rcodepp' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2139: `indpp' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c: At top level:
/opt/php-4.3.6/ext/oci8/oci8.c:2153: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c:2153: syntax error before '*' token
/opt/php-4.3.6/ext/oci8/oci8.c: In function `_oci_open_session':
/opt/php-4.3.6/ext/oci8/oci8.c:2155: `session' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2155: `psession' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2156: `OCISvcCtx' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2156: `svchp' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2159: `ub2' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2159: syntax error before "charsetid"
/opt/php-4.3.6/ext/oci8/oci8.c:2173: `charset' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2183: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:2183: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:2183: `charsetid' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2183: `OCI_NLS_CHARSET_ID' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2183: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:2204: `username' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2205: `password' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2206: structure has no member named `dbname'
/opt/php-4.3.6/ext/oci8/oci8.c:2206: structure has no member named `dbname'
/opt/php-4.3.6/ext/oci8/oci8.c:2206: structure has no member named `dbname'
/opt/php-4.3.6/ext/oci8/oci8.c:2206: structure has no member named `dbname'
/opt/php-4.3.6/ext/oci8/oci8.c:2209: `exclusive' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2210: request for member `user' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:2214: `persistent' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2249: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:2249: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:2249: request for member `pEnv' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:2249: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:2267: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:2267: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:2267: `OCI_DEFAULT' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2267: `OCI_OBJECT' undeclared (first use in this function)
/opt/php-4.3.6/ext/oci8/oci8.c:2267: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:2283: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:2283: request for member `error' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:2283: request for member `in_call' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:2283: request for member `error' in something not a structure or union
/opt/php-4.3.6/ext/oci8/oci8.c:2283: `dvoid' undeclared (first use in this functio
 [2004-07-16 11:57 UTC] tony2001@php.net
Pay attention to this line:
In file included from /opt/php-4.3.6/ext/oci8/oci8.c:69:
/opt/php-4.3.6/ext/oci8/php_oci8.h:52:17: oci.h: No such file or directory
Perhaps you forgot to install OCI development package with headers, so PHP fails to find them.
Definitely not a PHP bug -> bogus.
 [2004-07-16 12:21 UTC] post_ravi at yahoo dot com
Hi , 

 In that case, do i need to add oci rpm/package in 
 Linux box.  Is it downloadable from internet.

regards
 [2004-07-16 12:30 UTC] tony2001@php.net
I didn't get what packages do you mean.
OCI headers are installed with OCI libraries in the process of Oracle Client installation. I don't remember how exactly this line is called, perhaps something like "Oracle Call Interface development files". 
Just run Oracle Client installer again and add these files to the existing installation and the headers should appear in $ORACLE_HOME/rdbms/demo/ directory (which you don't have ATM, as I understand).
 [2004-07-16 12:40 UTC] post_ravi at yahoo dot com
Hi 

 Thanks for the HELP and timely info. Let me check ORACLE 
 client installation again.

 regards
 Ravi
 [2004-07-20 07:58 UTC] alex at linux dot org dot pe
I had the same problem. 

The default client install of Oracle 9i not install the "Oracle Call Interfase 9.2.0.1.0". 

You need to select custom install of the client and select "Oracle Call Interfase 9.2.0.1.0". 

You can find the oci.h files

Best Regards,

Alex Celi
 [2004-07-21 14:38 UTC] post_ravi at yahoo dot com
Hi Alex,

 Wow, You made my day. Today i managed to install php after adding those oci libraries in Oracle client installation. Now PHP is installed successfully, im yet to test PHP for ocilogon and other function calls due to urgent schedules today, i will update you tomorrow morning after i test these OCI calls.

Once again thanks, i really appreciate. 

regards
Ravi
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 10:01:31 2024 UTC