php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5567 Missing source files
Submitted: 2000-07-13 19:42 UTC Modified: 2000-07-25 21:49 UTC
From: iwtl at yahoo dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Beta 4 Patch Level 1 OS: Windows 98
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: iwtl at yahoo dot com
New email:
PHP Version: OS:

 

 [2000-07-13 19:42 UTC] iwtl at yahoo dot com
I downloaded php4.0.1-pl2 (sorry, but in your version list currentlt no this version so I choosed pl1 beta 4)
source and tried to complie 
with Visual C++ 6 SP2. While compiling ZEND module
the following problems has occured:

(1) no source file zend-parser.cpp
--> solved: it was zend-parser.c
(maybe on Unix/Linux you simple use g++ to complile 
anything like C++ but Visual C++ differs C and C++
using file extension or maybe there exists some option like 
"Force C++ compilation or etc")
(2) no source file zend-parser.h 
--> not solved: the file is really absent



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-25 21:49 UTC] brad@php.net
Download and install Cygwin as per the instructions at:

http://www.php.net/version4/win32build.php
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 05:01:33 2024 UTC