Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24007 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65144 invoked by uid 1010); 8 Jun 2006 18:53:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65129 invoked from network); 8 Jun 2006 18:53:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jun 2006 18:53:34 -0000 X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.5 (sometimes 2.4) (4) Received: from ([82.94.239.5:44827] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id E8/C9-00946-C2278844 for ; Thu, 08 Jun 2006 14:53:32 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.13.6/8.12.11) with ESMTP id k58IrRCu011116; Thu, 8 Jun 2006 20:53:28 +0200 Date: Thu, 8 Jun 2006 20:52:56 +0200 (CEST) X-X-Sender: derick@localhost To: Steph Fox cc: PHP Developers Mailing List In-Reply-To: <108001c68b29$6f93b930$6602a8c0@foxbox> Message-ID: References: <000001c68af5$50876930$6e02a8c0@thinkpad> <7.0.1.0.2.20060608110050.0521bb48@zend.com> <105301c68b27$e80c8d80$6602a8c0@foxbox> <44886B6D.8010801@lerdorf.com> <108001c68b29$6f93b930$6602a8c0@foxbox> X-Face: "L'&?Ah3MYF@FB4hU'XhNhLB]222(Lbr2Y@F:GE[OO;"F5p>qtFBl|yVVA&D{A(g3[C}mG:199P+5C'v.M/u@Z\![0b:Mv.[l6[uWl' MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Re: [PATCH] Automatic module globals management From: derick@php.net (Derick Rethans) On Thu, 8 Jun 2006, Steph Fox wrote: > People with custom extensions at least are only working with one version of > PHP at a time, I'd hope :) Are you kidding? There are people using Xdebug for PHP 4.3.x, 4.4.x, 5.0.x, 5.1.x and 5.2.x... that's already enough headaches to maintain with ifdefs all over the place. regards, Derick