php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4183 Compiler warning in basic_functions.c
Submitted: 2000-04-19 02:15 UTC Modified: 2000-04-21 12:26 UTC
From: wayneh at powerlink dot co dot nz Assigned:
Status: Closed Package: Compile Warning
PHP Version: 4.0 Release Candidate 1 OS: Redhat 6.0
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: wayneh at powerlink dot co dot nz
New email:
PHP Version: OS:

 

 [2000-04-19 02:15 UTC] wayneh at powerlink dot co dot nz
During a make, the following is reported;

make[3]: Entering directory `/root/php-4.0RC1/ext/standard'
gcc -DHAVE_CONFIG_H -I. -I/root/php-4.0RC1/ext/standard -I../.. -I../../Zend -I/root/php-4.0RC1 -I/root/apac
he_1.3.12/src/include -I/root/apache_1.3.12/src/os/unix -I/usr/local/mysql/include -I/root/php-4.0RC1/ext/xm
l/expat/xmltok -I/root/php-4.0RC1/ext/xml/expat/xmlparse  -DXML_BYTE_ORDER=12 -D_REENTRANT -g -O2 -Wall  -c
basic_functions.c && touch basic_functions.lo
basic_functions.c:324: `php_if_dl' undeclared here (not in a function)
basic_functions.c:324: initializer element for `basic_functions[201].handler' is not constant
basic_functions.c: In function `php_info_basic':
basic_functions.c:708: warning: implicit declaration of function `php_info_dl'
make[3]: *** [basic_functions.lo] Error 1
make[3]: Leaving directory `/root/php-4.0RC1/ext/standard'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/php-4.0RC1/ext/standard'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/root/php-4.0RC1/ext'
make: *** [all-recursive] Error 1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-04-21 12:26 UTC] joey at cvs dot php dot net
Plz try either CVS or a snapshot from snaps.php.net.
If you still cannot compile, plz open a new bug.
Thx
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC