mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Safe mode aware (bug #38724)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241457 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
85fc5a0439
commit
ff1eff60b8
1 changed files with 2 additions and 2 deletions
|
@ -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 @@ if (is_readable($filename)) {
|
|||
<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;
|
||||
|
|
Loading…
Reference in a new issue