php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21799 ZEND_INI_PARSER_POP_ENTRY symbol undefined
Submitted: 2003-01-21 11:30 UTC Modified: 2003-01-21 11:53 UTC
From: soula at lifl dot fr Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4CVS-2003-01-21 (stable) OS: Tru64
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: soula at lifl dot fr
New email:
PHP Version: OS:

 

 [2003-01-21 11:30 UTC] soula at lifl dot fr
The macro ZEND_INI_PARSER_POP_ENTRY are used twice :

ext/standard/basic_functions.c:2827: 
              case ZEND_INI_PARSER_POP_ENTRY:

and

main/php_ini.c:199: 
              case ZEND_INI_PARSER_POP_ENTRY: {


But ZEND_INI_PARSER_POP_ENTRY is defined nowhere in source.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-21 11:53 UTC] iliaa@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

Somehow you are using ZE1 and not ZE2 with head, hence the problem you are seing. Grab a snapshot from the snapshot server at http://snaps.php.net/ it should work fine.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 16 09:01:33 2025 UTC