php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #55710
Patch missing_dirs.patch revision 2011-09-16 12:27 UTC by rquadling@php.net
revision 2011-09-16 12:16 UTC by RQuadling at GMail dot com
revision 2011-09-16 12:12 UTC by RQuadling at GMail dot com

Patch missing_dirs.patch for *Compile Issues Bug #55710

Patch version 2011-09-16 12:12 UTC

Return to Bug #55710 | Download this patch
This patch is obsolete

Obsoleted by patches:

Patch Revisions: 2011-09-16 12:27 UTC | 2011-09-16 12:16 UTC | 2011-09-16 12:12 UTC

Developer: RQuadling@GMail.com



  Index: confutils.js
  ===================================================================
 --- win32/build/confutils.js	(revision 316848)
 +++ win32/build/confutils.js	(working copy)
 --- confutils.js	(revision 316848)
 +++ confutils.js	(working copy)
 @@ -112,7 +112,7 @@
  configure_subst = WScript.CreateObject("Scripting.Dictionary");
  
  configure_hdr = WScript.CreateObject("Scripting.Dictionary");
 -build_dirs = new Array();
 +build_dirs = new Array('win32');
  
  extension_include_code = "";
  extension_module_ptrs = "";
  @@ -1582,6 +1582,9 @@
   	}
   
   	STDOUT.WriteLine("Generating files...");
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 15:01:34 2024 UTC