diff options
author | christos <christos> | 2003-01-12 14:29:07 +0000 |
---|---|---|
committer | christos <christos> | 2003-01-12 14:29:07 +0000 |
commit | 5ba1c45e371eabd19556d102d20ffb7eb5618202 (patch) | |
tree | 3b3ef19e7897c512316b59bb8521d37974b4c2f8 /www | |
parent | 5b799d98f269f81bc5cb67fe27798c5dadde8394 (diff) | |
download | pkgsrc-5ba1c45e371eabd19556d102d20ffb7eb5618202.tar.gz |
PR/18693: Simon Schubert: Remove stat stuff that breaks with apache2 virtual
paths.
Diffstat (limited to 'www')
-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)); |