php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46321 Make fails with lots of OCI errors
Submitted: 2008-10-16 22:03 UTC Modified: 2008-10-21 09:30 UTC
From: krish dot v at gmail dot com Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 5.2.6 OS: HP UX 11.11
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: krish dot v at gmail dot com
New email:
PHP Version: OS:

 

 [2008-10-16 22:03 UTC] krish dot v at gmail dot com
Description:
------------
Hi,

I could not complie php5.2.6 with OCI8. Attched is the error messages during make.

/tmp/php/php-5.2.6/ext/oci8/oci8.c:1412: error: 'php_oci_connection' has no member named 'hash_key'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1412: error: 'php_oci_connection' has no member named 'hash_key'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1412: warning: passing argument 1 of 'strlen' from incompatible pointer type
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1412: warning: passing argument 2 of '_zend_hash_add_or_update' from incompatible pointer type
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1413: error: 'zend_oci_globals' has no member named 'num_persistent'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1413: error: lvalue required as increment operand
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1415: error: 'php_oci_connection' has no member named 'rsrc_id'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1416: error: 'php_oci_connection' has no member named 'rsrc_id'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1418: error: 'php_oci_connection' has no member named 'hash_key'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1418: error: 'php_oci_connection' has no member named 'hash_key'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1418: warning: passing argument 1 of 'strlen' from incompatible pointer type
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1418: warning: passing argument 2 of '_zend_hash_add_or_update' from incompatible pointer type
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1419: error: 'zend_oci_globals' has no member named 'num_links'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1419: error: lvalue required as increment operand
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1421: error: 'php_oci_connection' has no member named 'rsrc_id'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1422: error: 'zend_oci_globals' has no member named 'num_links'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1422: error: lvalue required as increment operand
/tmp/php/php-5.2.6/ext/oci8/oci8.c: In function 'php_oci_connection_ping':
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1438: error: 'zend_oci_globals' has no member named 'debug_mode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1438: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1438: error: 'zend_oci_globals' has no member named 'errcode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1438: error: 'php_oci_connection' has no member named 'server'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1438: error: 'zend_oci_globals' has no member named 'err'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1438: error: 'text' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1438: error: expected expression before ')' token
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1438: error: invalid operands to binary * (have 'struct zend_ini_entry *' and 'struct zend_ini_entry *')
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1438: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1441: error: 'zend_oci_globals' has no member named 'errcode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1441: error: 'OCI_SUCCESS' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c: In function 'php_oci_connection_status':
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1455: error: 'ub4' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1455: error: expected ';' before 'ss'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1458: error: 'zend_oci_globals' has no member named 'debug_mode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1458: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1458: error: 'zend_oci_globals' has no member named 'errcode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1458: error: 'dvoid' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1458: error: expected expression before ')' token
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1458: error: invalid operands to binary * (have 'struct zend_ini_entry *' and 'struct zend_ini_entry *')
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1458: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1460: error: 'zend_oci_globals' has no member named 'errcode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1460: error: 'OCI_SUCCESS' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1460: error: 'ss' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1460: error: 'OCI_SERVER_NORMAL' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c: In function 'php_oci_connection_rollback':
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1474: error: 'zend_oci_globals' has no member named 'debug_mode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1474: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1474: error: 'php_oci_connection' has no member named 'errcode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1474: error: 'php_oci_connection' has no member named 'svc'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1474: error: 'php_oci_connection' has no member named 'err'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1474: error: 'ub4' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1474: error: expected ')' before numeric constant
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1474: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1475: error: 'php_oci_connection' has no member named 'needs_commit'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1477: error: 'php_oci_connection' has no member named 'errcode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1477: error: 'OCI_SUCCESS' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1478: error: 'php_oci_connection' has no member named 'err'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1478: error: 'php_oci_connection' has no member named 'errcode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1479: error: 'php_oci_connection' has no member named 'errcode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1479: error: 'php_oci_connection' has no member named 'is_open'
/tmp/php/php-5.2.6/ext/oci8/oci8.c: In function 'php_oci_connection_commit':
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1489: error: 'zend_oci_globals' has no member named 'debug_mode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1489: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1489: error: 'php_oci_connection' has no member named 'errcode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1489: error: 'php_oci_connection' has no member named 'svc'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1489: error: 'php_oci_connection' has no member named 'err'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1489: error: 'ub4' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1489: error: expected ')' before numeric constant
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1489: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1490: error: 'php_oci_connection' has no member named 'needs_commit'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1492: error: 'php_oci_connection' has no member named 'errcode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1492: error: 'OCI_SUCCESS' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1493: error: 'php_oci_connection' has no member named 'err'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1493: error: 'php_oci_connection' has no member named 'errcode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1494: error: 'php_oci_connection' has no member named 'errcode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1494: error: 'php_oci_connection' has no member named 'is_open'
/tmp/php/php-5.2.6/ext/oci8/oci8.c: In function 'php_oci_connection_close':
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1505: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1505: warning: initialization makes integer from pointer without a cast
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1507: error: 'php_oci_connection' has no member named 'descriptors'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1508: error: 'php_oci_connection' has no member named 'descriptors'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1508: warning: passing argument 1 of 'zend_hash_destroy' from incompatible pointer type
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1509: error: 'php_oci_connection' has no member named 'descriptors'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1512: error: 'php_oci_connection' has no member named 'svc'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1514: error: 'php_oci_connection' has no member named 'needs_commit'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1522: error: 'php_oci_connection' has no member named 'svc'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1522: error: 'php_oci_connection' has no member named 'session'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1522: error: 'php_oci_connection' has no member named 'is_open'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1523: error: 'zend_oci_globals' has no member named 'debug_mode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1523: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1523: error: 'php_oci_connection' has no member named 'svc'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1523: error: 'zend_oci_globals' has no member named 'err'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1523: error: 'php_oci_connection' has no member named 'session'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1523: error: 'ub4' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1523: error: expected ')' before numeric constant
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1523: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1526: error: 'php_oci_connection' has no member named 'session'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1527: error: 'zend_oci_globals' has no member named 'debug_mode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1527: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1527: error: 'dvoid' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1527: error: expected expression before ')' token
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1527: error: invalid operands to binary * (have 'struct zend_ini_entry *' and 'struct zend_ini_entry *')
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1527: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1530: error: 'php_oci_connection' has no member named 'is_attached'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1531: error: 'zend_oci_globals' has no member named 'debug_mode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1531: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1531: error: 'php_oci_connection' has no member named 'server'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1531: error: 'zend_oci_globals' has no member named 'err'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1531: error: 'OCI_DEFAULT' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1531: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1534: error: 'php_oci_connection' has no member named 'svc'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1535: error: 'zend_oci_globals' has no member named 'debug_mode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1535: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1535: error: expected expression before ')' token
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1535: error: invalid operands to binary * (have 'struct zend_ini_entry *' and 'struct zend_ini_entry *')
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1535: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1538: error: 'php_oci_connection' has no member named 'err'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1539: error: 'zend_oci_globals' has no member named 'debug_mode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1539: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1539: error: expected expression before ')' token
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1539: error: invalid operands to binary * (have 'struct zend_ini_entry *' and 'struct zend_ini_entry *')
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1539: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1542: error: 'php_oci_connection' has no member named 'server'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1543: error: 'zend_oci_globals' has no member named 'debug_mode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1543: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1543: error: expected expression before ')' token
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1543: error: invalid operands to binary * (have 'struct zend_ini_entry *' and 'struct zend_ini_entry *')
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1543: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1546: error: 'php_oci_connection' has no member named 'env'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1547: error: 'zend_oci_globals' has no member named 'debug_mode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1547: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1547: error: expected expression before ')' token
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1547: error: invalid operands to binary * (have 'struct zend_ini_entry *' and 'struct zend_ini_entry *')
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1547: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1550: error: 'php_oci_connection' has no member named 'is_persistent'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1551: error: 'php_oci_connection' has no member named 'hash_key'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1552: error: 'php_oci_connection' has no member named 'hash_key'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1556: error: 'php_oci_connection' has no member named 'hash_key'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1557: error: 'php_oci_connection' has no member named 'hash_key'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1562: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c: In function 'php_oci_password_change':
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1570: error: 'zend_oci_globals' has no member named 'debug_mode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1570: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1570: error: 'php_oci_connection' has no member named 'errcode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1570: error: 'php_oci_connection' has no member named 'svc'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1570: error: 'php_oci_connection' has no member named 'err'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1570: error: 'text' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1570: error: expected expression before ')' token
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1570: error: invalid operands to binary * (have 'struct zend_ini_entry *' and 'struct zend_ini_entry *')
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1570: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1572: error: 'php_oci_connection' has no member named 'errcode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1572: error: 'OCI_SUCCESS' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1573: error: 'php_oci_connection' has no member named 'err'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1573: error: 'php_oci_connection' has no member named 'errcode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1574: error: 'php_oci_connection' has no member named 'errcode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1574: error: 'php_oci_connection' has no member named 'is_open'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1577: error: 'php_oci_connection' has no member named 'passwd_changed'
/tmp/php/php-5.2.6/ext/oci8/oci8.c: In function 'php_oci_server_get_version':
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1587: error: 'zend_oci_globals' has no member named 'debug_mode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1587: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1587: error: 'php_oci_connection' has no member named 'errcode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1587: error: 'php_oci_connection' has no member named 'svc'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1587: error: 'php_oci_connection' has no member named 'err'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1587: error: 'text' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1587: error: expected expression before ')' token
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1587: error: invalid operands to binary * (have 'struct zend_ini_entry *' and 'struct zend_ini_entry *')
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1587: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1589: error: 'php_oci_connection' has no member named 'errcode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1589: error: 'OCI_SUCCESS' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1590: error: 'php_oci_connection' has no member named 'err'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1590: error: 'php_oci_connection' has no member named 'errcode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1591: error: 'php_oci_connection' has no member named 'errcode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1591: error: 'php_oci_connection' has no member named 'is_open'
/tmp/php/php-5.2.6/ext/oci8/oci8.c: In function 'php_oci_column_to_zval':
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1604: error: 'ub4' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1604: error: expected ';' before 'lob_length'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1609: error: 'php_oci_out_column' has no member named 'indicator'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1609: warning: comparison between pointer and integer
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1614: error: 'php_oci_out_column' has no member named 'is_cursor'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1615: error: 'php_oci_out_column' has no member named 'stmtid'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1615: warning: assignment makes integer from pointer without a cast
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1616: error: 'php_oci_out_column' has no member named 'stmtid'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1616: warning: passing argument 1 of '_zend_list_addref' makes integer from pointer without a cast
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1617: error: 'php_oci_out_column' has no member named 'is_descr'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1619: error: 'php_oci_out_column' has no member named 'data_type'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1619: error: 'SQLT_RDD' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1623: error: 'php_oci_out_column' has no member named 'descid'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1623: warning: passing argument 1 of '_zend_list_find' makes integer from pointer without a cast
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1626: error: 'php_oci_out_column' has no member named 'descid'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1630: error: 'php_oci_descriptor' has no member named 'lob_size'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1631: error: 'php_oci_descriptor' has no member named 'lob_current_position'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1632: error: 'php_oci_descriptor' has no member named 'buffering'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1635: error: 'php_oci_out_column' has no member named 'data_type'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1638: error: 'lob_length' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1638: warning: passing argument 5 of 'php_oci_lob_read' from incompatible pointer type
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1638: error: too many arguments to function 'php_oci_lob_read'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1647: warning: initialization makes integer from pointer without a cast
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1656: error: 'php_oci_out_column' has no member named 'descid'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1656: warning: passing argument 4 of 'add_property_resource_ex' makes integer from pointer without a cast
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1657: error: 'php_oci_out_column' has no member named 'descid'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1657: warning: passing argument 1 of '_zend_list_addref' makes integer from pointer without a cast
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1660: error: 'php_oci_out_column' has no member named 'retcode'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1663: error: 'php_oci_out_column' has no member named 'piecewise'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1664: error: 'php_oci_out_column' has no member named 'retlen4'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1664: warning: assignment makes integer from pointer without a cast
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1666: error: 'php_oci_out_column' has no member named 'retlen'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1666: warning: assignment makes integer from pointer without a cast
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1675: error: 'php_oci_out_column' has no member named 'data'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1675: warning: initialization from incompatible pointer type
/tmp/php/php-5.2.6/ext/oci8/oci8.c: In function 'php_oci_fetch_row':
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1688: error: 'ub4' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1688: error: expected ';' before 'nrows'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1734: error: 'nrows' undeclared (first use in this function)
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1734: warning: passing argument 2 of 'php_oci_statement_fetch' from incompatible pointer type
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1734: error: too many arguments to function 'php_oci_statement_fetch'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1740: error: 'php_oci_statement' has no member named 'ncolumns'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1740: warning: comparison between pointer and integer
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1747: error: 'php_oci_out_column' has no member named 'indicator'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1747: warning: comparison between pointer and integer
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1751: error: 'php_oci_out_column' has no member named 'indicator'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1751: warning: comparison between pointer and integer
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1764: error: 'php_oci_out_column' has no member named 'name'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1764: error: 'php_oci_out_column' has no member named 'name'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1764: warning: passing argument 1 of 'strlen' from incompatible pointer type
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1764: warning: passing argument 2 of 'add_assoc_zval_ex' from incompatible pointer type
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1772: error: 'php_oci_out_column' has no member named 'name'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1772: error: 'php_oci_out_column' has no member named 'name'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1772: warning: passing argument 1 of 'strlen' from incompatible pointer type
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1772: warning: passing argument 2 of 'add_assoc_null_ex' from incompatible pointer type
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1783: error: 'php_oci_statement' has no member named 'ncolumns'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1783: warning: assignment makes integer from pointer without a cast
/tmp/php/php-5.2.6/ext/oci8/oci8.c: In function 'php_oci_persistent_helper':
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1800: error: 'php_oci_connection' has no member named 'used_this_request'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1801: error: 'zend_oci_globals' has no member named 'in_call'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1805: error: 'php_oci_connection' has no member named 'descriptors'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1806: error: 'php_oci_connection' has no member named 'descriptors'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1806: warning: passing argument 1 of 'zend_hash_destroy' from incompatible pointer type
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1807: error: 'php_oci_connection' has no member named 'descriptors'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1808: error: 'php_oci_connection' has no member named 'descriptors'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1811: error: 'php_oci_connection' has no member named 'needs_commit'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1823: error: 'php_oci_connection' has no member named 'passwd_changed'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1827: error: 'zend_oci_globals' has no member named 'persistent_timeout'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1828: error: 'php_oci_connection' has no member named 'idle_expiry'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1828: error: 'zend_oci_globals' has no member named 'persistent_timeout'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1831: error: 'zend_oci_globals' has no member named 'ping_interval'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1832: error: 'php_oci_connection' has no member named 'next_ping'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1832: error: 'zend_oci_globals' has no member named 'ping_interval'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1835: error: 'php_oci_connection' has no member named 'next_ping'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1838: error: 'php_oci_connection' has no member named 'used_this_request'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1840: error: 'zend_oci_globals' has no member named 'persistent_timeout'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1840: warning: comparison between pointer and integer
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1841: error: 'php_oci_connection' has no member named 'idle_expiry'
/tmp/php/php-5.2.6/ext/oci8/oci8.c:1841: warning: comparison between pointer and integer
*** Error exit code 1

Here is the configure command.


./configure --prefix=/var/apps/php \
--with-nsapi=/Application/agu/iPlanet61 \
--with-oci8=/oracle/product/9.2.0 \
--disable-all



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-10-19 14:16 UTC] jani@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/


 [2008-10-19 17:07 UTC] sixd@php.net
The Oracle environment looks like it is missing the Oracle header files - note the error saying OCI_SUCCESS is not declared. Install the Oracle client option.  Or consider using Oracle Instant Client 10g or 11g - you will still be able to connect to an Oracle 9.2 database.  
I am able to build 5.2.6 with Oracle 9.2.
 [2008-10-20 05:18 UTC] krish dot v at gmail dot com
HI sixd

Thanks for your comments. Actually oracle instant client has some issues. Its always crashing.
 [2008-10-21 09:30 UTC] jani@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 09:01:28 2024 UTC