php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36789 ext/standard/basic_functions.c - zend_language_scanner.h not found
Submitted: 2006-03-19 16:34 UTC Modified: 2006-09-11 11:06 UTC
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: nohn@php.net Assigned:
Status: Not a bug Package: Website problem
PHP Version: 5CVS-2006-03-19 (CVS) OS: Linux 2.6.10 (Ubuntu 5.04)
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: nohn@php.net
New email:
PHP Version: OS:

 

 [2006-03-19 16:34 UTC] nohn@php.net
Description:
------------
zend_language_scanner.h not found during compilation process with latest PHP_5_1 CVS.

flex 2.5.31
gcc 3.3.5
autoconf 2.59
libtool 1.5.6

PHP 5.1.2 compiles fine with the same settings.

Reproduce code:
---------------
$ cvs -d :pserver:cvsread@cvs.php.net:/repository login
$ cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -r PHP_5_1 php-src
$ cd php-src
$ ./buildconf
$ ./configure --prefix=/opt/php --sysconfdir=/etc/opt/php --sharedstatedir=/var/opt/php --disable-cgi --enable-cli
$ make



Expected result:
----------------
Everything compiles fine.

Actual result:
--------------
/bin/sh /home/project/PHP_5_1/php-src/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/standard/ -I/home/project/PHP_5_1/php-src/ext/standard/ -DPHP_ATOM_INC -I/home/project/PHP_5_1/php-src/include -I/home/project/PHP_5_1/php-src/main -I/home/project/PHP_5_1/php-src -I/usr/include/libxml2 -I/home/project/PHP_5_1/php-src/ext/date/lib -I/home/project/PHP_5_1/php-src/TSRM -I/home/project/PHP_5_1/php-src/Zend    -I/usr/include -g -O2  -c /home/project/PHP_5_1/php-src/ext/standard/basic_functions.c -o ext/standard/basic_functions.lo 
/home/project/PHP_5_1/php-src/ext/standard/basic_functions.c:45:34: zend_language_parser.h: No such file or directory
make: *** [ext/standard/basic_functions.lo] Error 1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-03-19 16:55 UTC] johannes@php.net
Please don't use php-src but php5 or php6 CVS module.
 [2006-03-19 18:01 UTC] nohn@php.net
In this case, the website needs an update: http://www.php.net/anoncvs.php
 [2006-09-11 10:46 UTC] ag0ny at ag0ny dot com
I get the same problem trying to compile from the php5 module (instead of php-src). OS is FreeBSD 4.8-RELEASE.
 [2006-09-11 11:06 UTC] bjori@php.net
Install flex & bison
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 14:04:04 2025 UTC