nlopess Wed Sep 5 14:48:00 2007 UTC
Modified files:
/phpdoc/scripts/iniupdate update-all.php
Log:
chdir(sources)
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/iniupdate/update-all.php?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/scripts/iniupdate/update-all.php
diff -u phpdoc/scripts/iniupdate/update-all.php:1.2
phpdoc/scripts/iniupdate/update-all.php:1.3
--- phpdoc/scripts/iniupdate/update-all.php:1.2 Thu Aug 9 17:55:16 2007
+++ phpdoc/scripts/iniupdate/update-all.php Wed Sep 5 14:48:00 2007
@@ -49,6 +49,8 @@
}
+chdir('sources');
+
foreach (get_php_release_tags() as $tag) {
$tag = strtoupper($tag);
echo "Getting tag: $tag... ";
@@ -62,3 +64,4 @@
echo "done\n";
}
+chdir('..');