diff options
author | christos <christos@pkgsrc.org> | 2003-01-12 14:29:07 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2003-01-12 14:29:07 +0000 |
commit | dbef88eab97fe605cb5be3d2e490becea74fc1b2 (patch) | |
tree | 3b3ef19e7897c512316b59bb8521d37974b4c2f8 /www/php4 | |
parent | ae2c1214702d4d393dab68b71697ef56882cc8a5 (diff) | |
download | pkgsrc-dbef88eab97fe605cb5be3d2e490becea74fc1b2.tar.gz |
PR/18693: Simon Schubert: Remove stat stuff that breaks with apache2 virtual
paths.
Diffstat (limited to 'www/php4')
-rw-r--r-- | www/php4/patches/patch-ai | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/php4/patches/patch-ai b/www/php4/patches/patch-ai new file mode 100644 index 00000000000..ba02e6acb5e --- /dev/null +++ b/www/php4/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.3 2003/01/12 14:29:07 christos Exp $ + +--- ext/standard/filestat.c.orig Tue Aug 20 15:02:59 2002 ++++ ext/standard/filestat.c Sun Jan 12 09:15:21 2003 +@@ -559,7 +559,7 @@ + RETURN_FALSE; + } + +-#ifndef PHP_WIN32 ++#ifdef notdef + switch (type) { + case FS_IS_W: + RETURN_BOOL (!access (filename, W_OK)); |