php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #88 gmake test fails 80 of 86
Submitted: 1998-02-19 18:16 UTC Modified: 1998-02-19 20:17 UTC
From: ars at ziplink dot net Assigned:
Status: Closed Package: Parser error
PHP Version: 3.0 Latest CVS OS: FreeBSD
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: ars at ziplink dot net
New email:
PHP Version: OS:

 

 [1998-02-19 18:16 UTC] ars at ziplink dot net
The latest CVS tree version of php fails 80 of 86 tests.
This is a fresh cvs checkout, then
autoconf
./configure --with-mysql=/www1/users/ars/cgi-exec/mySql
--enable-safe-mode --enable-track-vars --enable-url-includes
--enable-debugger --prefix=/www1/users/ars/cgi-bin --enable-bcmath
"--bindir=\${exec_prefix}" --enable-maintainer-mode
--with-config-file-path=/www1/users/ars/cgi-bin

gmake
gmake test

gmake bench works fine

It compiles fine (some warnings about missing declerations
and such).

This wouldn't matter so much if it actually worked on the web
sever, but it doesn't. I get no output watsoever from the web
server, not even content-type. The web server is a different
machine from where I compile it, but 3.0b4 worked as did
previous version of the cvs tree.

If I wrap php in a shell script (is that valid?)
#!/bin/sh
php

Then I get
Memory fault

If I add a command above php in the shell script, that command
works fine. If I use php -i or -v it works in the shell script.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-02-19 20:17 UTC] zeev
Fixed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 10:01:26 2024 UTC