com doc/fr: Apply commit 99b8716337e2c27b6addf7e184b8ac7a50bb38b0: features/commandline.xml language/oop5/autoload.xml
[email protected] (George Peter Banyard) Wed, 17 Feb 2021 03:12:14 +0000
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
Commit: debb96864b25e43a6cefbda43189f9ed3092c9c4 Author: George Peter Banyard <[email protected]> Wed, 17 Feb 2021 03:12:14 +0000 Parents: a873981672c7bdbf3663929e38226bae8e8d81c0 Branches: master Link: http://git.php.net/?p=doc/fr.git;a=commitdiff;h=debb96864b25e43a6cefbda43189f9ed3092c9c4 Log: Apply commit 99b8716337e2c27b6addf7e184b8ac7a50bb38b0 Remove incorrect note about autoloading in interactive CLI Changed paths: M features/commandline.xml M language/oop5/autoload.xml Diff: diff --git a/features/commandline.xml b/features/commandline.xml index ce5db2c4a5..94d27e94fa 100755 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 86e6094e86b84a51d00ab217ac50ce8dde33d82a Maintainer: yannick Status: ready --> +<!-- EN-Revision: 99b8716337e2c27b6addf7e184b8ac7a50bb38b0 Maintainer: yannick Status: ready --> <!-- Reviewed: no --> <chapter xml:id="features.commandline" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> @@ -1629,13 +1629,6 @@ php > doivent avoir été définies avant l'appel. </para> </note> - - <note> - <para> - L'<link linkend="language.oop5.autoload">autoloading</link> n'est pas disponible - si vous utilisez PHP en mode &cli; interactif. - </para> - </note> </section> <!--}}}--> diff --git a/language/oop5/autoload.xml b/language/oop5/autoload.xml index 2824b2ff6d..925c898c06 100644 --- a/language/oop5/autoload.xml +++ b/language/oop5/autoload.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: a9edd62d087ab1eb6292c795b7256e14ff9f1234 Maintainer: jpauli Status: ready --> +<!-- EN-Revision: 99b8716337e2c27b6addf7e184b8ac7a50bb38b0 Maintainer: jpauli Status: ready --> <!-- Reviewed: no --> <sect1 xml:id="language.oop5.autoload" xmlns="http://docbook.org/ns/docbook"> <title>Auto-chargement de classes</title> @@ -31,12 +31,6 @@ </tip> <note> <para> - L'auto-chargement n'est pas disponible si vous utilisez PHP en - <link linkend="features.commandline">mode interactif</link> CLI. - </para> - </note> - <note> - <para> Si le nom de la classe est utilisé par exemple dans la fonction <function>call_user_func</function>, alors il peut contenir des caractères dangereux comme <literal>../</literal>. Il est recommandé de ne pas utiliser