php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1240 phpwrap in language-scanner.c not defined
Submitted: 1999-03-16 13:33 UTC Modified: 1999-03-17 10:29 UTC
From: stephw at xs4all dot nl Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0 Latest CVS (16/03/1999) OS: BSDI 4.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: stephw at xs4all dot nl
New email:
PHP Version: OS:

 

 [1999-03-16 13:33 UTC] stephw at xs4all dot nl
Now yywrap in language-scanner.c is defined as phpwrap
(line 17) instead of 1 (dont know when this change has been made 
exactly). Anyway it doesn't compile (undefined symbol) since phpwrap
doesnt seem to be defined anywhere else.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-03-17 10:29 UTC] sas
This is correct. flex is called with -Pphp, so the standard prefix is php instead of yy. You should start over with a clean tree.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 22:01:29 2024 UTC