blob: c924c95511d7aa95f987534e808b797e160cd86c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ai,v 1.5 2003/09/01 10:17:39 cjep Exp $
--- ext/standard/filestat.c.orig 2003-08-30 21:48:56.000000000 +0200
+++ ext/standard/filestat.c 2003-08-30 21:49:03.000000000 +0200
@@ -576,7 +576,7 @@
RETURN_FALSE;
}
-#ifndef PHP_WIN32
+#ifdef notdef
switch (type) {
case FS_IS_W:
|