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
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: blank3 at mac dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 15:01:30 2025 UTC