mirror of
https://github.com/php/web-pecl.git
synced 2026-03-23 23:02:08 +01:00
master -> main
This commit is contained in:
@@ -93,7 +93,7 @@ return [
|
||||
* Path where new PECL account requests are sent when requesting also PHP.net
|
||||
* account.
|
||||
*/
|
||||
'php_master_api_url' => isset($_SERVER['PECL_MASTER_API_URL']) ? $_SERVER['PECL_MASTER_API_URL'] : 'https://master.php.net/entry/svn-account.php',
|
||||
'php_master_api_url' => isset($_SERVER['PECL_MASTER_API_URL']) ? $_SERVER['PECL_MASTER_API_URL'] : 'https://main.php.net/entry/svn-account.php',
|
||||
|
||||
/**
|
||||
* Packages directory
|
||||
|
||||
@@ -55,7 +55,7 @@ class Karma
|
||||
* and registered user (maintainer). Extension maintainer roles are
|
||||
* defined in a separate database table "maintains". Todo: check if
|
||||
* this will be ever utilized again, or this should be migrated to a
|
||||
* common php.net accounts procedure using the master.php.net.
|
||||
* common php.net accounts procedure using the main.php.net.
|
||||
*
|
||||
* @param string Username
|
||||
* @param string Level
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
namespace App\Utils;
|
||||
|
||||
/**
|
||||
* Service class to post data to the central master.php.net server which can
|
||||
* Service class to post data to the central main.php.net server which can
|
||||
* store the data in the database and/or mail notices or requests to PHP.net
|
||||
* stuff and servers.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user