For Programmers: Free Programming Magazines  


Home > Archive > PHP Mirrors > May 2006 > cvs: phpweb / error.php









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpweb / error.php
Philip Olson

2006-05-21, 7:01 pm

philip Sun May 21 21:56:26 2006 UTC

Modified files:
/phpweb error.php
Log:
Fix phpXnews external redirects (to view NEWS in CVS)


http://cvs.php.net/viewcvs.cgi/phpw...6&diff_format=u
Index: phpweb/error.php
diff -u phpweb/error.php:1.45 phpweb/error.php:1.46
--- phpweb/error.php:1.45 Wed Mar 8 03:24:32 2006
+++ phpweb/error.php Sun May 21 21:56:25 2006
@@ -1,6 +1,6 @@
<?php

-// $Id: error.php,v 1.45 2006/03/08 03:24:32 pollita Exp $
+// $Id: error.php,v 1.46 2006/05/21 21:56:25 philip Exp $

/*

@@ -309,8 +309,9 @@
);

$external_redirects = array(
- "php4news" => "http://cvs.php.net/cvs.php/php-src/NEWS?onb=1.1247.2",
- "php5news" => "http://cvs.php.net/co.php/php-src/NEWS?p=1",
+ "php4news" => "http://cvs.php.net/viewcvs.cgi/php-src/NEWS?view=markup&pathrev=PHP_4_4",
+ "php5news" => "http://cvs.php.net/viewcvs.cgi/php-src/NEWS?view=markup&pathrev=PHP_5_2",
+ "php6news" => "http://cvs.php.net/viewcvs.cgi/php-src/NEWS?view=markup&pathrev=HEAD",
"projects" => "http://freshmeat.net/browse/183/",
"pear" => "http://pear.php.net/",
"bugs" => "http://bugs.php.net/",
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com