Lines Matching refs:script
20 // This generates a configure script for win32 build
28 re = /\\script/i;
211 // Write the head of the configure script
212 C.WriteLine("/* This file automatically generated from script/confutils.js */");
217 C.Write(file_get_contents(PHP_DIR + "//script//ext_deps.js"));
218 if (FSO.FileExists(PHP_DIR + "/script/ext_pickle.js")) {
219 C.Write(file_get_contents(PHP_DIR + "//script//ext_pickle.js"));
222 C.Write(file_get_contents(PHP_DIR + "/script/confutils.js"));
223 C.Write(file_get_contents(PHP_DIR + "/script/config.phpize.js"));
236 modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in");
267 C.Write(file_get_contents(PHP_DIR + "\\script\\configure.tail"));
272 FSO.CopyFile(PHP_DIR + "\\script\\run-tests.php", "run-tests.php", true);