php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9604 Unable to compile CVS Source with Informix support (executor_globals undeclared
Submitted: 2001-03-07 13:22 UTC Modified: 2001-08-03 23:11 UTC
From: jalonso at starcontents dot com Assigned:
Status: Closed Package: Informix related
PHP Version: 4.0.4pl1 OS: Solaris 8 (Sparc)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
34 + 34 = ?
Subscribe to this entry?

 
 [2001-03-07 13:22 UTC] jalonso at starcontents dot com
/bin/sh /usr/local/distrib/php4/libtool --silent --mode=compile gcc  -I. \
  -I/usr/local/distrib/php4/ext/informix -I/usr/local/distrib/php4/main -I/usr/local/distrib/php4 \
  -I/usr/netscape/server4//include -I/usr/local/distrib/php4/Zend -I/opt/informix/incl/esql \
  -I/usr/netscape/ldapsdk/include -I/usr/local/distrib/php4/ext/xml/expat/xmltok \
  -I/usr/local/distrib/php4/ext/xml/expat/xmlparse -I/usr/local/distrib/php4/TSRM  \
  -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DSUPPORT_UTF8 \
  -DXML_BYTE_ORDER=21 -I../TSRM -g -O2 -pthreads -I/opt/informix/incl/esql  -c ifx.c
/usr/local/distrib/php4/ext/informix/ifx.ec: In function `php_minit_ifx':
/usr/local/distrib/php4/ext/informix/ifx.ec:392: warning: passing arg 2 of `ts_allocate_id' from incompatible pointer type
/usr/local/distrib/php4/ext/informix/ifx.ec: In function `php3_intifxus_free_slob':
/usr/local/distrib/php4/ext/informix/ifx.ec:4358: `executor_globals' undeclared (first use in this function)
/usr/local/distrib/php4/ext/informix/ifx.ec:4358: (Each undeclared identifier is reported only once
/usr/local/distrib/php4/ext/informix/ifx.ec:4358: for each function it appears in.)
make[3]: *** [ifx.lo] Error 1
make[3]: Leaving directory `/usr/local/distrib/php4/ext/informix'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/distrib/php4/ext/informix'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/distrib/php4/ext'

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-03 23:11 UTC] sniper@php.net
Fixed in CVS.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 18:01:28 2024 UTC