diff options
author | David Soria Parra <dsp@php.net> | 2009-07-13 06:41:57 +0000 |
---|---|---|
committer | David Soria Parra <dsp@php.net> | 2009-07-13 06:41:57 +0000 |
commit | 9b155842939cfdb8c21e916e9a5a8499bee689c9 (patch) | |
tree | 2f5925d7194eeed797e2b8926038b4ee3b437075 | |
parent | 4f53441e69e3b14b7c7d8d4891ba53a886698f05 (diff) | |
download | php-git-9b155842939cfdb8c21e916e9a5a8499bee689c9.tar.gz |
MFB: remove ZendEngine* detection, we always have Zend now (svn)
-rw-r--r-- | win32/build/buildconf.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/win32/build/buildconf.js b/win32/build/buildconf.js index 0860040eea..956450e875 100644 --- a/win32/build/buildconf.js +++ b/win32/build/buildconf.js @@ -177,13 +177,6 @@ function gen_modules() return output; } -if (FSO.FileExists("ZendEngine2\\OBJECTS2_HOWTO")) { - if (FSO.FolderExists("Zend")) { - FSO.MoveFolder("Zend", "ZendEngine1"); - } - FSO.MoveFolder("ZendEngine2", "Zend"); -} - // Process buildconf arguments function buildconf_process_args() { |