com doc/fr: Apply commit 89cb55b8608cbe21a6c65c5b06da42fa4f820a94: reference/apache/functions/apache-reset-timeout.xml

[email protected] (George Peter Banyard) Tue, 26 Jan 2021 18:34:02 +0000
Newsgroups php.doc.fr
Message-ID <[email protected]>
Commit:    1442365831c0b971404b2f506fb5e986773f7c34
Author:    George Peter Banyard <[email protected]>         Tue, 26 Jan 2021 18:34:02 +0000
Parents:   31269e42fa0d8cc29c7375f9b700a1cf2c003fd9
Branches:  master

Link:       http://git.php.net/?p=doc/fr.git;a=commitdiff;h=1442365831c0b971404b2f506fb5e986773f7c34

Log:
Apply commit 89cb55b8608cbe21a6c65c5b06da42fa4f820a94

Remove obsolete apache_reset_timeout() docs

Changed paths:
  D  reference/apache/functions/apache-reset-timeout.xml


Diff:
diff --git a/reference/apache/functions/apache-reset-timeout.xml b/reference/apache/functions/apache-reset-timeout.xml
deleted file mode 100644
index 1617bd3b26..0000000000
--- a/reference/apache/functions/apache-reset-timeout.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: dec1f8445ab2af7fbafef012fb7907ab2cd349b5 Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
-
-<refentry xml:id="function.apache-reset-timeout" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
-  <refname>apache_reset_timeout</refname>
-  <refpurpose>Remet à sa position initiale le temporisateur d'Apache</refpurpose>
- </refnamediv>
-
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <type>bool</type><methodname>apache_reset_timeout</methodname>
-   <void/>
-  </methodsynopsis>
-  <para>
-   <function>apache_reset_timeout</function> remet à sa position initiale
-   le temporisateur d'Apache, qui vaut par défaut 300 secondes.
-   Avec des appels à <literal>set_time_limit(0); ignore_user_abort(true)</literal>
-   et des appels périodiques à <function>apache_reset_timeout</function>,
-   Apache peut, théoriquement, fonctionner sans arrêt.
-  </para>
-  <para>
-   Cette fonction nécessite Apache 1.
-  </para>
- </refsect1>
-
- <refsect1 role="returnvalues">
-  &reftitle.returnvalues;
-  <para>
-   &return.success;
-  </para>
- </refsect1>
-
- <refsect1 role="seealso">
-  &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>set_time_limit</function></member>
-    <member><function>ignore_user_abort</function></member>
-   </simplelist>
-  </para>
- </refsect1>
-</refentry>
-
-<!-- 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
--->
\ No newline at end of file