Re: [PHP-DEV] fopen_wrappers.c DOCUMENT_ROOT .htaccess error
<daniel <at> zoltak.com>
2009-08-02 10:23:06 GMT
Jani Taskinen wrote:
[snip]
There is a bug in 5.2.10 that might cause this, try latest SVN
checkout of PHP_5_2
branch, it should be fixed now.
I've download and tested the latest snap (php5.2-200908020630) and I
am still having the same issue. I have performed an strace with the
following result:
6717 stat("/home/c-web/cf/4e/tweek.com.au/public/www/index.php",
0x7fff6adf59a0) = -1
ENOENT (No such file or directory)
6717 lstat("/home", {st_mode=S_IFDIR|0755, st_size=61440, ...}) = 0
6717 lstat("/home/c-web", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
6717 lstat("/home/c-web/cf", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
6717 lstat("/home/c-web/cf/4e", {st_mode=S_IFDIR|0755, st_size=4096,
...}) = 0
6717 lstat("/home/c-web/cf/4e/tweek.com.au", {st_mode=S_IFDIR|0755,
st_size=4096, ...})
= 0
6717 lstat("/home/c-web/cf/4e/tweek.com.au/public",
{st_mode=S_IFDIR|0755, st_size=4096,
...}) = 0
6717 lstat("/home/c-web/cf/4e/tweek.com.au/public/www",
{st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
6717 lstat("/home/c-web/cf/4e/tweek.com.au/public/www/index.php",
0x7fff6adf59a0) = -1
ENOENT (No such file or directory)
6717 stat("/home/c-web/cf/4e/tweek.com.au/public/www/index.html",
(Continue reading)