From: Stanislav Malyshev Date: Sun, 9 May 2004 11:08:04 +0000 (+0000) Subject: Add __EXTENSIONS__ define - otherwise it won't compile on Solaris X-Git-Tag: RELEASE_0_1~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=255d87b1b89bd3ee7f942952a23310fce7307f51;p=php Add __EXTENSIONS__ define - otherwise it won't compile on Solaris --- diff --git a/ext/standard/proc_open.c b/ext/standard/proc_open.c index 25aa002564..214084083b 100644 --- a/ext/standard/proc_open.c +++ b/ext/standard/proc_open.c @@ -18,6 +18,7 @@ /* $Id$ */ #define _XOPEN_SOURCE +#define __EXTENSIONS__ 1 #define _BSD_SOURCE #include "php.h"