hi,
i'm trying to get the php tests to run on my windows 2k machine, and having
a lot of trouble. i seem to fail at this line:
if (@!is_executable($php)) {
error("invalid PHP executable specified by TEST_PHP_EXECUTABLE = " .
$php);
}
I removed the '@' to see what was happening, and I get this error message:
PHP Fatal error: Call to undefined function: is_executable()
I just checked out the latest tree, and recompiled everything, and it all
compiled without an error. Here's the full output:
D:\php\php4>release_ts\php.exe run-tests.php
PHP Fatal error: Call to undefined function: is_executable() in
D:\php\php4\ru
n-tests.php on line 77
Fatal error: Call to undefined function: is_executable() in
D:\php\php4\run-tes
ts.php on line 77
I'm sure I'm just missed a step somewhere, but I can't seem to figure out
what I've done wrong. (Also, I tried using the MSVC++ testsuite workspace,
but again without success. that error message said:
--------------------Configuration: testsuite - Win32
Release_TS--------------------
Build : warning : failed to (or don't know how to) build
'D:\php\php4\results.txt'
Running Testsuite, please wait...
Error executing c:\winnt\system32\cmd.exe.
testsuite - 1 error(s), 1 warning(s)
)
Does anyone else have this problem? or does anyone have success building
the tests from Windows?
thanks
dave viner
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php