mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Update http to https
This commit is contained in:
parent
19b42bd6b3
commit
da82719f20
35 changed files with 37 additions and 36 deletions
3
CREDITS
3
CREDITS
|
@ -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
|
||||||
|
|
2
INSTALL
2
INSTALL
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
[](http://travis-ci.org/php/php-src)
|
[](http://travis-ci.org/php/php-src)
|
||||||
[](https://ci.appveyor.com/project/php/php-src)
|
[](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
|
||||||
|
|
|
@ -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:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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
2
header
|
@ -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. |
|
||||||
|
|
|
@ -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. |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue