victor          Sun Mar  2 07:50:26 2003 EDT

  Modified files:              
    /phpdoc/en/reference/info/functions get-required-files.xml 
                                        ini-alter.xml 
  Log:
  Incorrectly formatted function alias - fixed
  
Index: phpdoc/en/reference/info/functions/get-required-files.xml
diff -u phpdoc/en/reference/info/functions/get-required-files.xml:1.3 
phpdoc/en/reference/info/functions/get-required-files.xml:1.4
--- phpdoc/en/reference/info/functions/get-required-files.xml:1.3       Fri Feb 21 
23:24:24 2003
+++ phpdoc/en/reference/info/functions/get-required-files.xml   Sun Mar  2 07:50:21 
2003
@@ -1,39 +1,15 @@
 <?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.71 -->
   <refentry id="function.get-required-files">
    <refnamediv>
     <refname>get_required_files</refname>
-    <refpurpose>
-     Returns an array with the names of included or required files
-    </refpurpose>
+    <refpurpose>Alias of <function>get_included_files</function></refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
-     <methodsynopsis>
-      <type>array</type><methodname>get_required_files</methodname>
-      <void/>
-     </methodsynopsis>
     <para>
-     As of PHP 4.0.4, this function is an &alias; for
-     <function>get_included_files</function>
-    </para>
-    <para>
-     In PHP 4.0.1pl2 and previous versions
-     <function>get_required_files</function> assumed that the required
-     files ended in the extension <literal>.php</literal>, other
-     extensions would not be returned.  The array returned by
-     <function>get_required_files</function> was an associative array
-     and only listed files included by <function>require</function>
-     and <function>require_once</function>.
-    </para>
-    <para>
-     See also 
-     <function>require</function>,
-     <function>require_once</function>, 
-     <function>include</function>,
-     <function>include_once</function>, and
-     <function>get_included_files</function>.
+     This function is an alias of <function>get_included_files</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/info/functions/ini-alter.xml
diff -u phpdoc/en/reference/info/functions/ini-alter.xml:1.3 
phpdoc/en/reference/info/functions/ini-alter.xml:1.4
--- phpdoc/en/reference/info/functions/ini-alter.xml:1.3        Fri Feb 21 23:24:24 
2003
+++ phpdoc/en/reference/info/functions/ini-alter.xml    Sun Mar  2 07:50:22 2003
@@ -1,35 +1,15 @@
 <?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.23 -->
   <refentry id="function.ini-alter">
    <refnamediv>
     <refname>ini_alter</refname> 
-    <refpurpose>
-     Changes the value of a configuration option
-    </refpurpose>
+    <refpurpose>Alias of <function>ini_set</function></refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
-     <methodsynopsis>
-      <type>string</type><methodname>ini_alter</methodname>
-      <methodparam><type>string</type><parameter>varname</parameter></methodparam>
-      <methodparam><type>string</type><parameter>newvalue</parameter></methodparam>
-     </methodsynopsis>
     <para>
-     Changes the value of a configuration option, returns &false; on
-     failure, and the previous value of the configuration option on
-     success.
-    </para>
-    <note>
-     <para>
-      This is an &alias; of <function>ini_set</function>.
-     </para>
-    </note>
-    <para>
-     See also <function>ini_get</function>,
-     <function>ini_get_all</function>,
-     <function>ini_restore</function>, and
-     <function>ini_set</function>.
+     This function is an alias of <function>ini_set</function>.
     </para>
    </refsect1>
   </refentry>



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

Reply via email to