pollita         Wed Nov 16 18:55:07 2005 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
    /phpdoc/en/reference/runkit/functions       runkit-function-remove.xml 
                                                runkit-function-redefine.xml 
                                                runkit-function-rename.xml 
  Log:
  Document runkit.internal_override INI option
  
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.159&r2=1.160&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.159 
phpdoc/en/language-snippets.ent:1.160
--- phpdoc/en/language-snippets.ent:1.159       Wed Nov  9 06:14:34 2005
+++ phpdoc/en/language-snippets.ent     Wed Nov 16 18:55:03 2005
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.159 $ -->
+<!-- $Revision: 1.160 $ -->
 <!-- Keep 'em sorted -->
 
 
@@ -613,6 +613,12 @@
 See the README file included in the runkit package for more information.
 </simpara></note>'>
 
+<!ENTITY note.runkit.internal-override '<note><simpara>By default, only
+userspace functions may be removed, renamed, or modified.  In order to
+override internal functions, you must enable the
+<literal>runkit.internal_override</literal> setting in the system-wide
+php.ini file.</simpara></note>'>
+
 <!-- SSH2 Extension -->
 <!ENTITY note.ssh2.subsystem.publickey '<note><simpara>The publickey subsystem
 is used for managing publickeys on a server to which the client is
http://cvs.php.net/diff.php/phpdoc/en/reference/runkit/functions/runkit-function-remove.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/runkit/functions/runkit-function-remove.xml
diff -u phpdoc/en/reference/runkit/functions/runkit-function-remove.xml:1.1 
phpdoc/en/reference/runkit/functions/runkit-function-remove.xml:1.2
--- phpdoc/en/reference/runkit/functions/runkit-function-remove.xml:1.1 Sun May 
 1 02:24:46 2005
+++ phpdoc/en/reference/runkit/functions/runkit-function-remove.xml     Wed Nov 
16 18:55:06 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.runkit-function-remove">
  <refnamediv>
@@ -14,6 +14,9 @@
    <type>bool</type><methodname>runkit_function_remove</methodname>
    
<methodparam><type>string</type><parameter>funcname</parameter></methodparam>
   </methodsynopsis>
+
+  &note.runkit.internal-override;
+
  </refsect1>
 
  <refsect1 role="parameters">
http://cvs.php.net/diff.php/phpdoc/en/reference/runkit/functions/runkit-function-redefine.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/runkit/functions/runkit-function-redefine.xml
diff -u phpdoc/en/reference/runkit/functions/runkit-function-redefine.xml:1.1 
phpdoc/en/reference/runkit/functions/runkit-function-redefine.xml:1.2
--- phpdoc/en/reference/runkit/functions/runkit-function-redefine.xml:1.1       
Sun May  1 02:24:46 2005
+++ phpdoc/en/reference/runkit/functions/runkit-function-redefine.xml   Wed Nov 
16 18:55:07 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.runkit-function-redefine">
  <refnamediv>
@@ -16,6 +16,9 @@
    <methodparam><type>string</type><parameter>arglist</parameter></methodparam>
    <methodparam><type>string</type><parameter>code</parameter></methodparam>
   </methodsynopsis>
+
+  &note.runkit.internal-override;
+
  </refsect1>
 
  <refsect1 role="parameters">
http://cvs.php.net/diff.php/phpdoc/en/reference/runkit/functions/runkit-function-rename.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/runkit/functions/runkit-function-rename.xml
diff -u phpdoc/en/reference/runkit/functions/runkit-function-rename.xml:1.1 
phpdoc/en/reference/runkit/functions/runkit-function-rename.xml:1.2
--- phpdoc/en/reference/runkit/functions/runkit-function-rename.xml:1.1 Sun May 
 1 02:24:46 2005
+++ phpdoc/en/reference/runkit/functions/runkit-function-rename.xml     Wed Nov 
16 18:55:07 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.runkit-function-rename">
  <refnamediv>
@@ -15,6 +15,9 @@
    
<methodparam><type>string</type><parameter>funcname</parameter></methodparam>
    <methodparam><type>string</type><parameter>newname</parameter></methodparam>
   </methodsynopsis>
+
+  &note.runkit.internal-override;
+
  </refsect1>
 
  <refsect1 role="parameters">

Reply via email to