From: [EMAIL PROTECTED] Operating system: Windows 2000 SP2 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: Zend: int ini_lineno undefined?
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. -- Edit bug report at: http://bugs.php.net/?id=13514&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]