From 255d87b1b89bd3ee7f942952a23310fce7307f51 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Sun, 9 May 2004 11:08:04 +0000 Subject: [PATCH] Add __EXTENSIONS__ define - otherwise it won't compile on Solaris --- ext/standard/proc_open.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.50.1