mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 06:11:35 +08:00
[doc] Update PHP doc links (#18957)
* Replace https://secure.php.net with https://www.php.net * Replace http://www.php.net with https://www.php.net
This commit is contained in:
@ -401,7 +401,7 @@ class ErrorHandler extends \yii\base\ErrorHandler
|
||||
'http://lighttpd.net/' => ['lighttpd'],
|
||||
'http://gwan.com/' => ['g-wan', 'gwan'],
|
||||
'http://iis.net/' => ['iis', 'services'],
|
||||
'https://secure.php.net/manual/en/features.commandline.webserver.php' => ['development'],
|
||||
'https://www.php.net/manual/en/features.commandline.webserver.php' => ['development'],
|
||||
];
|
||||
if (isset($_SERVER['SERVER_SOFTWARE'])) {
|
||||
foreach ($serverUrls as $url => $keywords) {
|
||||
|
Reference in New Issue
Block a user