vrana Fri Aug 17 16:39:41 2007 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions is-readable.xml
Log:
Safe mode aware (bug #38724)
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/is-readable.xml?r1=1.14&r2=1.15&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/is-readable.xml
diff -u phpdoc/en/reference/filesystem/functions/is-readable.xml:1.14
phpdoc/en/reference/filesystem/functions/is-readable.xml:1.15
--- phpdoc/en/reference/filesystem/functions/is-readable.xml:1.14 Wed Jun
20 22:24:27 2007
+++ phpdoc/en/reference/filesystem/functions/is-readable.xml Fri Aug 17
16:39:41 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.is-readable">
<refnamediv>
<refname>is_readable</refname>
@@ -67,7 +67,7 @@
<para>
Keep in mind that PHP may be accessing the file as the user
id that the web server runs as (often 'nobody'). Safe mode
- limitations are not taken into account.
+ limitations are not taken into account before PHP 5.1.5.
</para>
¬e.clearstatcache;
&tip.fopen-wrapper.stat;