php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17184 Interbase 5.1.1.682 compilation
Submitted: 2002-05-13 11:48 UTC Modified: 2002-06-06 17:36 UTC
From: pm at uaxnet dot se Assigned: daniela (profile)
Status: Closed Package: InterBase related
PHP Version: 4.2.0 OS: Linux 2.4.7-10
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: pm at uaxnet dot se
New email:
PHP Version: OS:

 

 [2002-05-13 11:48 UTC] pm at uaxnet dot se
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




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-14 10:11 UTC] daniela@php.net
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


 [2002-05-25 09:28 UTC] derick@php.net
Any news on this yet Daniela?
 [2002-06-06 17:36 UTC] daniela@php.net
Fixed in current CVS and release.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 05:01:28 2024 UTC