php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10415 ext/informix/ifx.ec:4354: `executor_globals' undeclared
Submitted: 2001-04-20 04:19 UTC Modified: 2001-08-03 23:12 UTC
From: thierry dot salmon at just dot fgov dot be Assigned:
Status: Closed Package: Informix related
PHP Version: 4.0.4pl1 OS: Solaris 7
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:
3 + 14 = ?
Subscribe to this entry?

 
 [2001-04-20 04:19 UTC] thierry dot salmon at just dot fgov dot be
Making all in Zend
Making all in main
Making all in ext
Making all in informix
/bin/sh /home/mon1/software/php/php-4.0.4pl1/libtool --silent --mode=compile gcc  -I. -I/home/mon1/software/php/php-4.0.4pl1/ext/informix -I/home/mon1/software/php/php-4.0.4pl1/main -I/home/mon1/software/php/php-4.0.4pl1 -I/usr/netscape/server4/include -I/home/mon1/software/php/php-4.0.4pl1/Zend -I/usr/informix/incl/esql -I/home/mon1/software/php/php-4.0.4pl1/ext/xml/expat/xmltok -I/home/mon1/software/php/php-4.0.4pl1/ext/xml/expat/xmlparse -I/home/mon1/software/php/php-4.0.4pl1/TSRM  -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DXML_BYTE_ORDER=21 -I../TSRM -g -O2 -pthreads -I/usr/informix/incl/esql  -c ifx.c
/home/mon1/software/php/php-4.0.4pl1/ext/informix/ifx.ec: In function `php_minit_ifx':
/home/mon1/software/php/php-4.0.4pl1/ext/informix/ifx.ec:392: warning: passing arg 2 of `ts_allocate_id' from incompatible pointer type
/home/mon1/software/php/php-4.0.4pl1/ext/informix/ifx.ec: In function `php3_intifxus_free_slob':
/home/mon1/software/php/php-4.0.4pl1/ext/informix/ifx.ec:4358: `executor_globals' undeclared (first use in this function)
/home/mon1/software/php/php-4.0.4pl1/ext/informix/ifx.ec:4358: (Each undeclared identifier is reported only once
/home/mon1/software/php/php-4.0.4pl1/ext/informix/ifx.ec:4358: for each function it appears in.)
*** Error code 1
make: Fatal error: Command failed for target `ifx.lo'
Current working directory /home/mon1/software/php/php-4.0.4pl1/ext/informix
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/mon1/software/php/php-4.0.4pl1/ext/informix
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/mon1/software/php/php-4.0.4pl1/ext
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-20 04:54 UTC] thierry dot salmon at just dot fgov dot be
php configure
./configure \
     --with-nsapi=/usr/netscape/server4 \
     --without-mysql \
     --with-informix=/usr/informix \
     --enable-libgcc >> makecti.log 2>&1

Webserver=iPlanet Web Server, Enterprise Edition 4.1

 [2001-08-03 23:12 UTC] sniper@php.net
This is fixed in CVS. http://snaps.php.net/

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 03:01:29 2024 UTC