make it more clean that the example will not work after version 4.0.2

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72589 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Andy Lindeman 2002-03-09 18:01:17 +00:00
parent 5e507753ef
commit df0bf5e5c7

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.127 $ -->
<!-- $Revision: 1.128 $ -->
<reference id="ref.filesystem">
<title>Filesystem functions</title>
<titleabbrev>Filesystem</titleabbrev>
@ -1971,9 +1971,9 @@ if($fp){
use the following function to help protect yourself:
<note>
<para>
This will <emphasis>not</emphasis> work in versions of PHP 4
after 4.0.2. It depends on internal functionality of PHP which
changed after that version.
The following example will <emphasis>not</emphasis> work in
versions of PHP 4 after 4.0.2. It depends on internal
functionality of PHP which changed after that version.
</para>
</note>
<programlisting role="php">