php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22203 basic_functions.c:2829: `ZEND_INI_PARSER_POP_ENTRY' undeclared
Submitted: 2003-02-13 06:55 UTC Modified: 2003-02-17 05:12 UTC
From: phpbug-130203 at smayw dot nask dot com Assigned:
Status: Closed Package: Website problem
PHP Version: 4CVS-2003-02-13 (stable) OS: Linux
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: phpbug-130203 at smayw dot nask dot com
New email:
PHP Version: OS:

 

 [2003-02-13 06:55 UTC] phpbug-130203 at smayw dot nask dot com
compiling a fresh (Thu Feb 13 12:45:08 GMT 2003) CVS checkout of php4 results in a compile failure:

gcc -Iext/standard/ -I/usr/local/src/php-cvs/php4/ext/standard/ -DPHP_ATOM_INC -I/usr/local/src/php-cvs/php4/include -I/usr/local/src/php-cvs/php4/main -I/usr/local/src/php-cvs/php4 -I/usr/local/src/php-cvs/php4/Zend -I/usr/local/include -I/usr/X11R6/include -I/usr/local/mysql/current/include/mysql -I/usr/local/src/php-cvs/php4/ext/xml/expat -DLINUX=22 -DMOD_SSL=208111 -DUSE_HSREGEX -DEAPI -I/usr/local/src/php-cvs/php4/TSRM -g -O2 -c /usr/local/src/php-cvs/php4/ext/standard/basic_functions.c  -fPIC -DPIC -o ext/standard/basic_functions.lo
/usr/local/src/php-cvs/php4/ext/standard/basic_functions.c: In function `php_simple_ini_parser_cb':
/usr/local/src/php-cvs/php4/ext/standard/basic_functions.c:2829: `ZEND_INI_PARSER_POP_ENTRY' undeclared (first use in this function)
/usr/local/src/php-cvs/php4/ext/standard/basic_functions.c:2829: (Each undeclared identifier is reported only once
/usr/local/src/php-cvs/php4/ext/standard/basic_functions.c:2829: for each function it appears in.)
make: *** [ext/standard/basic_functions.lo] Error 1
$

this is on RedHat Linux 7.2 with separately build automake/autoconf/libtool and company

Thank you

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-13 06:58 UTC] moriyoshi@php.net
Did you try

cvs -d:pserver:cvsread@cvs.php.net:/repository co php5

or

cvs -d:pserver:cvsread@cvs.php.net:/repository co -R PHP_4_3 php4

?

 [2003-02-13 07:02 UTC] moriyoshi@php.net
Just correcting a typo:

Please use

cvs -d:pserver:cvsread@cvs.php.net:/repository co -r PHP_4_3 php4

for retriving stable branch.

 [2003-02-13 07:06 UTC] phpbug-130203 at smayw dot nask dot com
I retreieved the sources fresh this morning by running:

$ cvs -d :pserver:cvsread@cvs.php.net:/repository co php4

and later (just in case) updated them by running (in the same directory)

$ cvs -d :pserver:cvsread@cvs.php.net:/repository update

if I need to specify a tag within a tree to get the most current version, I think it should be stated explicitly in http://www.php.net/anoncvs.php together with a formula to arrive with what the most current tag would be in each branch.

Thanks
 [2003-02-13 07:15 UTC] moriyoshi@php.net
Due to the recent migration process for php5 development, HEAD branch of the php4 module no longer makes any sense.

As I think there should be a note on this in the anonymous cvs instruction, I'm marking this as a website problem.


 [2003-02-17 04:31 UTC] sniper@php.net
There is now told how to get php5 module.
It's safer to use snapshots from snaps.php.net
for testing purposes anyway..

 [2003-02-17 05:12 UTC] phpbug-130203 at smayw dot nask dot com
Downloading the 4MB snap instead of updating the 40kB or so via CVS is retarted to say the least.  I was not looking for php5, I was looking for php4 with working MySQL persistance and some IMAP fixes applied after 4.3.0 was released.  Since the checkout procedure for php4 is also desribed on http://www.php.net/anoncvs.php it should be clearly stated that HEAD of php4 is nonsensical, as moriyoshi kindly pointed out to me, and a tagged release should be obtained instead of php4's HEAD.  I now know, if you don't care for the page to be true, I can care less, leaving as closed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 16 09:01:32 2024 UTC