outfile.Close();
}
+/* Generate phpize */
function generate_phpize()
{
STDOUT.WriteLine("Generating phpize");
return items;
}
+/* Install Headers */
function PHP_INSTALL_HEADERS(dir, headers_list)
{
headers_list = headers_list.split(new RegExp("\\s+"));
ERROR("Unsupported toolset");
}
+/* Get compiler version if the toolset is supported */
function toolset_get_compiler_version()
{
var version;
ERROR("Failed to parse compiler version or unsupported toolset");
}
+/* Get compiler name if the toolset is supported */
function toolset_get_compiler_name()
{
var version;
{
return s.replace(/^\s+/, "").replace(/\s+$/, "");
}
-