php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #61726 configure.js - Must be run from the root of the php source
Submitted: 2012-04-13 18:52 UTC Modified: 2012-04-13 22:37 UTC
From: neweracracker at gmail dot com Assigned: johannes (profile)
Status: Closed Package: *Compile Issues
PHP Version: 5.3Git-2012-04-13 (Git) OS: Windows
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: neweracracker at gmail dot com
New email:
PHP Version: OS:

 

 [2012-04-13 18:52 UTC] 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.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-04-13 22:37 UTC] johannes@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: johannes
 [2012-04-13 22:37 UTC] johannes@php.net
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.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 13 14:01:31 2025 UTC