From: foobar Date: Sun, 12 Jun 2005 01:15:43 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.4.0RC1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13f4cdcca7eb8ec2ca01950dca41f31135935570;p=php MFH --- diff --git a/ext/standard/dir.c b/ext/standard/dir.c index f40f3d64a0..bb59b12841 100644 --- a/ext/standard/dir.c +++ b/ext/standard/dir.c @@ -390,12 +390,8 @@ PHP_FUNCTION(glob) * doesn't. This ensure that if no match is found, an empty array * is always returned so it can be used without worrying in e.g. * foreach() */ -#ifndef __linux__ - RETURN_FALSE; -#else array_init(return_value); return; -#endif } #endif RETURN_FALSE;