|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-02-19 20:17 UTC] zeev
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 12:00:01 2025 UTC |
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.