nlopess Thu Sep 6 15:11:00 2007 UTC
Modified files:
/phpdoc/scripts/iniupdate pecl.php
Log:
remove package.xml files
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/iniupdate/pecl.php?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/scripts/iniupdate/pecl.php
diff -u phpdoc/scripts/iniupdate/pecl.php:1.4
phpdoc/scripts/iniupdate/pecl.php:1.5
--- phpdoc/scripts/iniupdate/pecl.php:1.4 Wed Sep 5 19:23:46 2007
+++ phpdoc/scripts/iniupdate/pecl.php Thu Sep 6 15:11:00 2007
@@ -86,4 +86,8 @@
grab_pecl_release($pkg, $ver);
}
}
+
+ // cleanup garbage left by the extraction of the .tgz files
+ @unlink('package.xml');
+ @unlink('package2.xml');
}