jmertic         Thu Jun 25 20:53:02 2009 UTC

  Modified files:              
    /win-installer      GenExtensionsComponents.wxs.php 
  Log:
  Remove some debugging statements from the build code.
  
http://cvs.php.net/viewvc.cgi/win-installer/GenExtensionsComponents.wxs.php?r1=1.20&r2=1.21&diff_format=u
Index: win-installer/GenExtensionsComponents.wxs.php
diff -u win-installer/GenExtensionsComponents.wxs.php:1.20 
win-installer/GenExtensionsComponents.wxs.php:1.21
--- win-installer/GenExtensionsComponents.wxs.php:1.20  Tue May 19 19:02:35 2009
+++ win-installer/GenExtensionsComponents.wxs.php       Thu Jun 25 20:53:02 2009
@@ -138,9 +138,7 @@
 }
 
 // If this is a VC9 build, change the ICU library version
-var_dump($buildtype);
 if ( stripos($buildtype,'VC9') !== FALSE ) {
-       var_dump("I'm here");
        $icuVer = '36';
        if ( $phpver == '53' )
                $icuVer = '38';



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to