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:27 UTC

Return to Bug #55710 | Download this patch
This patch renders other patches obsolete

Obsolete patches:

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

Developer: rquadling@php.net

Line 1 (now 1), was 17 lines, now 8 lines

  Index: confutils.js
  ===================================================================
  --- win32/build/confutils.js	(revision 316848)
  +++ win32/build/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: Tue Apr 30 03:01:31 2024 UTC