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
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: thierry dot salmon at just dot fgov dot be
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 13:01:31 2024 UTC