com doc/fr: Apply commit 2b1cecf44abfb13ad94e1d48016a805937d0f620: appendices/ini.list.xml reference/xsl/ini.xml
[email protected] (George Peter Banyard) Wed, 24 Feb 2021 17:45:15 +0000
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
Commit: 6ea8e98c7a58af0afc6d5f1a29224d769c02b987 Author: George Peter Banyard <[email protected]> Wed, 24 Feb 2021 17:42:26 +0000 Parents: 325229c95b1633f2ac825b2218b93f22fbeaa5de Branches: master Link: http://git.php.net/?p=doc/fr.git;a=commitdiff;h=6ea8e98c7a58af0afc6d5f1a29224d769c02b987 Log: Apply commit 2b1cecf44abfb13ad94e1d48016a805937d0f620 xsl.security_prefs is removed as of PHP 7.0.0 Changed paths: M appendices/ini.list.xml D reference/xsl/ini.xml Diff: diff --git a/appendices/ini.list.xml b/appendices/ini.list.xml index cab2e086a0..ff048c6772 100644 --- a/appendices/ini.list.xml +++ b/appendices/ini.list.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 6dfe0767250cdbdf509223f6bc266557b0a3fec9 Maintainer: yannick Status: ready --> +<!-- EN-Revision: 2b1cecf44abfb13ad94e1d48016a805937d0f620 Maintainer: yannick Status: ready --> <!-- Reviewed: no --> <section xml:id="ini.list" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"> <title>Liste des directives du &php.ini;</title> @@ -849,12 +849,6 @@ <entry></entry> </row> <row> - <entry>xsl.security_prefs</entry> - <entry>"44"</entry> - <entry>PHP_INI_ALL</entry> - <entry></entry> - </row> - <row> <entry>yaz.keepalive</entry> <entry>"120"</entry> <entry>PHP_INI_ALL</entry> diff --git a/reference/xsl/ini.xml b/reference/xsl/ini.xml deleted file mode 100644 index 9453b1156a..0000000000 --- a/reference/xsl/ini.xml +++ /dev/null @@ -1,79 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 6dfe0767250cdbdf509223f6bc266557b0a3fec9 Maintainer: girgias Status: ready --> -<!-- Reviewed: yes --> - -<section xml:id="xsl.configuration" xmlns="http://docbook.org/ns/docbook"> - &reftitle.runtime; - &extension.runtime; - <para> - <table> - <title>Options de Configuration XSL</title> - <tgroup cols="4"> - <thead> - <row> - <entry>&Name;</entry> - <entry>&Default;</entry> - <entry>&Changeable;</entry> - <entry>&Changelog;</entry> - </row> - </thead> - <tbody xml:id="xsl.configuration.list"> - <row> - <entry><link linkend="ini.xsl.security-prefs">xsl.security_prefs</link></entry> - <entry>"44"</entry> - <entry>PHP_INI_ALL</entry> - <entry> - Disponible à partir de PHP 5.3.9. Obsolète à partir de PHP 5.4.0. - Supprimer à partir de PHP 7.0.0. - </entry> - </row> - </tbody> - </tgroup> - </table> - &ini.php.constants; - </para> - - &ini.descriptions.title; - - <para> - <variablelist> - <varlistentry xml:id="ini.xsl.security-prefs"> - <term> - <parameter>xsl.security_prefs</parameter> - <type>int</type> - </term> - <listitem> - <para> - Les propriétés de sécurité. Par défaut - (<constant>XSL_SECPREF_DEFAULT</constant>) ne permet pas les - opérations d'écriture. À partir de PHP 5.4.0 - <function>XSLTProcessor::setSecurityPrefs</function> devrait être - utilisé à la place de ce paramètre &php.ini;. - </para> - </listitem> - </varlistentry> - </variablelist> - </para> -</section> - -<!-- Keep this comment at the end of the file -Local variables: -mode: sgml -sgml-omittag:t -sgml-shorttag:t -sgml-minimize-attributes:nil -sgml-always-quote-attributes:t -sgml-indent-step:1 -sgml-indent-data:t -indent-tabs-mode:nil -sgml-parent-document:nil -sgml-default-dtd-file:"~/.phpdoc/manual.ced" -sgml-exposed-tags:nil -sgml-local-catalogs:nil -sgml-local-ecat-files:nil -End: -vim600: syn=xml fen fdm=syntax fdl=2 si -vim: et tw=78 syn=sgml -vi: ts=1 sw=1 --->