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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Mon May 13 09:01:35 2024 UTC