mirror of
https://github.com/php/php-src.git
synced 2024-11-23 09:54:15 +08:00
Update http to https
This commit is contained in:
parent
19b42bd6b3
commit
da82719f20
3
CREDITS
3
CREDITS
@ -1,2 +1,3 @@
|
||||
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:
|
||||
|
||||
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
|
||||
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://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
|
||||
|
||||
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
|
||||
|
@ -42,7 +42,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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:
|
||||
*/
|
||||
|
||||
|
@ -37,7 +37,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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:
|
||||
*/
|
||||
|
||||
|
@ -58,7 +58,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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:
|
||||
*/
|
||||
|
||||
|
@ -37,7 +37,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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:
|
||||
*/
|
||||
|
||||
|
@ -190,7 +190,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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:
|
||||
*/
|
||||
|
||||
|
@ -39,7 +39,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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:
|
||||
*/
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
/*
|
||||
* 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:
|
||||
*/
|
||||
|
||||
|
@ -46,7 +46,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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
|
||||
*/
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
/*
|
||||
* 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
|
||||
*/
|
||||
|
||||
|
@ -36,7 +36,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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
|
||||
*/
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
/*
|
||||
* 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:
|
||||
*/
|
||||
|
||||
|
@ -52,7 +52,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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:
|
||||
*/
|
||||
|
||||
|
@ -36,7 +36,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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
|
||||
*/
|
||||
|
||||
|
@ -41,7 +41,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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
|
||||
*/
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
/*
|
||||
* 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
|
||||
*/
|
||||
|
||||
|
@ -36,7 +36,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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
|
||||
*/
|
||||
|
||||
|
@ -122,7 +122,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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:
|
||||
*/
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
/*
|
||||
* 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:
|
||||
*/
|
||||
|
||||
|
@ -36,7 +36,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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:
|
||||
*/
|
||||
|
||||
|
@ -65,7 +65,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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:
|
||||
*/
|
||||
|
||||
|
@ -40,7 +40,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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
|
||||
*/
|
||||
|
||||
|
@ -128,7 +128,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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:
|
||||
*/
|
||||
|
||||
|
@ -42,7 +42,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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:
|
||||
*/
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
/*
|
||||
* 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:
|
||||
*/
|
||||
|
||||
|
@ -38,7 +38,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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:
|
||||
*/
|
||||
|
||||
|
@ -40,7 +40,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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:
|
||||
*/
|
||||
|
||||
|
@ -48,7 +48,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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:
|
||||
*/
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
/*
|
||||
* 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
|
||||
*/
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
/*
|
||||
* 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
|
||||
*/
|
||||
|
||||
|
@ -83,7 +83,7 @@ ZEND_END_ARG_INFO();
|
||||
/*
|
||||
* 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:
|
||||
*/
|
||||
|
||||
|
2
header
2
header
@ -7,7 +7,7 @@
|
||||
| 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 |
|
||||
| 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 |
|
||||
| obtain it through the world-wide-web, please send a note to |
|
||||
| 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, |
|
||||
| that is bundled with this package in the file LICENSE, and is |
|
||||
| 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 |
|
||||
| obtain it through the world-wide-web, please send a note to |
|
||||
| license@php.net so we can mail you a copy immediately. |
|
||||
|
Loading…
Reference in New Issue
Block a user