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
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: jones dot peter at uqam dot ca
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 08:01:29 2025 UTC