Skip to content

Commit

Permalink
- ext/standard currently has a dependency on ext/ereg thanks to brows…
Browse files Browse the repository at this point in the history
…cap.c
  • Loading branch information
Steph Fox committed Jun 19, 2008
1 parent 05ce803 commit fd10eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions win32/build/confutils.js
Expand Up @@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/

// $Id: confutils.js,v 1.60.2.1.2.8.2.12 2008-06-19 17:14:43 sfox Exp $
// $Id: confutils.js,v 1.60.2.1.2.8.2.13 2008-06-19 17:43:38 sfox Exp $

var STDOUT = WScript.StdOut;
var STDERR = WScript.StdErr;
Expand Down Expand Up @@ -347,7 +347,7 @@ can be built that way. \

var snapshot_build_exclusions = new Array(
'debug', 'crt-debug', 'lzf-better-compression',
'php-build', 'snapshot-template',
'php-build', 'snapshot-template', 'ereg',
'pcre-regex', 'fastcgi', 'force-cgi-redirect',
'path-info-check', 'zts', 'ipv6', 'memory-limit',
'zend-multibyte', 'fd-setsize', 'memory-manager', 't1lib'
Expand Down

0 comments on commit fd10eb3

Please sign in to comment.