Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14689 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30813 invoked by uid 1010); 7 Feb 2005 13:11:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 30792 invoked from network); 7 Feb 2005 13:11:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Feb 2005 13:11:23 -0000 X-Host-Fingerprint: 62.134.147.34 mail.internet-factory.de Linux 2.4/2.6 Received: from ([62.134.147.34:40091] helo=mail.internet-factory.de) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id 1D/03-39421-7F867024 for ; Mon, 07 Feb 2005 08:11:21 -0500 Received: from pharao.lammfellpuschen.de (p508A695F.dip.t-dialin.net [80.138.105.95]) by mail.internet-factory.de (8.12.8/8.12.8) with SMTP id j17DAxhB012437; Mon, 7 Feb 2005 14:10:59 +0100 Received: by pharao.lammfellpuschen.de (sSMTP sendmail emulation); Mon, 7 Feb 2005 16:10:59 +0300 Date: Mon, 7 Feb 2005 16:10:59 +0300 To: "M. Sokolewicz" Cc: internals@lists.php.net Message-ID: <20050207131059.GF27383@pharao.serveftp.org> Reply-To: messju mohr References: <5247385.20050207140940@vk.kiev.ua> <20050207130706.25728.qmail@lists.php.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050207130706.25728.qmail@lists.php.net> User-Agent: Mutt/1.4.2.1i X-WebServ-IT-MailScanner-Information: Please contact the ISP for more information X-WebServ-IT-MailScanner: Found to be clean X-WebServ-IT-MailScanner-SpamCheck: not spam, SpamAssassin (score=1.375, required 5, AWL -0.06, BAYES_00 -4.90, RCVD_IN_DYNABLOCK 2.60, RCVD_IN_NJABL 0.10, RCVD_IN_NJABL_DIALUP 3.54, RCVD_IN_SORBS 0.10) X-WebServ-IT-MailScanner-SpamScore: s X-MailScanner-From: messju@lammfellpuschen.de Subject: Re: [PHP-DEV] #define for zend engine 2.1 From: messju@lammfellpuschen.de (messju mohr) On Mon, Feb 07, 2005 at 02:07:47PM +0100, M. Sokolewicz wrote: [...] > wouldn't > #if PHP_MAJOR_VERSION >= 5 && PHP_MINOR_VERSION >= 1 > be better in case this code would ever be used with a hypothetical PHP > version 6? ;) > > - tul no, it wouldn't. it would work with 6.1, but not with 6.0 messju