Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32005 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52707 invoked by uid 1010); 31 Aug 2007 21:11:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 52692 invoked from network); 31 Aug 2007 21:11:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Aug 2007 21:11:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:36688] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 60/82-39364-5F388D64 for ; Fri, 31 Aug 2007 17:11:18 -0400 Received: (qmail 20742 invoked from network); 31 Aug 2007 21:11:14 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 31 Aug 2007 21:11:14 -0000 Message-ID: <46D883E8.5080308@zend.com> Date: Sat, 01 Sep 2007 01:11:04 +0400 User-Agent: Thunderbird 2.0.0.6 (X11/20070801) MIME-Version: 1.0 To: BuildSmart CC: PHP Developers Mailing List References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] pop3 patch From: antony@zend.com (Antony Dovgal) On 31.08.2007 18:26, BuildSmart wrote: > +#if PHP_MAJOR_VERSION > 4 > + if (!php_stream_get_line(stream, ZSTR(buffer), sizeof(buffer) - 1, > &fetch_len)) { > +#else Are you sure PHP > 4 has ZSTR() macro ? -- Wbr, Antony Dovgal