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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 22:01:33 2024 UTC