Edit report at https://bugs.php.net/bug.php?id=61726&edit=1
ID: 61726
Comment by: neweracracker at gmail dot com
Reported by: neweracracker at gmail dot com
Summary: configure.js - Must be run from the root of the php
source
Status: Open
Type: Bug
Package: *Compile Issues
Operating System: Windows
PHP Version: 5.3Git-2012-04-13 (Git)
Block user comment: N
Private report: N
New Comment:
http://lxr.php.net/search?q=README.SVN-RULES&project=PHP_5_3&defs=&refs=&path=&hist=
Previous Comments:
------------------------------------------------------------------------
[2012-04-13 18:52:13] neweracracker at gmail dot com
Description:
------------
configure.js
else {
if (!FSO.FileExists("README.SVN-RULES")) {
STDERR.WriteLine("Must be run from the root of the php source");
WScript.Quit(10);
}
}
This file doesn't exist as it has been renamed to README.GIT-RULES, this causes
configure to fail.
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=61726&edit=1