Edit report at https://bugs.php.net/bug.php?id=61726&edit=1

 ID:                 61726
 Updated by:         johan...@php.net
 Reported by:        neweracracker at gmail dot com
 Summary:            configure.js - Must be run from the root of the php
                     source
-Status:             Open
+Status:             Closed
 Type:               Bug
 Package:            *Compile Issues
 Operating System:   Windows
 PHP Version:        5.3Git-2012-04-13 (Git)
-Assigned To:        
+Assigned To:        johannes
 Block user comment: N
 Private report:     N

 New Comment:

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------
[2012-04-13 19:00:26] neweracracker at gmail dot com

http://lxr.php.net/search?q=README.SVN-RULES&project=PHP_5_3&defs=&refs=&path=&hist=

------------------------------------------------------------------------
[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

Reply via email to