From:             dgrimes at scvl dot com
Operating system: IA64 HPUX 11.23
PHP version:      5.2.4
PHP Bug Type:     Compile Failure
Bug description:  Failure On OCI8

Description:
------------
Trying to compile PHP 5.2.4 with Oracle Instant Client 10.2 and I receive
the following error:

In file included from
/dc_user01/dgrimes/cdev/php-5.2.4/ext/oci8/oci8.c:50:
/dc_user01/dgrimes/cdev/php-5.2.4/ext/oci8/php_oci8_int.h:354: error:
expected declaration specifiers or '...' before 'oraub8'
/dc_user01/dgrimes/cdev/php-5.2.4/ext/oci8/php_oci8_int.h:354: error:
expected declaration specifiers or '...' before 'oraub8'
make: *** [ext/oci8/oci8.lo] Error 1


Reproduce code:
---------------
Using GCC 4.2.1
GNU Make 3.81

configure \
  --with-oci8=shared,instantclient,$ORACLE_HOME/instantclient_10_2 \
  --with-zlib-dir=/usr/local \
  --without-sqlite \
  --without-pdo-sqlite \
  --disable-reflection


Expected result:
----------------
A php executable with Oracle support

Actual result:
--------------
Compile failure.

-- 
Edit bug report at http://bugs.php.net/?id=42782&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=42782&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=42782&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=42782&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=42782&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=42782&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=42782&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=42782&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=42782&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=42782&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=42782&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=42782&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=42782&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=42782&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=42782&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=42782&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=42782&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=42782&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=42782&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=42782&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=42782&r=mysqlcfg

Reply via email to