php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #224 alloca.h, make
Submitted: 1998-03-31 18:00 UTC Modified: 1998-04-09 19:59 UTC
From: jones dot peter at uqam dot ca Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0 Release Candidate 2 OS: HPUX 10.20 9000/800
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
23 - 17 = ?
Subscribe to this entry?

 
 [1998-03-31 18:00 UTC] jones dot peter at uqam dot ca
According to the man page, #include <alloca.h> is required
in the calling program. This should probably be fixed in
bison.simple.

I can provide files easily by e-mail, but not with this submit
form under Lynx 2.8.

Peter Jones
UQAM
514-987-3542

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-04-09 19:59 UTC] jim
Fixed in the latest CVS.

The correct solution appears to be include <alloca.h>
in parser.h after config.h. (config.h defines HAVE_ALLOCA_H
if it needs to be included.)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 08:01:28 2024 UTC