]> granicus.if.org Git - php/commitdiff
- Fixed bug #49215 (make fails on glob_wrapper)
authorFelipe Pena <felipe@php.net>
Fri, 10 Sep 2010 21:33:50 +0000 (21:33 +0000)
committerFelipe Pena <felipe@php.net>
Fri, 10 Sep 2010 21:33:50 +0000 (21:33 +0000)
NEWS
main/streams/glob_wrapper.c

diff --git a/NEWS b/NEWS
index de59aad5aba421fd5a3760ea5a8afa0f74474e9a..b989414398a79923a888a1b482fd696de0f5520c 100644 (file)
--- a/NEWS
+++ b/NEWS
 - Fixed bug #50481 (Storing many SPLFixedArray in an array crashes). (Felipe)
 - Fixed bug #52260 (dns_get_record fails with non-existing domain on Windows).
   (a_jelly_doughnut at phpbb dot com, Pierre)
-- Fixed #50953, socket will not connect to IPv4 address when the host has both
-  IPv4 and IPv6 addresses, on Windows. (Gustavo, Pierre)
-- Fixed #50524, proc_open on Windows does not respect cwd as it does on other
-  platforms. (Pierre)
+- Fixed bug #50953 (socket will not connect to IPv4 address when the host has
+  both IPv4 and IPv6 addresses, on Windows). (Gustavo, Pierre)
+- Fixed bug #50524 (proc_open on Windows does not respect cwd as it does on
+  other platforms). (Pierre)
+- Fixed bug #49215 (make fails on glob_wrapper). (Felipe)
 
 22 Jul 2010, PHP 5.3.3
 - Upgraded bundled sqlite to version 3.6.23.1. (Ilia)
index 0ff4f50e29718709d26dc278732f7b1149f83f6c..48c4031a33152d59605bff0a49a8930d25ae067e 100755 (executable)
@@ -29,6 +29,7 @@
 # endif
 #endif
 
+#ifdef HAVE_GLOB
 #ifndef GLOB_ONLYDIR
 #define GLOB_ONLYDIR (1<<30)
 #define GLOB_FLAGMASK (~GLOB_ONLYDIR)
@@ -278,6 +279,7 @@ php_stream_wrapper  php_glob_stream_wrapper = {
        NULL,
        0
 };
+#endif /* HAVE_GLOB */
 
 /*
  * Local variables: