]> granicus.if.org Git - php/commitdiff
Add __EXTENSIONS__ define - otherwise it won't compile on Solaris
authorStanislav Malyshev <stas@php.net>
Sun, 9 May 2004 11:08:04 +0000 (11:08 +0000)
committerStanislav Malyshev <stas@php.net>
Sun, 9 May 2004 11:08:04 +0000 (11:08 +0000)
ext/standard/proc_open.c

index 25aa002564d35d8fa42c509a2eb0a7bb7dca1e3f..214084083b10887978e4f7162ba66eaa565d1665 100644 (file)
@@ -18,6 +18,7 @@
 /* $Id$ */
 
 #define _XOPEN_SOURCE
+#define __EXTENSIONS__ 1
 #define _BSD_SOURCE
 
 #include "php.h"