web:mirror

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
web:mirror [2012/06/05 11:03] – use git bjoriweb:mirror [2013/07/11 20:51] – removed svn way, we don't use svn anymore bjori
Line 43: Line 43:
  
  
-=== The SVN way, but with a hack === 
- 
-  - Checkout phpweb (svn co https://svn.php.net/repository/web/php/trunk phpweb) 
-  - Within phpweb, run this: <code php> 
-<?php 
-// Note: This is a complete hack 
-// Mirror to steal from 
-$mirror = 'http://www.php.net/'; 
- 
-// Files phpweb needs (typically from rsync box) 
-$files = array('include/mirrors.inc', 'include/countries.inc', 'include/pregen-events.inc', 'include/pregen-news.inc', 'include/pregen-confs.inc'); 
- 
-foreach ($files as $file) { 
- file_put_contents($file, file_get_contents($mirror . $file)); 
-} 
- 
-// Another required file, let's create it ourselves 
-file_put_contents('include/last_updated.inc', '<?php $LAST_UPDATED=' . time() . '; ?>'); 
-?> 
-</code> 
   - Make a virtual host, see [[http://php.net/mirroring.php|The official mirror page]]   - Make a virtual host, see [[http://php.net/mirroring.php|The official mirror page]]
   - If wanting the PHP Manual too, either:   - If wanting the PHP Manual too, either:
web/mirror.txt · Last modified: 2023/12/05 12:17 by derick