Update to https protocol for php.net links (#17168) [skip ci]

* Updated php.net link for some MemCache properties [skip ci]

* Changed protocol to https for links to php.net in comments

* Changed protocol to https for links to php.net in code

* Changed www.php.net (http) to secure.php.net (https) in comments

* Changed www.php.net (http) to secure.php.net (https) in code

* Changed protocol to https for links to php.net in UPGRADE.md

* Changed protocol to https for links to pecl.php.net in comments

* Changed us.php.net to secure.php.net (https) in comments

* Changed protocol to https for links to php.net in docs

* Changed www.php.net (http) to secure.php.net (https) in docs

* Changed protocol to https for links to pecl.php.net in docs

* Changed ru/jp.php.net to secure.php.net (https) in docs

Don't sure about russian guide: is this links meant to be for guide on russian, or not?
This commit is contained in:
Pavel Dovlatov
2019-02-28 13:09:27 +03:00
committed by Alexander Makarov
parent 8cc74f5c57
commit bdb7c64910
256 changed files with 672 additions and 672 deletions

View File

@ -222,7 +222,7 @@ class Component extends BaseObject
* will be implicitly called when executing `isset($component->property)`.
* @param string $name the property name or the event name
* @return bool whether the named property is set
* @see http://php.net/manual/en/function.isset.php
* @see https://secure.php.net/manual/en/function.isset.php
*/
public function __isset($name)
{
@ -254,7 +254,7 @@ class Component extends BaseObject
* will be implicitly called when executing `unset($component->property)`.
* @param string $name the property name
* @throws InvalidCallException if the property is read only.
* @see http://php.net/manual/en/function.unset.php
* @see https://secure.php.net/manual/en/function.unset.php
*/
public function __unset($name)
{