[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] =?utf-8?q?svn:_/SVNROOT/_commit-bugs.php?=
From:       Philip_Olson <philip () php ! net>
Date:       2011-06-29 23:48:01
Message-ID: svn-philip-1309391281-312647-1332774081 () svn ! php ! net
[Download RAW message or body]

philip                                   Wed, 29 Jun 2011 23:48:01 +0000

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

Log:
changed bugs urls to use https://

Changed paths:
    U   SVNROOT/commit-bugs.php

Modified: SVNROOT/commit-bugs.php
===================================================================
--- SVNROOT/commit-bugs.php	2011-06-29 23:44:02 UTC (rev 312646)
+++ SVNROOT/commit-bugs.php	2011-06-29 23:48:01 UTC (rev 312647)
@@ -9,10 +9,10 @@
 $bug_url_prefixes = array(
     'pear' => 'http://pear.php.net/bugs',
     'pecl' => 'http://pecl.php.net/bugs',
-    'php' => 'http://bugs.php.net',
-    '' => 'http://bugs.php.net',
+    'php' => 'https://bugs.php.net',
+    '' => 'https://bugs.php.net',
 );
-$bug_rpc_url = 'http://bugs.php.net/rpc.php';
+$bug_rpc_url = 'https://bugs.php.net/rpc.php';
 $viewvc_url_prefix = 'http://svn.php.net/viewvc/?view=revision&revision=';

 // -----------------------------------------------------------------------------------------------------------------------------




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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic