php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4282 basic_functions.c:324: `php_if_dl' undeclared here (not in a function)
Submitted: 2000-04-30 04:25 UTC Modified: 2000-04-30 05:42 UTC
From: witchen at 800800800 dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Release Candidate 1 OS: redhat6.0
Private report: No CVE-ID: None
 [2000-04-30 04:25 UTC] witchen at 800800800 dot com
./configure \
--with-apxs=/usr/local/apache/bin/apxs \
--with-config-file-path=/usr/local/apache/conf \
--enable-versioning \
--with-mysql=/usr/local/mysql \
--with-ftp \
--with-gd=/usr/local/gd-1.8.1 \
--enable-bcmath=yes \
--enable-debug=no \
--enable-memory-limit=yes \
--enable-track-vars \
--with-imap=/usr/src/imap-4.7c \
--with-jpeg-dir=/usr/local/gd-1.8.1 \
--disable-debug

make 

 -O2  -c basic_functions.c
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
make[3]: *** [basic_functions.lo] Error 1
make[3]: Leaving directory `/usr/local/php-4.0RC1/ext/standard'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/php-4.0RC1/ext/standard'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/usr/local/php-4.0RC1/ext'
make: *** [all-recursive] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-04-30 05:42 UTC] sterling at cvs dot php dot net
Fixed in CVS, thanks.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jun 25 15:00:02 2026 UTC