Update http to https

This commit is contained in:
Dusta 2018-06-24 22:31:55 +02:00 committed by Joe Watkins
parent 19b42bd6b3
commit da82719f20
No known key found for this signature in database
GPG key ID: F9BA0ADA31CBD89E
35 changed files with 37 additions and 36 deletions

View file

@ -1,2 +1,3 @@
For the list of people who've put work into PHP, please see For the list of people who've put work into PHP, please see
http://www.php.net/credits.php
https://www.php.net/credits.php

View file

@ -1,3 +1,3 @@
For installation of PHP, please refer to the online documentation available at: For installation of PHP, please refer to the online documentation available at:
http://php.net/install https://php.net/install

View file

@ -2,7 +2,7 @@ The PHP Interpreter
=================== ===================
This is the github mirror of the official PHP repository located at This is the github mirror of the official PHP repository located at
http://git.php.net. https://git.php.net.
[![Build Status](https://secure.travis-ci.org/php/php-src.svg?branch=master)](http://travis-ci.org/php/php-src) [![Build Status](https://secure.travis-ci.org/php/php-src.svg?branch=master)](http://travis-ci.org/php/php-src)
[![Build status](https://ci.appveyor.com/api/projects/status/meyur6fviaxgdwdy?svg=true)](https://ci.appveyor.com/project/php/php-src) [![Build status](https://ci.appveyor.com/api/projects/status/meyur6fviaxgdwdy?svg=true)](https://ci.appveyor.com/project/php/php-src)
@ -28,7 +28,7 @@ open a ticket at https://bugs.php.net and reference the bug id using #NNNNNN.
time. The patch removes this warning time. The patch removes this warning
We do not merge pull requests directly on github. All PRs will be We do not merge pull requests directly on github. All PRs will be
pulled and pushed through http://git.php.net. pulled and pushed through https://git.php.net.
Guidelines for contributors Guidelines for contributors

View file

@ -42,7 +42,7 @@ ZEND_END_ARG_INFO();
/* /*
* class DOMAttr extends DOMNode * class DOMAttr extends DOMNode
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-637646024 * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-637646024
* Since: * Since:
*/ */

View file

@ -37,7 +37,7 @@ ZEND_END_ARG_INFO();
/* /*
* class DOMCdataSection extends DOMText * class DOMCdataSection extends DOMText
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-667469212 * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-667469212
* Since: * Since:
*/ */

View file

@ -58,7 +58,7 @@ ZEND_END_ARG_INFO();
/* /*
* class DOMCharacterData extends DOMNode * class DOMCharacterData extends DOMNode
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-FF21A306 * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-FF21A306
* Since: * Since:
*/ */

View file

@ -37,7 +37,7 @@ ZEND_END_ARG_INFO();
/* /*
* class DOMComment extends DOMCharacterData * class DOMComment extends DOMCharacterData
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-1728279322 * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-1728279322
* Since: * Since:
*/ */

View file

@ -190,7 +190,7 @@ ZEND_END_ARG_INFO();
/* /*
* class DOMDocument extends DOMNode * class DOMDocument extends DOMNode
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-i-Document * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-i-Document
* Since: * Since:
*/ */

View file

@ -39,7 +39,7 @@ ZEND_END_ARG_INFO();
/* /*
* class DOMDocumentFragment extends DOMNode * class DOMDocumentFragment extends DOMNode
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-B63ED1A3 * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-B63ED1A3
* Since: * Since:
*/ */

View file

@ -30,7 +30,7 @@
/* /*
* class DOMDocumentType extends DOMNode * class DOMDocumentType extends DOMNode
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-412266927 * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-412266927
* Since: * Since:
*/ */

View file

@ -46,7 +46,7 @@ ZEND_END_ARG_INFO();
/* /*
* class domdomconfiguration * class domdomconfiguration
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMConfiguration * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMConfiguration
* Since: DOM Level 3 * Since: DOM Level 3
*/ */

View file

@ -31,7 +31,7 @@
/* /*
* class domerror * class domerror
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ERROR-Interfaces-DOMError * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ERROR-Interfaces-DOMError
* Since: DOM Level 3 * Since: DOM Level 3
*/ */

View file

@ -36,7 +36,7 @@ ZEND_END_ARG_INFO();
/* /*
* class domerrorhandler * class domerrorhandler
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ERROR-Interfaces-DOMErrorHandler * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ERROR-Interfaces-DOMErrorHandler
* Since: DOM Level 3 * Since: DOM Level 3
*/ */

View file

@ -30,7 +30,7 @@
/* /*
* class DOMException * class DOMException
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-17189187 * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-17189187
* Since: * Since:
*/ */

View file

@ -52,7 +52,7 @@ ZEND_END_ARG_INFO();
/* /*
* class DOMImplementation * class DOMImplementation
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-102161490 * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-102161490
* Since: * Since:
*/ */

View file

@ -36,7 +36,7 @@ ZEND_END_ARG_INFO();
/* /*
* class domimplementationlist * class domimplementationlist
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMImplementationList * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMImplementationList
* Since: DOM Level 3 * Since: DOM Level 3
*/ */

View file

@ -41,7 +41,7 @@ ZEND_END_ARG_INFO();
/* /*
* class domimplementationsource * class domimplementationsource
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMImplementationSource * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMImplementationSource
* Since: DOM Level 3 * Since: DOM Level 3
*/ */

View file

@ -31,7 +31,7 @@
/* /*
* class domlocator * class domlocator
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Interfaces-DOMLocator * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Interfaces-DOMLocator
* Since: DOM Level 3 * Since: DOM Level 3
*/ */

View file

@ -36,7 +36,7 @@ ZEND_END_ARG_INFO();
/* /*
* class domstringlist * class domstringlist
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMStringList * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMStringList
* Since: DOM Level 3 * Since: DOM Level 3
*/ */

View file

@ -122,7 +122,7 @@ ZEND_END_ARG_INFO();
/* /*
* class DOMElement extends DOMNode * class DOMElement extends DOMNode
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-745549614 * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-745549614
* Since: * Since:
*/ */

View file

@ -31,7 +31,7 @@
/* /*
* class DOMEntity extends DOMNode * class DOMEntity extends DOMNode
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-527DCFF2 * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-527DCFF2
* Since: * Since:
*/ */

View file

@ -36,7 +36,7 @@ ZEND_END_ARG_INFO();
/* /*
* class DOMEntityReference extends DOMNode * class DOMEntityReference extends DOMNode
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-11C98490 * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-11C98490
* Since: * Since:
*/ */

View file

@ -65,7 +65,7 @@ ZEND_END_ARG_INFO();
/* /*
* class DOMNamedNodeMap * class DOMNamedNodeMap
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1780488922 * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1780488922
* Since: * Since:
*/ */

View file

@ -40,7 +40,7 @@ ZEND_END_ARG_INFO();
/* /*
* class DOMNameList * class DOMNameList
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#NameList * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#NameList
* Since: DOM Level 3 * Since: DOM Level 3
*/ */

View file

@ -128,7 +128,7 @@ ZEND_END_ARG_INFO();
/* /*
* class DOMNode * class DOMNode
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1950641247 * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1950641247
* Since: * Since:
*/ */

View file

@ -42,7 +42,7 @@ ZEND_END_ARG_INFO();
/* /*
* class DOMNodeList * class DOMNodeList
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-536297177 * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-536297177
* Since: * Since:
*/ */

View file

@ -30,7 +30,7 @@
/* /*
* class DOMNotation extends DOMNode * class DOMNotation extends DOMNode
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-5431D1B9 * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-5431D1B9
* Since: * Since:
*/ */

View file

@ -38,7 +38,7 @@ ZEND_END_ARG_INFO();
/* /*
* class DOMProcessingInstruction extends DOMNode * class DOMProcessingInstruction extends DOMNode
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-1004215813 * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-1004215813
* Since: * Since:
*/ */

View file

@ -40,7 +40,7 @@ ZEND_END_ARG_INFO();
/* /*
* class domstringextend * class domstringextend
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#i18n-methods-StringExtend * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#i18n-methods-StringExtend
* Since: * Since:
*/ */

View file

@ -48,7 +48,7 @@ ZEND_END_ARG_INFO();
/* /*
* class DOMText extends DOMCharacterData * class DOMText extends DOMCharacterData
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-1312295772 * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-1312295772
* Since: * Since:
*/ */

View file

@ -31,7 +31,7 @@
/* /*
* class domtypeinfo * class domtypeinfo
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#TypeInfo * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#TypeInfo
* Since: DOM Level 3 * Since: DOM Level 3
*/ */

View file

@ -31,7 +31,7 @@
/* /*
* class domuserdatahandler * class domuserdatahandler
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#UserDataHandler * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#UserDataHandler
* Since: DOM Level 3 * Since: DOM Level 3
*/ */

View file

@ -83,7 +83,7 @@ ZEND_END_ARG_INFO();
/* /*
* class xsl_xsltprocessor * class xsl_xsltprocessor
* *
* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html# * URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#
* Since: * Since:
*/ */

2
header
View file

@ -7,7 +7,7 @@
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: | | available through the world-wide-web at the following url: |
| http://www.php.net/license/3_01.txt | | https://php.net/license/3_01.txt |
| If you did not receive a copy of the PHP license and are unable to | | If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |

View file

@ -9,7 +9,7 @@
| This source file is subject to version 3.01 of the PHP license, | | This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is | | that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: | | available through the world-wide-web at the following url: |
| http://www.php.net/license/3_01.txt | | https://php.net/license/3_01.txt |
| If you did not receive a copy of the PHP license and are unable to | | If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |