php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13514 Zend: int ini_lineno undefined?
Submitted: 2001-10-02 12:08 UTC Modified: 2001-10-23 11:49 UTC
From: blank3 at mac dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.6 OS: Windows 2000 SP2
Private report: No CVE-ID: None
 [2001-10-02 12:08 UTC] blank3 at mac dot com
Using Visual Studio 7 build 9254 (VS.NET Beta 2), Bison 1.28, and flex 2.5.8, compile of "zend_ini_scanner.c" fails, reporting that "ini_lineno" is an undefined symbol.  I could not find a declaration for "ini_lineno" in the Zend sources, but did find an extern reference to "int ini_lineno".

I added the line "int ini_lineno;" before the line "static char *ini_filename;" in "zend_ini_scanner.l" and build proceeded normally.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-23 10:45 UTC] sniper@php.net
Does this happen with latest CVs snapshot from http://snaps.php.net/ ?

 [2001-10-23 11:29 UTC] blank3 at mac dot com
Just checked Zend and ZendTS for php4-200110230600.  "Everything" works now ;)
 [2001-10-23 11:49 UTC] sniper@php.net
Works -> closed.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 19:01:34 2024 UTC