val Sun Jan 2 11:06:53 2005 EDT
Modified files:
/phpdoc/en/reference/bcompiler/functions bcompiler-load.xml
bcompiler-read.xml
Log:
mark function as obsolete
http://cvs.php.net/diff.php/phpdoc/en/reference/bcompiler/functions/bcompiler-load.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/bcompiler/functions/bcompiler-load.xml
diff -u phpdoc/en/reference/bcompiler/functions/bcompiler-load.xml:1.2
phpdoc/en/reference/bcompiler/functions/bcompiler-load.xml:1.3
--- phpdoc/en/reference/bcompiler/functions/bcompiler-load.xml:1.2 Thu Aug
19 08:14:45 2004
+++ phpdoc/en/reference/bcompiler/functions/bcompiler-load.xml Sun Jan 2
11:06:53 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/bcompiler.xml, last change in rev 1.5 -->
<refentry id="function.bcompiler-load">
<refnamediv>
@@ -13,8 +13,15 @@
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
+ <note>
<para>
- Reads data from a bzcompressed file and creates classes from the bytecodes
+ Please use include or require statements to parse bytecodes, it's more
+ portable and convenient way than using this function.
+ </para>
+ </note>
+ <para>
+ Reads data from a bzcompressed file and creates classes from the
bytecodes.
+ Please note that this function won't execute script body code contained
in the bytecode file.
</para>
<example>
<title><function>bcompiler_load</function> example</title>
http://cvs.php.net/diff.php/phpdoc/en/reference/bcompiler/functions/bcompiler-read.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/bcompiler/functions/bcompiler-read.xml
diff -u phpdoc/en/reference/bcompiler/functions/bcompiler-read.xml:1.3
phpdoc/en/reference/bcompiler/functions/bcompiler-read.xml:1.4
--- phpdoc/en/reference/bcompiler/functions/bcompiler-read.xml:1.3 Sun Aug
29 16:42:51 2004
+++ phpdoc/en/reference/bcompiler/functions/bcompiler-read.xml Sun Jan 2
11:06:53 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/bcompiler.xml, last change in rev 1.5 -->
<refentry id="function.bcompiler-read">
<refnamediv>
@@ -13,8 +13,15 @@
<methodparam><type>resource</type><parameter>filehandle</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
+ <note>
<para>
- Reads data from a open file handle and creates classes from the bytecodes
+ Please use include or require statements to parse
+ bytecodes, it's more portable and convenient way than using this function.
+ </para>
+ </note>
+ <para>
+ Reads data from a open file handle and creates classes from the bytecodes.
+ Please note that this function won't execute script body code contained
in the bytecode file.
</para>
<example>
<title><function>bcompiler_read</function> example</title>