ID:               17184
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Critical
-Bug Type:         Compile Failure
+Bug Type:         InterBase related
 Operating System: Linux 2.4.7-10
 PHP Version:      4.2.0
 New Comment:

well.... not good news.
It seems as in the code there is no control on
the IB version you are using ,
and the compiler is looking for new Api added in IB6 and later ..... 

change status   --> critical
       category --> Interbase




Previous Comments:
------------------------------------------------------------------------

[2002-05-13 11:48:23] [EMAIL PROTECTED]

Get error on make when trying to compile with
'--with-interbase=/usr/interbase'.

Worked fine with php-4.1.2

I get the following error :


gcc -I. -I/usr/local/php/ext/interbase -I/usr/local/php/main
-I/usr/local/php -I/usr/local/apache_1.3.22/src/include
-I/usr/local/apache_1.3.22/src/os/unix -I/usr/local/php/Zend
-I/usr/local/openssl/include -I/include -I/usr/local/include
-I/usr/include/imap -I/usr/interbase/include -I/usr/include/mysql
-I/usr/local/php/ext/xml/expat  -I/usr/local/php/TSRM -g -O2  -c
interbase.c && touch interbase.lo
interbase.c: In function `_php_ibase_user':
interbase.c:2977: `isc_action_svc_add_user' undeclared (first use in
this function)
interbase.c:2977: (Each undeclared identifier is reported only once
interbase.c:2977: for each function it appears in.)
interbase.c:2978: `isc_action_svc_modify_user' undeclared (first use in
this function)
interbase.c:2985: `isc_action_svc_delete_user' undeclared (first use in
this function)
interbase.c:2980: warning: unreachable code at beginning of switch
statement
interbase.c:3041: `isc_spb_version' undeclared (first use in this
function)
interbase.c:3042: `isc_spb_current_version' undeclared (first use in
this function)
interbase.c:3068: `isc_spb_sec_username' undeclared (first use in this
function)
interbase.c:3074: `isc_spb_sec_password' undeclared (first use in this
function)
interbase.c:3081: `isc_spb_sec_firstname' undeclared (first use in
this
function)
interbase.c:3088: `isc_spb_sec_middlename' undeclared (first use in
this
function)
interbase.c:3095: `isc_spb_sec_lastname' undeclared (first use in this
function)
interbase.c: In function `zif_ibase_add_user':
interbase.c:3123: `isc_action_svc_add_user' undeclared (first use in
this function)
interbase.c: In function `zif_ibase_modify_user':
interbase.c:3132: `isc_action_svc_modify_user' undeclared (first use in
this function)
interbase.c: In function `zif_ibase_delete_user':
interbase.c:3140: `isc_action_svc_delete_user' undeclared (first use in
this function)
make[3]: *** [interbase.lo] Error 1
make[3]: Leaving directory `/usr/local/php-4.2.0/ext/interbase'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/php-4.2.0/ext/interbase'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/php-4.2.0/ext'
make: *** [all-recursive] Error 1

Thx

Per Mårtensson





------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=17184&edit=1

Reply via email to