[PHP-DOC] cvs: phpdoc /en/reference/info ini.xml /en/reference/info/functions dl.xml From: Damien Seguy (dams <email protected>)
Date: 02/18/03

dams Tue Feb 18 11:24:56 2003 EDT

  Modified files:
    /phpdoc/en/reference/info ini.xml
    /phpdoc/en/reference/info/functions dl.xml
  Log:
  use of safemode entity
  
Index: phpdoc/en/reference/info/ini.xml
diff -u phpdoc/en/reference/info/ini.xml:1.3 phpdoc/en/reference/info/ini.xml:1.4
--- phpdoc/en/reference/info/ini.xml:1.3 Mon Nov 25 09:28:08 2002
+++ phpdoc/en/reference/info/ini.xml Tue Feb 18 11:24:55 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <section id="info.configuration">
  &reftitle.runtime;
  &extension.runtime;
@@ -149,8 +149,8 @@
       security. With dynamic loading, it's possible to ignore all
       <link linkend="ini.open-basedir">open_basedir</link> restrictions.
       The default is to allow dynamic loading, except when using
- <link linkend="ini.safe-mode">safe_mode</link>. In safe-mode, it's
- always imposible to use <function>dl</function>.
+ &safemode;. In &safemode;, it's
+ always impossible to use <function>dl</function>.
      </para>
     </listitem>
    </varlistentry>
Index: phpdoc/en/reference/info/functions/dl.xml
diff -u phpdoc/en/reference/info/functions/dl.xml:1.10 phpdoc/en/reference/info/functions/dl.xml:1.11
--- phpdoc/en/reference/info/functions/dl.xml:1.10 Wed Feb 5 22:18:49 2003
+++ phpdoc/en/reference/info/functions/dl.xml Tue Feb 18 11:24:56 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- splitted from ./en/functions/info.xml, last change in rev 1.29 -->
   <refentry id="function.dl">
    <refnamediv>
@@ -25,7 +25,7 @@
     <para>
      &return.success; If the functionality of loading modules is not available
      (see Note) or has been disabled (either by turning it off
- <literal>enable_dl</literal> or by enabling <literal>safe_mode</literal>
+ <literal>enable_dl</literal> or by enabling &safemode;
      in &php.ini;) an <constant>E_ERROR</constant> is emitted
      and execution is stopped. If <function>dl</function> fails because the
      specified library couldn't be loaded, in addition to &false; an

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php