dams            Thu Feb 13 09:39:13 2003 EDT

  Modified files:              
    /phpdoc/en/reference/info/functions ini-get.xml set-time-limit.xml 
  Log:
  use of entities
  
Index: phpdoc/en/reference/info/functions/ini-get.xml
diff -u phpdoc/en/reference/info/functions/ini-get.xml:1.3 
phpdoc/en/reference/info/functions/ini-get.xml:1.4
--- phpdoc/en/reference/info/functions/ini-get.xml:1.3  Sat Nov 30 01:47:29 2002
+++ phpdoc/en/reference/info/functions/ini-get.xml      Thu Feb 13 09:39:13 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/info.xml, last change in rev 1.64 -->
   <refentry id="function.ini-get">
    <refnamediv>
@@ -28,8 +28,8 @@
      <title>When querying memory size values</title>
      <para>
       Many ini memory size values, such as <literal>upload_max_filesize</literal>
-      are stored in the .ini file in shorthand notation.  <function>ini_get</function>
-      will return the exact string stored in the php.ini file, 
<emphasis>NOT</emphasis>
+      are stored in the &php.ini; file in shorthand notation.  
+<function>ini_get</function>
+      will return the exact string stored in the &php.ini; file, 
+<emphasis>NOT</emphasis>
       its integer equivalent.  Attempting normal arithmetic functions on these values
       will not have otherwise expected results.
       <informalexample>
@@ -64,7 +64,8 @@
      </para>
     </note>
     <para>
-     See also <function>get_cfg_var</function>,
+     See also 
+     <function>get_cfg_var</function>,
      <function>ini_get_all</function>,
      <function>ini_alter</function>,
      <function>ini_restore</function>, and
Index: phpdoc/en/reference/info/functions/set-time-limit.xml
diff -u phpdoc/en/reference/info/functions/set-time-limit.xml:1.2 
phpdoc/en/reference/info/functions/set-time-limit.xml:1.3
--- phpdoc/en/reference/info/functions/set-time-limit.xml:1.2   Wed Apr 17 02:39:30 
2002
+++ phpdoc/en/reference/info/functions/set-time-limit.xml       Thu Feb 13 09:39:13 
+2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/info.xml, last change in rev 1.72 -->
   <refentry id="function.set-time-limit">
    <refnamediv>
@@ -16,9 +16,9 @@
      Set the number of seconds a script is allowed to run.  If this is
      reached, the script returns a fatal error.  The default limit is
      30 seconds or, if it exists, the
-     <literal>max_execution_time</literal> value defined in the <link
-     linkend="ini.max-execution-time">configuration file</link>.  If
-     seconds is set to zero, no time limit is imposed.
+     <literal>max_execution_time</literal> value defined in the &php.ini;.
+     If <parameter>seconds</parameter> is set to zero, no time limit is 
+     imposed.
     </simpara>
     <simpara>
      When called, <function>set_time_limit</function> restarts the
@@ -29,9 +29,8 @@
     </simpara>
     <simpara>
      <function>set_time_limit</function> has no effect when PHP is
-     running in safe mode. There is no workaround other than turning
-     off safe mode or changing the time limit in the <link
-     linkend="ini.max-execution-time">configuration file</link>.
+     running in &safemode;. There is no workaround other than turning
+     off safe mode or changing the time limit in the &php.ini;.
     </simpara>
     <note>
      <para>



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

Reply via email to