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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jalonso at starcontents dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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 Oct 18 03:01:27 2024 UTC