php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6061 `executor_globals' undeclared in basic_functions.c
Submitted: 2000-08-10 01:50 UTC Modified: 2000-08-10 01:57 UTC
From: mark dot faine at msfc dot nasa dot gov Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (10/08/2000) OS: Solaris 2.6
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: mark dot faine at msfc dot nasa dot gov
New email:
PHP Version: OS:

 

 [2000-08-10 01:50 UTC] mark dot faine at msfc dot nasa dot gov
This is the configure script options I use:

./configure --with-nsapi=/home/web_server/netscape/suitespot --with-oracle --enable-experimental-zts --enable-libgcc --
enable-magic-quotes --enable-track-vars --enable-trans-sid --with-openssl --disable-debug --enable-calendar --without-m
ysql --enable-ftp --enable-sigchild


The compile fails in ext/standard:

/bin/sh /raidb4/temp/php4/libtool --silent --mode=compile gcc  -DHAVE_CONFIG_H -I. -I/raidb4/temp/php4/ext/standard -I/
raidb4/temp/php4 -I/raidb4/temp/php4/main -I/home/web_server/netscape/suitespot/include -I/raidb4/temp/php4/Zend -I/rai
db4/temp/php4 -I/home1/app/oracle/product/732/rdbms/public -I/home1/app/oracle/product/732/rdbms/demo -I/home1/app/orac
le/product/732/network/public -I/raidb4/temp/php4/ext/xml/expat/xmltok -I/raidb4/temp/php4/ext/xml/expat/xmlparse -I/ra
idb4/temp/php4/TSRM  -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DXML_BYTE_ORDER=21 -I../TSRM -
g -O2 -pthreads  -c basic_functions.c
basic_functions.c: In function `php_rshutdown_basic':
basic_functions.c:762: `executor_globals' undeclared (first use in this function)
basic_functions.c:762: (Each undeclared identifier is reported only once
basic_functions.c:762: for each function it appears in.)
make[3]: *** [basic_functions.lo] Error 1
make[3]: Leaving directory `/raidb4/temp/php4/ext/standard'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/raidb4/temp/php4/ext/standard'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/raidb4/temp/php4/ext'
make: *** [all-recursive] Error 1

Thank you


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-10 01:57 UTC] thies@php.net
fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 14:01:31 2024 UTC