php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33395 /ext/sqlite/libsqlite/src/parse.y
Submitted: 2005-06-18 23:02 UTC Modified: 2005-06-26 01:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: alex_portnov at yahoo dot com Assigned:
Status: No Feedback Package: SQLite related
PHP Version: 5.0.4 OS: Fedora Core 3
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: alex_portnov at yahoo dot com
New email:
PHP Version: OS:

 

 [2005-06-18 23:02 UTC] alex_portnov at yahoo dot com
Description:
------------
Hi, 
 I?m running FC3 with Apache2 web server and Mysql database. While trying to install PHP v5
 making clean install or changing dir didn?t helped...


Reproduce code:
---------------
XXXX#./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql
XXXX# make

Actual result:
--------------
...............
...............
--mode=compile gcc -I/php/ext/sqlite/libsqlite/src-Iext/sqlite/ -I/php/ext/sqlite/ -DPHP_ATOM_INC -I/php/include -I/php/main -I/php -I/usr/include/libxml2 -I/usr/local/mysql/include -I/php/TSRM -I/php/Zend    -g -O2  -prefer-non-pic -c /php/ext/sqlite/libsqlite/src/opcodes.c -o ext/sqlite/libsqlite/src/opcodes.lo
bison -y  /php/ext/sqlite/libsqlite/src/parse.y
/php/ext/sqlite/libsqlite/src/parse.y:19.1-13: invalid directive: `%token_prefix'
/php/ext/sqlite/libsqlite/src/parse.y:19.15-17: syntax error, unexpected "identifier"
make: *** [/php/ext/sqlite/libsqlite/src/parse.c] Error 1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-06-18 23:08 UTC] tony2001@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip


 [2005-06-26 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Mar 13 19:01:31 2025 UTC