]> granicus.if.org Git - php/commitdiff
Update http to https
authorDusta <dusta@users.noreply.github.com>
Sun, 24 Jun 2018 20:31:55 +0000 (22:31 +0200)
committerJoe Watkins <krakjoe@php.net>
Mon, 25 Jun 2018 06:31:32 +0000 (08:31 +0200)
35 files changed:
CREDITS
INSTALL
README.md
ext/dom/attr.c
ext/dom/cdatasection.c
ext/dom/characterdata.c
ext/dom/comment.c
ext/dom/document.c
ext/dom/documentfragment.c
ext/dom/documenttype.c
ext/dom/domconfiguration.c
ext/dom/domerror.c
ext/dom/domerrorhandler.c
ext/dom/domexception.c
ext/dom/domimplementation.c
ext/dom/domimplementationlist.c
ext/dom/domimplementationsource.c
ext/dom/domlocator.c
ext/dom/domstringlist.c
ext/dom/element.c
ext/dom/entity.c
ext/dom/entityreference.c
ext/dom/namednodemap.c
ext/dom/namelist.c
ext/dom/node.c
ext/dom/nodelist.c
ext/dom/notation.c
ext/dom/processinginstruction.c
ext/dom/string_extend.c
ext/dom/text.c
ext/dom/typeinfo.c
ext/dom/userdatahandler.c
ext/xsl/xsltprocessor.c
header
run-tests.php

diff --git a/CREDITS b/CREDITS
index 42549a2773377fddc0daa4e04d9077cadfc9686f..aa22df84fbadac669de461a46efd3229dec83f03 100644 (file)
--- a/CREDITS
+++ b/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
diff --git a/INSTALL b/INSTALL
index d2f4f42a99830b5b5750faa5cc1a3d083b4b9647..ad813e6574dbc4352fcef67f172430681a9a967c 100644 (file)
--- a/INSTALL
+++ b/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
index 6080dc4adf8efa0de78ee807667f646465c4ecfe..18087fa3bcc0c999c9b6399ccade83908f956458 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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
index 930a2de827a3f1282ea9d4a45f2dd4c4e12d47d4..1737a6018c3572e346c47a0d821f5a8d95482ae4 100644 (file)
@@ -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:
 */
 
index 8328e13f66832fbb9e1ff7efa0d3e595882d41da..a7b0d7a2f0b421ae779c1c74b63d950b19b3975d 100644 (file)
@@ -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:
 */
 
index bd801733c49193f60627d2661ba9f60ddd4cc476..3af8968dfc15f346039a6fdacc56c8a46bb3ab48 100644 (file)
@@ -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:
 */
 
index d1037feaeeba8475df4079cd57729601e6c4082c..a807e5f67e9bd5d8e322629cf848212d94e2a2f3 100644 (file)
@@ -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:
 */
 
index 262a88896e1475feaed0b535a7a3594f3ef363a0..1a8e56230062de6e20e2c14ea1afcf7b88134d11 100644 (file)
@@ -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:
 */
 
index c4849acf0a2fbf48516e54b427f92c3edc19206f..0f9c711e2d0324e8ea6064a5068f6e21215467dd 100644 (file)
@@ -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:
 */
 
index 661d23d1c904cc678f227daef4267ddcab3a7a43..a93679f2360aecf26b74c37e717828a2e9350a0b 100644 (file)
@@ -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:
 */
 
index 7664507fc1b0481c34e18ae8a26bdedcf128bd20..f781c86a87b54ced64455bcd6640011ad4e26e17 100644 (file)
@@ -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
 */
 
index cae018b5270b19f8877359034d4eef682efe1fa1..50c2e4be7ca62066f8fc4907585fcb3711a0450c 100644 (file)
@@ -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
 */
 
index ad2f0e738691fe2c3c2aec8c0bf725d89ecc8fe5..8be39474f42398b84c82d2984a16ee7a77c1480a 100644 (file)
@@ -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
 */
 
index 2242fc3d364906b27327b4c444a3950bffe871cf..f19810710ec7587b3d0843395c8a3aed7cd32bdf 100644 (file)
@@ -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:
 */
 
