diff --git a/LICENSE b/LICENSE index 58fe66f63..5cd3398de 100644 --- a/LICENSE +++ b/LICENSE @@ -5,7 +5,7 @@ Documentation content licensing: in the Creative Commons Attribution 3.0 License or later. A copy of the Creative Commons Attribution 3.0 license is distributed with this manual. The latest version is presently available at ยป - http://creativecommons.org/licenses/by/3.0/. + https://creativecommons.org/licenses/by/3.0/. If you are interested in redistribution or republishing of this document in whole or in part, either modified or unmodified, and you diff --git a/RFC/coding_standards b/RFC/coding_standards index 3745e753a..f0ec24ff0 100644 --- a/RFC/coding_standards +++ b/RFC/coding_standards @@ -1,7 +1,7 @@ GENERAL: -References: http://pear.php.net/manual/en/standards.php - http://www.php.net/manual/howto/ +References: https://pear.php.net/manual/en/standards.php + https://www.php.net/manual/howto/ Examples need to be clear and simple, but should show the possibilities and usage of the functions used. Only use OOP features where you would like to diff --git a/RFC/schema/docbook.xsd b/RFC/schema/docbook.xsd index c33dcc21e..3732241d5 100644 --- a/RFC/schema/docbook.xsd +++ b/RFC/schema/docbook.xsd @@ -1,7 +1,7 @@ - - - + + + diff --git a/RFC/schema/phd.xsd b/RFC/schema/phd.xsd index 897d24b90..ca95502b6 100644 --- a/RFC/schema/phd.xsd +++ b/RFC/schema/phd.xsd @@ -1,16 +1,16 @@ - + - + ]> - - + diff --git a/RFC/schema/xml.xsd b/RFC/schema/xml.xsd index c6e9c4621..83fe3d39d 100644 --- a/RFC/schema/xml.xsd +++ b/RFC/schema/xml.xsd @@ -1,5 +1,5 @@ - + diff --git a/RFC/skeletons/book.xml b/RFC/skeletons/book.xml index 27afed92b..669d2824b 100644 --- a/RFC/skeletons/book.xml +++ b/RFC/skeletons/book.xml @@ -1,6 +1,6 @@ - + Extname Extname... diff --git a/RFC/skeletons/classname.xml b/RFC/skeletons/classname.xml index a9f562911..4dcdb658f 100644 --- a/RFC/skeletons/classname.xml +++ b/RFC/skeletons/classname.xml @@ -1,10 +1,10 @@ + xmlns:phpdoc="https://php.net/ns/phpdoc" + xmlns:xlink="https://www.w3.org/1999/xlink" + xmlns:xi="https://www.w3.org/2001/XInclude" + xmlns="https://docbook.org/ns/docbook"> The ClassName class ClassName @@ -57,24 +57,24 @@ --> &Methods; - + - + - + diff --git a/RFC/skeletons/configure.xml b/RFC/skeletons/configure.xml index 6380a7104..826682bbe 100644 --- a/RFC/skeletons/configure.xml +++ b/RFC/skeletons/configure.xml @@ -1,6 +1,6 @@ -
+
&reftitle.install; diff --git a/RFC/skeletons/constants.xml b/RFC/skeletons/constants.xml index 3fcbf346f..59de385a5 100644 --- a/RFC/skeletons/constants.xml +++ b/RFC/skeletons/constants.xml @@ -1,6 +1,6 @@ - + &reftitle.constants; &extension.constants; diff --git a/RFC/skeletons/examples.xml b/RFC/skeletons/examples.xml index ad0c09617..9c4d6e8cf 100644 --- a/RFC/skeletons/examples.xml +++ b/RFC/skeletons/examples.xml @@ -1,6 +1,6 @@ - + &reftitle.examples; diff --git a/RFC/skeletons/exceptionname.xml b/RFC/skeletons/exceptionname.xml index 8785cdfde..ee94d3bf8 100644 --- a/RFC/skeletons/exceptionname.xml +++ b/RFC/skeletons/exceptionname.xml @@ -1,11 +1,11 @@ + xmlns:phpdoc="https://php.net/ns/phpdoc" + xmlns="https://docbook.org/ns/docbook" + xmlns:xlink="https://www.w3.org/1999/xlink" + xmlns:xi="https://www.w3.org/2001/XInclude" + xmlns="https://docbook.org/ns/docbook"> The ExceptionName class ExceptionName @@ -44,11 +44,11 @@ Methods - + diff --git a/RFC/skeletons/function.xml b/RFC/skeletons/function.xml index b726e7ca0..592042d58 100644 --- a/RFC/skeletons/function.xml +++ b/RFC/skeletons/function.xml @@ -1,6 +1,6 @@ - + func_name The func_name purpose diff --git a/RFC/skeletons/ini.xml b/RFC/skeletons/ini.xml index c2f5b451b..536a61406 100644 --- a/RFC/skeletons/ini.xml +++ b/RFC/skeletons/ini.xml @@ -1,6 +1,6 @@ -
+
&reftitle.runtime; &extension.runtime; diff --git a/RFC/skeletons/method.xml b/RFC/skeletons/method.xml index d6bfb3253..bb8783ff4 100644 --- a/RFC/skeletons/method.xml +++ b/RFC/skeletons/method.xml @@ -1,6 +1,6 @@ - + ClassName::methodName diff --git a/RFC/skeletons/reference.xml b/RFC/skeletons/reference.xml index f20cf07d9..1d7163c87 100644 --- a/RFC/skeletons/reference.xml +++ b/RFC/skeletons/reference.xml @@ -1,6 +1,6 @@ - + Extname &Functions; Extname diff --git a/RFC/skeletons/setup.xml b/RFC/skeletons/setup.xml index a03b43662..f2af2edeb 100644 --- a/RFC/skeletons/setup.xml +++ b/RFC/skeletons/setup.xml @@ -1,6 +1,6 @@ - + &reftitle.setup; diff --git a/RFC/test.xml b/RFC/test.xml index 6f9d4b45b..aef6bc09c 100644 --- a/RFC/test.xml +++ b/RFC/test.xml @@ -12,7 +12,7 @@ $HeadURL$ $URL$ --> - + An XML file that is meant to be ignored
Testing diff --git a/TODO b/TODO index 37c6dea0e..99104e24c 100644 --- a/TODO +++ b/TODO @@ -39,4 +39,4 @@ GENERAL: example, make sure a function exists. BUGS - - Open: http://bit.ly/phpdocbugs + - Open: https://bit.ly/phpdocbugs diff --git a/chm/chm_settings.php b/chm/chm_settings.php index 7185990d7..44ca60074 100644 --- a/chm/chm_settings.php +++ b/chm/chm_settings.php @@ -4,8 +4,8 @@ // Array to manual code -> HTML Help Code conversion // Code list: http://www.helpware.net/htmlhelp/hh_info.htm // Charset list: http://www.microsoft.com/globaldev/nlsweb/default.asp -// Language code: http://www.unicode.org/unicode/onlinedat/languages.html -// MIME preferred charset list: http://www.iana.org/assignments/character-sets +// Language code: https://www.unicode.org/unicode/onlinedat/languages.html +// MIME preferred charset list: https://www.iana.org/assignments/character-sets // Font list: http://www.microsoft.com/office/ork/xp/three/inte03.htm $LANGUAGES = array( diff --git a/chm/make_chm.README b/chm/make_chm.README index 80adaa169..5e01bac7c 100644 --- a/chm/make_chm.README +++ b/chm/make_chm.README @@ -25,14 +25,14 @@ WHAT YOU NEED Microsoft(r) HTML Help Workshop. You can download it freely at: - http://msdn.microsoft.com/library/en-us/htmlhelp/html/vsconhh1start.asp + https://msdn.microsoft.com/library/en-us/htmlhelp/html/vsconhh1start.asp You need the complete workshop package install (about 4 Megs). Of course you need Microsoft(r) Windows to run that software :) The html manual. You have two alternatives: a) Download the actual html manual from - http://www.php.net/download-docs.php + https://www.php.net/download-docs.php and untar the distribution into a directory b) Build the html manual yourself using Jade and the other tools needed (look into the HOWTO to see how to build it yourself) diff --git a/configure.php b/configure.php index 313c150aa..ed6ffe64f 100755 --- a/configure.php +++ b/configure.php @@ -10,7 +10,7 @@ | This source file is subject to version 3.0 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_0.txt. | + | https://www.php.net/license/3_0.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. | @@ -503,7 +503,7 @@ function generate_sources_file() // {{{ // Reject 'old' LibXML installations, due to LibXML feature #502960 {{{ if (version_compare(LIBXML_DOTTED_VERSION, '2.7.4', '<') && $ac['LIBXML_CHECK'] === 'yes') { echo "LibXML 2.7.4+ added a 'feature' to break things, typically namespace related, and unfortunately we must require it.\n"; - echo "For a few related details, see: http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg777646.html\n"; + echo "For a few related details, see: https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg777646.html\n"; echo "Please recompile PHP with a LibXML version 2.7.4 or greater. Version detected: " . LIBXML_DOTTED_VERSION . "\n"; echo "Or, pass in --disable-libxml-check if doing so feels safe.\n\n"; #exit(100); diff --git a/developer.template.xml.in b/developer.template.xml.in index 23d3f5d5a..68d38af7b 100644 --- a/developer.template.xml.in +++ b/developer.template.xml.in @@ -19,7 +19,7 @@ ]> - + Developers preview &developer.include.file; diff --git a/docbook/docbook-xml/README b/docbook/docbook-xml/README index 6fc60c4bf..0047c0c7b 100644 --- a/docbook/docbook-xml/README +++ b/docbook/docbook-xml/README @@ -2,7 +2,7 @@ README for the DocBook XML DTD For more information about DocBook, please see - http://www.oasis-open.org/docbook/ + https://www.oasis-open.org/docbook/ Please send all questions, comments, concerns, and bug reports to the DocBook mailing list: docbook@lists.oasis-open.org diff --git a/docbook/docbook-xml/calstblx.dtd b/docbook/docbook-xml/calstblx.dtd index e06be6d19..8fbde552a 100644 --- a/docbook/docbook-xml/calstblx.dtd +++ b/docbook/docbook-xml/calstblx.dtd @@ -28,7 +28,7 @@ Please direct all questions, bug reports, or suggestions for changes to the docbook@lists.oasis-open.org mailing list. For more - information, see http://www.oasis-open.org/docbook/. + information, see https://www.oasis-open.org/docbook/. --> diff --git a/docbook/docbook-xml/catalog.xml b/docbook/docbook-xml/catalog.xml index f75c1d764..f5e006c59 100644 --- a/docbook/docbook-xml/catalog.xml +++ b/docbook/docbook-xml/catalog.xml @@ -7,7 +7,7 @@ @@ -25,10 +25,10 @@ - - diff --git a/docbook/docbook-xml/dbcentx.mod b/docbook/docbook-xml/dbcentx.mod index 60de290cb..7dd4a3b90 100644 --- a/docbook/docbook-xml/dbcentx.mod +++ b/docbook/docbook-xml/dbcentx.mod @@ -25,7 +25,7 @@ Please direct all questions, bug reports, or suggestions for changes to the docbook@lists.oasis-open.org mailing list. For more - information, see http://www.oasis-open.org/docbook/. + information, see https://www.oasis-open.org/docbook/. --> diff --git a/docbook/docbook-xml/dbhierx.mod b/docbook/docbook-xml/dbhierx.mod index a2f46bebb..5992b5d93 100644 --- a/docbook/docbook-xml/dbhierx.mod +++ b/docbook/docbook-xml/dbhierx.mod @@ -25,7 +25,7 @@ Please direct all questions, bug reports, or suggestions for changes to the docbook@lists.oasis-open.org mailing list. For more - information, see http://www.oasis-open.org/docbook/. + information, see https://www.oasis-open.org/docbook/. --> diff --git a/docbook/docbook-xml/dbnotnx.mod b/docbook/docbook-xml/dbnotnx.mod index 74e312f08..fae7a38ee 100644 --- a/docbook/docbook-xml/dbnotnx.mod +++ b/docbook/docbook-xml/dbnotnx.mod @@ -25,7 +25,7 @@ Please direct all questions, bug reports, or suggestions for changes to the docbook@lists.oasis-open.org mailing list. For more - information, see http://www.oasis-open.org/docbook/. + information, see https://www.oasis-open.org/docbook/. --> @@ -92,9 +92,9 @@ - - - + + + diff --git a/docbook/docbook-xml/dbpoolx.mod b/docbook/docbook-xml/dbpoolx.mod index 25969335d..c5e1bd68c 100644 --- a/docbook/docbook-xml/dbpoolx.mod +++ b/docbook/docbook-xml/dbpoolx.mod @@ -25,7 +25,7 @@ Please direct all questions, bug reports, or suggestions for changes to the docbook@lists.oasis-open.org mailing list. For more - information, see http://www.oasis-open.org/docbook/. + information, see https://www.oasis-open.org/docbook/. --> diff --git a/docbook/docbook-xml/docbook.cat b/docbook/docbook-xml/docbook.cat index 25ac4dff0..f5b779adb 100644 --- a/docbook/docbook-xml/docbook.cat +++ b/docbook/docbook-xml/docbook.cat @@ -4,7 +4,7 @@ -- Please direct all questions, bug reports, or suggestions for changes to the docbook@lists.oasis-open.org mailing list. For more - information, see http://www.oasis-open.org/. + information, see https://www.oasis-open.org/. -- -- This is the catalog data file for DocBook XML V4.5. It is provided as diff --git a/docbook/docbook-xml/docbook.dtd b/docbook/docbook-xml/docbook.dtd index 51dc280d4..643af1d11 100644 --- a/docbook/docbook-xml/docbook.dtd +++ b/docbook/docbook-xml/docbook.dtd @@ -24,10 +24,10 @@ @@ -2776,7 +2776,7 @@ - + - + - - + + - - + + - + @@ -4021,7 +4021,7 @@ A reference to a fragment of a command synopsis - @linkend on synopfragmentref must point to a synopfragment. + @linkend on synopfragmentref must point to a synopfragment. @@ -8594,7 +8594,7 @@ O, the molecular formula for water) A cross reference to a footnote (a footnote mark) - @linkend on footnoteref must point to a footnote. + @linkend on footnoteref must point to a footnote. @@ -10734,7 +10734,7 @@ O, the molecular formula for water) to another - @otherterm on glosssee must point to a glossentry. + @otherterm on glosssee must point to a glossentry. @@ -10771,7 +10771,7 @@ O, the molecular formula for water) A cross-reference from one GlossEntry to another - @otherterm on glossseealso must point to a glossentry. + @otherterm on glossseealso must point to a glossentry. @@ -10800,7 +10800,7 @@ O, the molecular formula for water) The first occurrence of a term - @linkend on firstterm must point to a glossentry. + @linkend on firstterm must point to a glossentry. @@ -10829,7 +10829,7 @@ O, the molecular formula for water) A glossary term - @linkend on glossterm must point to a glossentry. + @linkend on glossterm must point to a glossentry. @@ -15200,7 +15200,7 @@ where the nonterminal Any element from the MathML namespace - + @@ -15272,7 +15272,7 @@ where the nonterminal Any element from the SVG namespace - + diff --git a/docbook/docbook-xml/docbook.xsd b/docbook/docbook-xml/docbook.xsd index c33dcc21e..3732241d5 100644 --- a/docbook/docbook-xml/docbook.xsd +++ b/docbook/docbook-xml/docbook.xsd @@ -1,7 +1,7 @@ - - - + + + diff --git a/docbook/docbook-xml/docbookx.dtd b/docbook/docbook-xml/docbookx.dtd index 2672b7bde..f75ad943f 100644 --- a/docbook/docbook-xml/docbookx.dtd +++ b/docbook/docbook-xml/docbookx.dtd @@ -8,7 +8,7 @@ Organization for the Advancement of Structured Information Standards (OASIS). - See also http://docbook.org/specs/ + See also https://docbook.org/specs/ $Id: docbookx.dtd,v 1.1 2007-01-22 15:16:06 bjori Exp $ @@ -27,7 +27,7 @@ Please direct all questions, bug reports, or suggestions for changes to the docbook@lists.oasis-open.org mailing list. For more - information, see http://www.oasis-open.org/docbook/. + information, see https://www.oasis-open.org/docbook/. --> @@ -42,14 +42,14 @@ declaration: Or, if you have a higher-level driver file that customizes DocBook, use the FPI in the parameter entity declaration: + "https://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> %DocBookDTD; See the documentation for detailed information on the parameter @@ -71,11 +71,11 @@ - - - - - + + + + + ]]> ]]> diff --git a/docbook/docbook-xml/ent/README b/docbook/docbook-xml/ent/README index c0da542a6..9ac39160f 100644 --- a/docbook/docbook-xml/ent/README +++ b/docbook/docbook-xml/ent/README @@ -3,7 +3,7 @@ XML Entity Declarations for Characters The character entity sets distributed with DocBook XML are direct copies of the official entities located at - http://www.w3.org/2003/entities/ + https://www.w3.org/2003/entities/ They are distributed for historical compatibility and user convenience. The DocBook Technical Committee no longer attempts to maintain these diff --git a/docbook/docbook-xml/ent/isoamsa.ent b/docbook/docbook-xml/ent/isoamsa.ent index 3c836f963..469a330af 100644 --- a/docbook/docbook-xml/ent/isoamsa.ent +++ b/docbook/docbook-xml/ent/isoamsa.ent @@ -24,7 +24,7 @@ Version: $Id$ Public identifier: ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN//XML - System identifier: http://www.w3.org/2003/entities/iso8879/isoamsa.ent + System identifier: https://www.w3.org/2003/entities/iso8879/isoamsa.ent The public identifier should always be used verbatim. The system identifier may be changed to suit local requirements. @@ -33,7 +33,7 @@ %isoamsa; diff --git a/docbook/docbook-xml/ent/isoamsb.ent b/docbook/docbook-xml/ent/isoamsb.ent index 19c311a6b..d1d0ce931 100644 --- a/docbook/docbook-xml/ent/isoamsb.ent +++ b/docbook/docbook-xml/ent/isoamsb.ent @@ -24,7 +24,7 @@ Version: $Id$ Public identifier: ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN//XML - System identifier: http://www.w3.org/2003/entities/iso8879/isoamsb.ent + System identifier: https://www.w3.org/2003/entities/iso8879/isoamsb.ent The public identifier should always be used verbatim. The system identifier may be changed to suit local requirements. @@ -33,7 +33,7 @@ %isoamsb; diff --git a/docbook/docbook-xml/ent/isoamsc.ent b/docbook/docbook-xml/ent/isoamsc.ent index 41918fba1..3c4ee3f7d 100644 --- a/docbook/docbook-xml/ent/isoamsc.ent +++ b/docbook/docbook-xml/ent/isoamsc.ent @@ -24,7 +24,7 @@ Version: $Id$ Public identifier: ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN//XML - System identifier: http://www.w3.org/2003/entities/iso8879/isoamsc.ent + System identifier: https://www.w3.org/2003/entities/iso8879/isoamsc.ent The public identifier should always be used verbatim. The system identifier may be changed to suit local requirements. @@ -33,7 +33,7 @@ %isoamsc; diff --git a/docbook/docbook-xml/ent/isoamsn.ent b/docbook/docbook-xml/ent/isoamsn.ent index 24f3134ba..9c7974419 100644 --- a/docbook/docbook-xml/ent/isoamsn.ent +++ b/docbook/docbook-xml/ent/isoamsn.ent @@ -27,7 +27,7 @@ Version: $Id$ Public identifier: ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN//XML - System identifier: http://www.w3.org/2003/entities/iso8879/isoamsn.ent + System identifier: https://www.w3.org/2003/entities/iso8879/isoamsn.ent The public identifier should always be used verbatim. The system identifier may be changed to suit local requirements. @@ -36,7 +36,7 @@ %isoamsn; diff --git a/docbook/docbook-xml/ent/isoamso.ent b/docbook/docbook-xml/ent/isoamso.ent index a0b4e8a63..24feb911b 100644 --- a/docbook/docbook-xml/ent/isoamso.ent +++ b/docbook/docbook-xml/ent/isoamso.ent @@ -24,7 +24,7 @@ Version: $Id$ Public identifier: ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN//XML - System identifier: http://www.w3.org/2003/entities/iso8879/isoamso.ent + System identifier: https://www.w3.org/2003/entities/iso8879/isoamso.ent The public identifier should always be used verbatim. The system identifier may be changed to suit local requirements. @@ -33,7 +33,7 @@ %isoamso; diff --git a/docbook/docbook-xml/ent/isoamsr.ent b/docbook/docbook-xml/ent/isoamsr.ent index be8747611..0c38a7cf1 100644 --- a/docbook/docbook-xml/ent/isoamsr.ent +++ b/docbook/docbook-xml/ent/isoamsr.ent @@ -24,7 +24,7 @@ Version: $Id$ Public identifier: ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN//XML - System identifier: http://www.w3.org/2003/entities/iso8879/isoamsr.ent + System identifier: https://www.w3.org/2003/entities/iso8879/isoamsr.ent The public identifier should always be used verbatim. The system identifier may be changed to suit local requirements. @@ -33,7 +33,7 @@ %isoamsr; diff --git a/docbook/docbook-xml/ent/isobox.ent b/docbook/docbook-xml/ent/isobox.ent index d9431bde5..b3cd1ea39 100644 --- a/docbook/docbook-xml/ent/isobox.ent +++ b/docbook/docbook-xml/ent/isobox.ent @@ -24,7 +24,7 @@ Version: $Id$ Public identifier: ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML - System identifier: http://www.w3.org/2003/entities/iso8879/isobox.ent + System identifier: https://www.w3.org/2003/entities/iso8879/isobox.ent The public identifier should always be used verbatim. The system identifier may be changed to suit local requirements. @@ -33,7 +33,7 @@ %isobox; diff --git a/docbook/docbook-xml/ent/isocyr1.ent b/docbook/docbook-xml/ent/isocyr1.ent index 40dfa2f80..7b6b79dae 100644 --- a/docbook/docbook-xml/ent/isocyr1.ent +++ b/docbook/docbook-xml/ent/isocyr1.ent @@ -24,7 +24,7 @@ Version: $Id$ Public identifier: ISO 8879:1986//ENTITIES Russian Cyrillic//EN//XML - System identifier: http://www.w3.org/2003/entities/iso8879/isocyr1.ent + System identifier: https://www.w3.org/2003/entities/iso8879/isocyr1.ent The public identifier should always be used verbatim. The system identifier may be changed to suit local requirements. @@ -33,7 +33,7 @@ %isocyr1; diff --git a/docbook/docbook-xml/ent/isocyr2.ent b/docbook/docbook-xml/ent/isocyr2.ent index 34a0f956c..63b6bd21b 100644 --- a/docbook/docbook-xml/ent/isocyr2.ent +++ b/docbook/docbook-xml/ent/isocyr2.ent @@ -24,7 +24,7 @@ Version: $Id$ Public identifier: ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML - System identifier: http://www.w3.org/2003/entities/iso8879/isocyr2.ent + System identifier: https://www.w3.org/2003/entities/iso8879/isocyr2.ent The public identifier should always be used verbatim. The system identifier may be changed to suit local requirements. @@ -33,7 +33,7 @@ %isocyr2; diff --git a/docbook/docbook-xml/ent/isodia.ent b/docbook/docbook-xml/ent/isodia.ent index bd890598a..88685b37e 100644 --- a/docbook/docbook-xml/ent/isodia.ent +++ b/docbook/docbook-xml/ent/isodia.ent @@ -24,7 +24,7 @@ Version: $Id$ Public identifier: ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML - System identifier: http://www.w3.org/2003/entities/iso8879/isodia.ent + System identifier: https://www.w3.org/2003/entities/iso8879/isodia.ent The public identifier should always be used verbatim. The system identifier may be changed to suit local requirements. @@ -33,7 +33,7 @@ %isodia; diff --git a/docbook/docbook-xml/ent/isogrk1.ent b/docbook/docbook-xml/ent/isogrk1.ent index a098d5624..1c21fc3c9 100644 --- a/docbook/docbook-xml/ent/isogrk1.ent +++ b/docbook/docbook-xml/ent/isogrk1.ent @@ -24,7 +24,7 @@ Version: $Id$ Public identifier: ISO 8879:1986//ENTITIES Greek Letters//EN//XML - System identifier: http://www.w3.org/2003/entities/iso8879/isogrk1.ent + System identifier: https://www.w3.org/2003/entities/iso8879/isogrk1.ent The public identifier should always be used verbatim. The system identifier may be changed to suit local requirements. @@ -33,7 +33,7 @@ %isogrk1; diff --git a/docbook/docbook-xml/ent/isogrk2.ent b/docbook/docbook-xml/ent/isogrk2.ent index 8a6b9ce82..a16f5f396 100644 --- a/docbook/docbook-xml/ent/isogrk2.ent +++ b/docbook/docbook-xml/ent/isogrk2.ent @@ -24,7 +24,7 @@ Version: $Id$ Public identifier: ISO 8879:1986//ENTITIES Monotoniko Greek//EN//XML - System identifier: http://www.w3.org/2003/entities/iso8879/isogrk2.ent + System identifier: https://www.w3.org/2003/entities/iso8879/isogrk2.ent The public identifier should always be used verbatim. The system identifier may be changed to suit local requirements. @@ -33,7 +33,7 @@ %isogrk2; diff --git a/docbook/docbook-xml/ent/isogrk3.ent b/docbook/docbook-xml/ent/isogrk3.ent index 997f784cd..e18a1dc6a 100644 --- a/docbook/docbook-xml/ent/isogrk3.ent +++ b/docbook/docbook-xml/ent/isogrk3.ent @@ -24,7 +24,7 @@ Version: $Id$ Public identifier: ISO 8879:1986//ENTITIES Greek Symbols//EN//XML - System identifier: http://www.w3.org/2003/entities/iso8879/isogrk3.ent + System identifier: https://www.w3.org/2003/entities/iso8879/isogrk3.ent The public identifier should always be used verbatim. The system identifier may be changed to suit local requirements. @@ -33,7 +33,7 @@ %isogrk3; diff --git a/docbook/docbook-xml/ent/isogrk4.ent b/docbook/docbook-xml/ent/isogrk4.ent index bac15bad0..75e8e3a45 100644 --- a/docbook/docbook-xml/ent/isogrk4.ent +++ b/docbook/docbook-xml/ent/isogrk4.ent @@ -24,7 +24,7 @@ Version: $Id$ Public identifier: ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN//XML - System identifier: http://www.w3.org/2003/entities/iso8879/isogrk4.ent + System identifier: https://www.w3.org/2003/entities/iso8879/isogrk4.ent The public identifier should always be used verbatim. The system identifier may be changed to suit local requirements. @@ -33,7 +33,7 @@ %isogrk4; diff --git a/docbook/docbook-xml/ent/isolat1.ent b/docbook/docbook-xml/ent/isolat1.ent index 874714fa1..a8082a763 100644 --- a/docbook/docbook-xml/ent/isolat1.ent +++ b/docbook/docbook-xml/ent/isolat1.ent @@ -24,7 +24,7 @@ Version: $Id$ Public identifier: ISO 8879:1986//ENTITIES Added Latin 1//EN//XML - System identifier: http://www.w3.org/2003/entities/iso8879/isolat1.ent + System identifier: https://www.w3.org/2003/entities/iso8879/isolat1.ent The public identifier should always be used verbatim. The system identifier may be changed to suit local requirements. @@ -33,7 +33,7 @@ %isolat1; diff --git a/docbook/docbook-xml/ent/isolat2.ent b/docbook/docbook-xml/ent/isolat2.ent index 437e7303e..52872c02b 100644 --- a/docbook/docbook-xml/ent/isolat2.ent +++ b/docbook/docbook-xml/ent/isolat2.ent @@ -24,7 +24,7 @@ Version: $Id$ Public identifier: ISO 8879:1986//ENTITIES Added Latin 2//EN//XML - System identifier: http://www.w3.org/2003/entities/iso8879/isolat2.ent + System identifier: https://www.w3.org/2003/entities/iso8879/isolat2.ent The public identifier should always be used verbatim. The system identifier may be changed to suit local requirements. @@ -33,7 +33,7 @@ %isolat2; diff --git a/docbook/docbook-xml/ent/isonum.ent b/docbook/docbook-xml/ent/isonum.ent index a0041038d..72eba911d 100644 --- a/docbook/docbook-xml/ent/isonum.ent +++ b/docbook/docbook-xml/ent/isonum.ent @@ -24,7 +24,7 @@ Version: $Id$ Public identifier: ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML - System identifier: http://www.w3.org/2003/entities/iso8879/isonum.ent + System identifier: https://www.w3.org/2003/entities/iso8879/isonum.ent The public identifier should always be used verbatim. The system identifier may be changed to suit local requirements. @@ -33,7 +33,7 @@ %isonum; diff --git a/docbook/docbook-xml/ent/isopub.ent b/docbook/docbook-xml/ent/isopub.ent index a76a8feba..e1f5f4ae0 100644 --- a/docbook/docbook-xml/ent/isopub.ent +++ b/docbook/docbook-xml/ent/isopub.ent @@ -24,7 +24,7 @@ Version: $Id$ Public identifier: ISO 8879:1986//ENTITIES Publishing//EN//XML - System identifier: http://www.w3.org/2003/entities/iso8879/isopub.ent + System identifier: https://www.w3.org/2003/entities/iso8879/isopub.ent The public identifier should always be used verbatim. The system identifier may be changed to suit local requirements. @@ -33,7 +33,7 @@ %isopub; diff --git a/docbook/docbook-xml/ent/isotech.ent b/docbook/docbook-xml/ent/isotech.ent index 3135e7acb..1bad78c2c 100644 --- a/docbook/docbook-xml/ent/isotech.ent +++ b/docbook/docbook-xml/ent/isotech.ent @@ -24,7 +24,7 @@ Version: $Id$ Public identifier: ISO 8879:1986//ENTITIES General Technical//EN//XML - System identifier: http://www.w3.org/2003/entities/iso8879/isotech.ent + System identifier: https://www.w3.org/2003/entities/iso8879/isotech.ent The public identifier should always be used verbatim. The system identifier may be changed to suit local requirements. @@ -33,7 +33,7 @@ %isotech; diff --git a/docbook/docbook-xml/htmltblx.mod b/docbook/docbook-xml/htmltblx.mod index 8bfbdcf15..709e693dd 100644 --- a/docbook/docbook-xml/htmltblx.mod +++ b/docbook/docbook-xml/htmltblx.mod @@ -23,7 +23,7 @@ Please direct all questions, bug reports, or suggestions for changes to the docbook@lists.oasis-open.org mailing list. For more - information, see http://www.oasis-open.org/docbook/. + information, see https://www.oasis-open.org/docbook/. --> diff --git a/docbook/docbook-xml/xlink.xsd b/docbook/docbook-xml/xlink.xsd index ff9a7c1de..f120aeaac 100644 --- a/docbook/docbook-xml/xlink.xsd +++ b/docbook/docbook-xml/xlink.xsd @@ -1,5 +1,5 @@ - + diff --git a/docbook/docbook-xml/xml.xsd b/docbook/docbook-xml/xml.xsd index c6e9c4621..83fe3d39d 100644 --- a/docbook/docbook-xml/xml.xsd +++ b/docbook/docbook-xml/xml.xsd @@ -1,5 +1,5 @@ - + diff --git a/entities/ISO/isopub.ent b/entities/ISO/isopub.ent index a76a8feba..e1f5f4ae0 100644 --- a/entities/ISO/isopub.ent +++ b/entities/ISO/isopub.ent @@ -24,7 +24,7 @@ Version: $Id$ Public identifier: ISO 8879:1986//ENTITIES Publishing//EN//XML - System identifier: http://www.w3.org/2003/entities/iso8879/isopub.ent + System identifier: https://www.w3.org/2003/entities/iso8879/isopub.ent The public identifier should always be used verbatim. The system identifier may be changed to suit local requirements. @@ -33,7 +33,7 @@ %isopub; diff --git a/entities/ISO/xhtml1-lat1.ent b/entities/ISO/xhtml1-lat1.ent index 0e335a8c8..b9817ec66 100644 --- a/entities/ISO/xhtml1-lat1.ent +++ b/entities/ISO/xhtml1-lat1.ent @@ -16,14 +16,14 @@ Version: $Id$ - System identifier: http://www.w3.org/2003/entities/xhtml1/xhtml1-lat1.ent + System identifier: https://www.w3.org/2003/entities/xhtml1/xhtml1-lat1.ent The system identifier may be changed to suit local requirements. Typical invocation: %xhtml1-lat1; diff --git a/entities/ISO/xhtml1-special.ent b/entities/ISO/xhtml1-special.ent index 92a264e55..273aa4500 100644 --- a/entities/ISO/xhtml1-special.ent +++ b/entities/ISO/xhtml1-special.ent @@ -16,14 +16,14 @@ Version: $Id$ - System identifier: http://www.w3.org/2003/entities/xhtml1/xhtml1-special.ent + System identifier: https://www.w3.org/2003/entities/xhtml1/xhtml1-special.ent The system identifier may be changed to suit local requirements. Typical invocation: %xhtml1-special; diff --git a/entities/ISO/xhtml1-symbol.ent b/entities/ISO/xhtml1-symbol.ent index 7a6e23df3..2f42c5dae 100644 --- a/entities/ISO/xhtml1-symbol.ent +++ b/entities/ISO/xhtml1-symbol.ent @@ -16,14 +16,14 @@ Version: $Id$ - System identifier: http://www.w3.org/2003/entities/xhtml1/xhtml1-symbol.ent + System identifier: https://www.w3.org/2003/entities/xhtml1/xhtml1-symbol.ent The system identifier may be changed to suit local requirements. Typical invocation: %xhtml1-symbol; diff --git a/entities/global.ent b/entities/global.ent index 7bc1ea206..991589569 100644 --- a/entities/global.ent +++ b/entities/global.ent @@ -5,18 +5,18 @@ Contains global "macros" for all the XML documents. --> - + - - - - - - - - - - + + + + + + + + + + @@ -24,199 +24,199 @@ - + - + - + - - - - - + + + + + - + - - - + + + - + - + - + - - - - - + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - + + + - + - + - - - - - - - - + + + + + + + + - - + + - - + + - + - - - + + + - - - - - - - + + + + + + + - - - + + + - - - - + + + + - + - + - + - - + + - - + + - - - - + + + + - + - - - + + + - + - - - - - - + + + + + + - + - + - - + + - + - + - - + + - + - - + + - - - - - - + + + + + + - + - + @@ -271,41 +271,41 @@ - - + + - - - + + + - + - - - - - - - - - - - - + + + + + + + + + + + + - + - - + + - - - - - - + + + + + + @@ -320,11 +320,11 @@ - - - + + + - + @@ -336,8 +336,8 @@ - - + + @@ -352,7 +352,7 @@ - + @@ -362,40 +362,40 @@ - + - + - - + + - - - + + + - + - - + + - - + + - + - - - + + + @@ -403,119 +403,119 @@ - - + + - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - + + - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - + - - + + - - - - - - - + + + + + + + - - - - + + + + - - - - + + + + - + - + - - - + + + - - - - + + + + - - - - - - + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -533,60 +533,60 @@ -superglobals'> -__autoload'> +superglobals'> +__autoload'> -PECL'> +PECL'> - - + + -true'> -false'> -null'> +true'> +false'> +null'> -array'> -int'> -string'> -bool'> -float'> -object'> -resource'> -mixed'> +array'> +int'> +string'> +bool'> +float'> +object'> +resource'> +mixed'> -throw'> -try'> -catch'> -finally'> +throw'> +try'> +catch'> +finally'> -function'> -return'> +function'> +return'> -namespace'> -use'> +namespace'> +use'> -const'> -declare'> -foreach'> -global'> -instanceof'> -new'> -yield'> -yield from'> +const'> +declare'> +foreach'> +global'> +instanceof'> +new'> +yield'> +yield from'> -intcallbackmixedamixedb'> +intcallbackmixedamixedb'> -php.ini'> -.user.ini'> -httpd.conf'> -.htaccess'> +php.ini'> +.user.ini'> +httpd.conf'> +.htaccess'> -CLI'> -CLI SAPI'> +CLI'> +CLI SAPI'> diff --git a/funcindex.xml b/funcindex.xml index 9f1e4c9ab..bd1115de2 100644 --- a/funcindex.xml +++ b/funcindex.xml @@ -1,6 +1,6 @@ - + &IndexListing;
&FunctionListing; diff --git a/htmlhelp/README.txt b/htmlhelp/README.txt index ccccbeafe..578da6e11 100644 --- a/htmlhelp/README.txt +++ b/htmlhelp/README.txt @@ -12,7 +12,7 @@ Build system of the extended CHMs ================================= [See latest "official" output package online at - http://php.net/docs-echm] + https://php.net/docs-echm] How to build a CHM manual with this system? diff --git a/htmlhelp/make-xchm b/htmlhelp/make-xchm index e513f152e..8eaedaa00 100755 --- a/htmlhelp/make-xchm +++ b/htmlhelp/make-xchm @@ -11,8 +11,8 @@ make chm_xsl cd htmlhelp rm -f mirrors.inc all -wget http://php.net/include/mirrors.inc -wget http://php.net/backend/notes/all.bz2 +wget https://php.net/include/mirrors.inc +wget https://php.net/backend/notes/all.bz2 bunzip2 all.bz2 ./make_chm.bat diff --git a/htmlhelp/suppfiles/html/_script.js b/htmlhelp/suppfiles/html/_script.js index 2887a2044..b58da37a4 100644 --- a/htmlhelp/suppfiles/html/_script.js +++ b/htmlhelp/suppfiles/html/_script.js @@ -121,7 +121,7 @@ function bugOnPage() alert("You are in offline mode.\nThis functionality is not available"); } else { window.open( - "http://bugs.php.net/report.php?" + + "https://bugs.php.net/report.php?" + escape("in[php_version]") + "=earlier&" + escape("in[bug_type]") + "=Documentation%20problem&" + escape("in[php_os]") + "=windows&" + @@ -216,7 +216,7 @@ function contextMenuRewrite(first) case "_GoogleSearch_": if (prefs_online) { menuHTML += -'
' + 'Google
'; @@ -333,7 +333,7 @@ function contextParse(i) // Search for the selected text on Google case "searchSelGoogle": sel = contextGetSelection(); - if (sel != '') { window.open('http://www.google.com/search?q=' + escape(sel)); } + if (sel != '') { window.open('https://www.google.com/search?q=' + escape(sel)); } break; // Search for the selected text on AlltheWeb @@ -416,7 +416,7 @@ function contextMenu(e) contextMenuRewrite(false); // IE6+ is in standard compliant mode because of our !DOCTYPE - // [ http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/doctype.asp ] + // [ https://msdn.microsoft.com/workshop/author/dhtml/reference/objects/doctype.asp ] // so we need to use the "html" tag instead of the "body" to measure scrolled distance. // For older browsers, we need to use the body. if (ie_version_major >= 6) { delement = document.body.parentElement; } diff --git a/htmlhelp/suppfiles/prefs/context.ini b/htmlhelp/suppfiles/prefs/context.ini index 73cdb91c3..363acf2a0 100644 --- a/htmlhelp/suppfiles/prefs/context.ini +++ b/htmlhelp/suppfiles/prefs/context.ini @@ -50,11 +50,11 @@ implementation = "indexes.html" [context_item] display = "PHP-GTK home" -implementation = "http://gtk.php.net/" +implementation = "https://gtk.php.net/" [context_item] display = "PEAR home" -implementation = "http://pear.php.net/" +implementation = "https://pear.php.net/" # Search engine quickforms and selections # --------------------------------------- diff --git a/htmlhelp/suppfiles/prefs/php_manual_prefs.js b/htmlhelp/suppfiles/prefs/php_manual_prefs.js index 7c85064db..9a50c6b16 100644 --- a/htmlhelp/suppfiles/prefs/php_manual_prefs.js +++ b/htmlhelp/suppfiles/prefs/php_manual_prefs.js @@ -1,5 +1,5 @@ prefs_online = true; -prefs_mirror = "http://www.php.net/"; +prefs_mirror = "https://www.php.net/"; prefs_context_override = true; prefs_context_names = Array( "Manual TOC", diff --git a/htmlhelp/suppfiles/skins/phpZ/.!28225!skin.js b/htmlhelp/suppfiles/skins/phpZ/.!28225!skin.js new file mode 100644 index 000000000..e69de29bb diff --git a/install-unix.xml.in b/install-unix.xml.in index 359bdeacb..184df0a73 100644 --- a/install-unix.xml.in +++ b/install-unix.xml.in @@ -21,14 +21,14 @@ ]> - + Installing PHP Preface These installation instructions were generated from the HTML version of the PHP Manual so formatting and linking have been altered. See the - online and updated version at: http://php.net/install.unix + online and updated version at: https://php.net/install.unix &install.intro; diff --git a/install-win.xml.in b/install-win.xml.in index 2a7c567b6..14d6b2203 100644 --- a/install-win.xml.in +++ b/install-win.xml.in @@ -69,7 +69,7 @@ If CRT is already installed, the installer will tell you that and not change any The CRT installer supports the /quiet and /norestart command-line switches, so you can script running it. -VC11 CRT DLLs can be copied from your local machine to a remote machine(`Copy Deployment` installation) instead of running the installer on the remote machine (such as a web server you have restricted access to). See: http://www.sitepoint.com/install-php53-windows/ +VC11 CRT DLLs can be copied from your local machine to a remote machine(`Copy Deployment` installation) instead of running the installer on the remote machine (such as a web server you have restricted access to). See: https://www.sitepoint.com/install-php53-windows/ VC14 CRT does not support a `Copy Deployment` installation. VC14 CRT has many more DLLs(most in files with names starting with api-*). If you can find them all and copy them, it will also work (try a tool like Resource Hacker to get a list of all the DLLs to copy). @@ -83,7 +83,7 @@ VC14 CRT does not support a `Copy Deployment` installation. VC14 CRT has many mo + "https://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> %DocBookDTD; diff --git a/scripts/aspell.php b/scripts/aspell.php index 7d2a77512..53f7a9221 100644 --- a/scripts/aspell.php +++ b/scripts/aspell.php @@ -9,7 +9,7 @@ | This source file is subject to version 3.0 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_0.txt. | + | https://www.php.net/license/3_0.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. | diff --git a/scripts/build-chms-config.php b/scripts/build-chms-config.php index d3f247c1b..81367b815 100644 --- a/scripts/build-chms-config.php +++ b/scripts/build-chms-config.php @@ -8,7 +8,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://www.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. | @@ -72,8 +72,8 @@ * CHM full text search does not work without compiling * with Windows Language Code Identifier(LCID). * - * http://msdn.microsoft.com/en-us/library/cc233965.aspx - * http://msdn.microsoft.com/ja-jp/library/cc392381.aspx + * https://msdn.microsoft.com/en-us/library/cc233965.aspx + * https://msdn.microsoft.com/ja-jp/library/cc392381.aspx */ $CHM_FULLTEXT_SEARCH_LCID = array( 'en' => 1033, diff --git a/scripts/build-chms-history.php b/scripts/build-chms-history.php index e94fea66b..6fe610620 100644 --- a/scripts/build-chms-history.php +++ b/scripts/build-chms-history.php @@ -8,7 +8,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://www.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. | diff --git a/scripts/build-chms.php b/scripts/build-chms.php index de402e9ca..6e76728ac 100644 --- a/scripts/build-chms.php +++ b/scripts/build-chms.php @@ -8,7 +8,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://www.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. | diff --git a/scripts/check-examples.php b/scripts/check-examples.php index c968649e9..29b647cdc 100644 --- a/scripts/check-examples.php +++ b/scripts/check-examples.php @@ -8,7 +8,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://www.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. | diff --git a/scripts/check-trans-maint.php b/scripts/check-trans-maint.php index b79b2aeb8..88fab5626 100644 --- a/scripts/check-trans-maint.php +++ b/scripts/check-trans-maint.php @@ -9,7 +9,7 @@ | This source file is subject to version 3.0 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_0.txt. | + | https://www.php.net/license/3_0.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. | diff --git a/scripts/check-trans-params.php b/scripts/check-trans-params.php index 1231bd6ae..b66a29a6b 100644 --- a/scripts/check-trans-params.php +++ b/scripts/check-trans-params.php @@ -9,7 +9,7 @@ | This source file is subject to version 3.0 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_0.txt. | + | https://www.php.net/license/3_0.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. | diff --git a/scripts/docgen/book.developer.tpl b/scripts/docgen/book.developer.tpl index 880daa2b7..5943060ae 100644 --- a/scripts/docgen/book.developer.tpl +++ b/scripts/docgen/book.developer.tpl @@ -33,7 +33,7 @@ %frontpage.entities; ]> - + {EXT_NAME} {EXT_NAME} diff --git a/scripts/docgen/book.tpl b/scripts/docgen/book.tpl index a6209000a..942a68de1 100644 --- a/scripts/docgen/book.tpl +++ b/scripts/docgen/book.tpl @@ -1,5 +1,5 @@ - + {EXT_NAME} {EXT_NAME} diff --git a/scripts/docgen/class.tpl b/scripts/docgen/class.tpl index d86e8bb53..4847ab3f1 100644 --- a/scripts/docgen/class.tpl +++ b/scripts/docgen/class.tpl @@ -1,5 +1,5 @@ - + The {CLASS_NAME} {CLASS_TYPE} {CLASS_NAME} diff --git a/scripts/docgen/configure.tpl b/scripts/docgen/configure.tpl index eeab5bd52..5c8970957 100644 --- a/scripts/docgen/configure.tpl +++ b/scripts/docgen/configure.tpl @@ -1,5 +1,5 @@ -
+
&reftitle.install; {EXT_INSTALL_MAIN} diff --git a/scripts/docgen/constants.tpl b/scripts/docgen/constants.tpl index 5d3a9075c..8bdc358da 100644 --- a/scripts/docgen/constants.tpl +++ b/scripts/docgen/constants.tpl @@ -1,5 +1,5 @@ - + &reftitle.constants; {CONSTANTS} diff --git a/scripts/docgen/constructor.tpl b/scripts/docgen/constructor.tpl index 986931587..510b18224 100644 --- a/scripts/docgen/constructor.tpl +++ b/scripts/docgen/constructor.tpl @@ -1,5 +1,5 @@ - + {FULL_METHOD_NAME} Description diff --git a/scripts/docgen/docgen.php b/scripts/docgen/docgen.php index 0874d5be9..bd705480b 100644 --- a/scripts/docgen/docgen.php +++ b/scripts/docgen/docgen.php @@ -580,7 +580,7 @@ function gen_class_markup(ReflectionClass $class, $content) { /* {{{ */ } $markup .= '&InheritedProperties;'. PHP_EOL; foreach ($inherited as $declaring_class) { - $markup .= str_repeat(' ', $ident) ."". PHP_EOL; + $markup .= str_repeat(' ', $ident) ."". PHP_EOL; } } @@ -618,14 +618,14 @@ function gen_class_markup(ReflectionClass $class, $content) { /* {{{ */ /* {PROPERTY_XINCLUDE} */ $content = preg_replace('/\{PROPERTY_XINCLUDE\}/', - "". PHP_EOL, + "". PHP_EOL, $content, 1); /* {METHOD_XINCLUDE} */ $ident = get_ident_size('METHOD_XINCLUDE', $content); $content = preg_replace('/\{METHOD_XINCLUDE\}/', PHP_EOL . str_repeat(' ', $ident) . "&Methods;". PHP_EOL. - str_repeat(' ', $ident) ."", + str_repeat(' ', $ident) ."", $content, 1); /* {INHERITED_XINCLUDE} */ @@ -633,7 +633,7 @@ function gen_class_markup(ReflectionClass $class, $content) { /* {{{ */ $ident = get_ident_size('INHERITED_XINCLUDE', $content); $content = preg_replace('/\{INHERITED_XINCLUDE\}/', PHP_EOL . str_repeat(' ', $ident) ."&InheritedMethods;". PHP_EOL. - str_repeat(' ', $ident) ."getName()) ."')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])\">". PHP_EOL, + str_repeat(' ', $ident) ."getName()) ."')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])\">". PHP_EOL, $content, 1); } else { $content = preg_replace('/^\s*\{INHERITED_XINCLUDE\}.*?\n/m', '', $content, 1); diff --git a/scripts/docgen/examples.tpl b/scripts/docgen/examples.tpl index ccf2a0d98..51a8a7587 100644 --- a/scripts/docgen/examples.tpl +++ b/scripts/docgen/examples.tpl @@ -1,5 +1,5 @@ - + &reftitle.examples; {EXT_NAME} Example diff --git a/scripts/docgen/function.tpl b/scripts/docgen/function.tpl index cbc67a4f6..39d05a6da 100644 --- a/scripts/docgen/function.tpl +++ b/scripts/docgen/function.tpl @@ -1,5 +1,5 @@ - + {FUNCTION_NAME} Description diff --git a/scripts/docgen/ini.tpl b/scripts/docgen/ini.tpl index 3da3fbf1d..ef0c169b8 100644 --- a/scripts/docgen/ini.tpl +++ b/scripts/docgen/ini.tpl @@ -1,5 +1,5 @@ -
+
&reftitle.runtime; &extension.runtime; diff --git a/scripts/docgen/mapping.tpl b/scripts/docgen/mapping.tpl index bc22746c6..c39186656 100644 --- a/scripts/docgen/mapping.tpl +++ b/scripts/docgen/mapping.tpl @@ -1,5 +1,5 @@ - + {FULL_METHOD_NAME} {FUNCTION_NAME} diff --git a/scripts/docgen/method.tpl b/scripts/docgen/method.tpl index 19aa9897e..879806606 100644 --- a/scripts/docgen/method.tpl +++ b/scripts/docgen/method.tpl @@ -1,5 +1,5 @@ - + {FULL_METHOD_NAME} Description diff --git a/scripts/docgen/reference.tpl b/scripts/docgen/reference.tpl index 7a3e9df96..444beb070 100644 --- a/scripts/docgen/reference.tpl +++ b/scripts/docgen/reference.tpl @@ -1,5 +1,5 @@ - + {EXT_NAME} &Functions; &reference.{EXT_NAME_ID}.entities.functions; diff --git a/scripts/docgen/setup.tpl b/scripts/docgen/setup.tpl index 920a1fd59..4fc330980 100644 --- a/scripts/docgen/setup.tpl +++ b/scripts/docgen/setup.tpl @@ -1,5 +1,5 @@ - + &reftitle.setup;
diff --git a/scripts/gen-phpdoc-tz-list.php b/scripts/gen-phpdoc-tz-list.php index 909c4f113..25ed62054 100644 --- a/scripts/gen-phpdoc-tz-list.php +++ b/scripts/gen-phpdoc-tz-list.php @@ -36,7 +36,7 @@ - + &date.timezone.intro.title; &date.timezone.intro;