]> granicus.if.org Git - php/commitdiff
- remove ZendEngine* detection, we always have Zend now (svn)
authorPierre Joye <pajoye@php.net>
Mon, 13 Jul 2009 00:26:52 +0000 (00:26 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 13 Jul 2009 00:26:52 +0000 (00:26 +0000)
win32/build/buildconf.js

index 925dd046bfdfae2b62cf0cd566d7f5142b28a587..369bce661760940ebd9e1e89bc8b385fe823b4eb 100644 (file)
@@ -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()
 {