Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10080 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33988 invoked by uid 1010); 25 May 2004 11:16:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 33903 invoked from network); 25 May 2004 11:16:14 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 25 May 2004 11:16:14 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 0FF2514880C0; Tue, 25 May 2004 04:16:12 -0700 (PDT) Received: from tron (obsidian.thebrainroom.net [82.133.1.142]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx.thebrainroom.net (Postfix) with ESMTP id AAC77148809B for ; Tue, 25 May 2004 04:16:10 -0700 (PDT) To: "'PHP Development'" Date: Tue, 25 May 2004 12:16:10 +0100 Organization: The Brain Room Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 In-Reply-To: Thread-Index: AcRCRxZz3V1qsj1pTmOmkojO7KedSwAAld/Q Message-ID: X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on jc.thebrainroom.net X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Level: X-TBR-Filter: Virus scanned and defanged Subject: RE: [PHP-DEV] _XOPEN_SOURCE in proc_open.c (PHP5) From: wez@thebrainroom.com ("Wez Furlong") References: I thought I had replied-to-all, but obviously not. If you don't define _XOPEN_SOURCE under linux, you see the very same breakage that you see under Solaris if you define it. Another fine mess... Magnus and myself have been and will be continuing our investigation of this stuff today. --Wez. > -----Original Message----- > From: Stanislav Malyshev [mailto:stas@zend.com] > Sent: 25 May 2004 11:57 > To: PHP Development > Cc: Wez Furlong > Subject: [PHP-DEV] _XOPEN_SOURCE in proc_open.c (PHP5) > > Wez, could you please explain what is the function of #define > _XOPEN_SOURCE in ext/standard/proc_open.c? It breaks build > (by preventing > ulong and other types from being define) on some systems, > like Solaris or > NetBSD. Is it necessary? > > -- > Stanislav Malyshev, Zend Products Engineer > stas@zend.com http://www.zend.com/ +972-3-6139665 ext.115 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >