php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10461 error compiling (in php_ini.c)
Submitted: 2001-04-23 12:10 UTC Modified: 2001-04-23 13:45 UTC
From: colin at easydns dot com Assigned: cmv (profile)
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (23/04/2001) OS: RH7.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: colin at easydns dot com
New email:
PHP Version: OS:

 

 [2001-04-23 12:10 UTC] colin at easydns dot com
Updated CVS, did a "make distclean" and ./buildconf, removed config.cache and config.status.

Config line:

./configure \
--with-mysql=/usr/local \
--with-apxs=/usr/local/apache/bin/apxs \
--enable-track-vars \
--disable-magic-quotes \
--disable-debug \
--enable-ftp \
--with-gettext \
--with-xml \
--with-dom \
--enable-wddx \
--with-curl \
--with-pgsql \
--with-zlib \
--enable-versioning \
--enable-sockets \
--with-openssl \
--with-snmp \
--with-mcrypt

Configure works fine, but make generates:

...
php_ini.c: In function `php_init_config':
php_ini.c:188: `llist_dtor_func_t' undeclared (first use in this function)
php_ini.c:188: (Each undeclared identifier is reported only once
php_ini.c:188: for each function it appears in.)
php_ini.c:188: parse error before `free_estring'
php_ini.c:189: parse error before `void'
make[2]: *** [php_ini.lo] Error 1
make[2]: Leaving directory `/usr/local/sources/php4/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/sources/php4/main'
make: *** [all-recursive] Error 1

- Colin

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-23 13:45 UTC] cmv@php.net
Duh ... needed to do a CVS update in my Zend directory (don't know why CVS wasn't doing it recursively anyway, but ...)

- Colin
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 17:01:30 2025 UTC