Files
doc-fr/reference/exec/reference.xml
Yannick Torres 659ee0d8e2 syn with EN
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@260492 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-31 07:07:36 +00:00

53 lines
1.4 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.15 $ -->
<!-- EN-Revision: 1.17 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<reference xml:id="ref.exec" xmlns="http://docbook.org/ns/docbook">
<title>&Functions; sur l'exécution de programmes externes</title>
<partintro>
<section xml:id="exec.notes">
&reftitle.notes;
<warning>
<para>
Les fichiers ouverts avec un verrou (tout spécialement les sessions ouvertes)
doivent être fermés avant l'exécution d'un programme en arrière plan.
</para>
</warning>
</section>
<section xml:id="exec.seealso">
&reftitle.seealso;
<para>
Ces fonctions sont complétées par l'opérateur
<link linkend="language.operators.execution">guillemets obliques</link>.
De plus, lorsque le &safemode; est activé, vous devez configurer
l'option <link linkend="ini.safe-mode-exec-dir">safe_mode_exec_dir</link>.
</para>
</section>
</partintro>
&reference.exec.entities.functions;
</reference>
<!-- 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:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->