index 441aab5c482e1a1ad9f5401ff2a4df57c2165e93..d3bed97033ca2d649491cda7093e26f81ee346e8 100644 (file)
@@ -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:
 */
 
index 14ded81034744bf24412929fdeee82c2626315ae..2f45e183bab7625b455e125c5dff91927f3698bd 100644 (file)
@@ -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
 */
 
index 80c28dc81e2e61efb7b39a4cf544968656abf700..2d7b01eb6246baead1fc9c6c118cfe0ec3f8a450 100644 (file)
@@ -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
 */
 
index 8407598ab99764374ac94ef89ea8981ba79c9d20..90e80847e160c6f978300beaf16415e82f2bd033 100644 (file)
@@ -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
 */
 
index 2a2f76eff53cb753368ef465d444f827526ca825..7ab683f466b42e5ccc6d2c01b830601655b3a348 100644 (file)
@@ -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
 */
 
index 16545753b3846d9570d890217bb749b5a171d5b8..0a3de89121053a6dab7e19e614ae113e1f0831ac 100644 (file)
@@ -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:
 */
 
index 635faf5eda6e5d61bcf976cc275c7a50fab36f66..8edcef0333a4fbf09e9f534cc163257ab9e10d7d 100644 (file)
@@ -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:
 */
 
index dcb3a721e01ca964e0d6b558b0595e7802520fbd..9d9b1eed7943c6c98c1e36fa1fcf7ad74cb87ac1 100644 (file)
@@ -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:
 */
 
index 5289940c9ee9f44102e6454a8d6dbccfb08c6ca0..a0a2c653c20e2bf2feae5d31aeb06d528d6acb7d 100644 (file)
@@ -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:
 */
 
index bb27d8b01e0d45bd5fef4969ba014960bf7c2818..0489c0445f61f9777e2f670af3cc588076b0a4d5 100644 (file)
@@ -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
 */
 
index 3048ecef07351251a572e47d7efd66262136b5b7..19993d0ec9cf3b1ee4a53981dc145c8e154215ac 100644 (file)
@@ -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:
 */
 
index 45084e184042a1096a5909949d9f21f6cd16f815..1230975af7c1966a745c7912f2c0e78212c4e577 100644 (file)
@@ -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:
 */
 
index 65d2a2e994d8f3a28f209a7a5cec9ebb9f8a7f0e..dde7e641d92b9825466c5452bd92afd3f763c00a 100644 (file)
@@ -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:
 */
 
index f8fde2b807d1e373baf27bb1ae8d4a2a9ee562ce..f1566fc1bc2ac1c19bea582144b36d32415712c6 100644 (file)
@@ -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:
 */
 
index 4e47afbe9eb77f76ec491e8e1f2f1ab2c08e3378..bf5a04d3dd7f2f27220dcf0a3140750173072d75 100644 (file)
@@ -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:
 */
 
index 47c4ca90a5ad3e5d5800359e86992acb40bc4ef1..57688e8bce29f9a13266f8fb87d5834b9d012d1f 100644 (file)
@@ -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:
 */
 
index 1fb9ab7b97f7577c49bb54748a7331a8390f3158..bf902abb87ae947c70b741e31fbf63bf779ebfdf 100644 (file)
@@ -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
 */
 
index f9b1570e3e9c7a7ccab1f975f8fa7fd5d95c2fbc..b83b275fb21c043eeec283cdfe7417b2f1f3ac84 100644 (file)
@@ -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
 */
 
index 17536c5cbeb22b32cfd171a6e4f193012ad4faec..b7f56ef71f6cc0ecaa3d30489dab9903cbdab144 100644 (file)
@@ -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:
 */
 
diff --git a/header b/header
index c1fdf4b55144e4418891cb9c0bdc783234ef8830..49829a70f890f3126971a0c865ac016bc360e8c3 100644 (file)
--- a/header
+++ b/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.               |
index 2f366bd7f28f983ce5342df471dbcaa0002d7fe9..e7f908c2e88e68865a111918d05d2d7dd15eaf6a 100644 (file)
@@ -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.               |