]> granicus.if.org Git - php/commitdiff
MFB: remove ZendEngine* detection, we always have Zend now (svn)
authorDavid Soria Parra <dsp@php.net>
Mon, 13 Jul 2009 06:42:59 +0000 (06:42 +0000)
committerDavid Soria Parra <dsp@php.net>
Mon, 13 Jul 2009 06:42:59 +0000 (06:42 +0000)
win32/build/buildconf.js

index 8d4cf59a3e0937b9357ed98d661cb91fce7c519a..5fb01d06bc06b6f49f23db88be0c3990fa47fe40 100644 (file)
@@ -175,13 +175,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()
 {