diff --git a/config/app.php b/config/app.php index 688f711e..5af076a6 100644 --- a/config/app.php +++ b/config/app.php @@ -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 diff --git a/src/Karma.php b/src/Karma.php index 04170c70..54dd5aba 100644 --- a/src/Karma.php +++ b/src/Karma.php @@ -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 diff --git a/src/Utils/PhpMasterClient.php b/src/Utils/PhpMasterClient.php index 5b3f8cbe..529931bb 100644 --- a/src/Utils/PhpMasterClient.php +++ b/src/Utils/PhpMasterClient.php @@ -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. */