Hi,

I moved PHP manual chm edition archive from Dropbox public folder to AWS, so 
please update fetch-chms.php if php webmasters still use it.

Best Regards.

----

Begin forwarded message:

Date: Mon, 13 Feb 2017 21:38:48 +0000
From: Yoshinari Takaoka <[email protected]>
To: [email protected]
Subject: [DOC-CVS] svn: /phpdoc/doc-base/trunk/scripts/ fetch-chms.php


mumumu                                   Mon, 13 Feb 2017 21:38:48 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=341893

Log:
- changed chm manual source url, because dropbox public folder will be 
discontinued.

Changed paths:
    U   phpdoc/doc-base/trunk/scripts/fetch-chms.php

Modified: phpdoc/doc-base/trunk/scripts/fetch-chms.php
===================================================================
--- phpdoc/doc-base/trunk/scripts/fetch-chms.php        2017-02-13 20:16:55 UTC 
(rev 341892)
+++ phpdoc/doc-base/trunk/scripts/fetch-chms.php        2017-02-13 21:38:48 UTC 
(rev 341893)
@@ -1,6 +1,6 @@
 <?php
 define("DEBUG", 0);
-$BUILDDIR = "https://dl.dropboxusercontent.com/u/15537366/chm/";;
+$BUILDDIR = "http://phpmanualchm.s3-website-ap-northeast-1.amazonaws.com";;
 $TMPDIR = sys_get_temp_dir();
 $CHMDIR = "/local/mirrors/phpweb/distributions/manual";

-- 
Yoshinari Takaoka (a.k.a @mumumu)
reversethis -> gro tod umumum ta umumum

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

Reply via email to