Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51404 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96388 invoked from network); 31 Jan 2011 20:35:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jan 2011 20:35:28 -0000 Authentication-Results: pb1.pair.com header.from=doctorrock83@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=doctorrock83@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: doctorrock83@gmail.com X-Host-Fingerprint: 209.85.216.42 mail-qw0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:35165] helo=mail-qw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 17/B3-13480-F0D174D4 for ; Mon, 31 Jan 2011 15:35:28 -0500 Received: by qwe4 with SMTP id 4so5950009qwe.29 for ; Mon, 31 Jan 2011 12:35:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type; bh=VrX1RjLWOG24UtNCSxUDxnp/K+bSVGjPe63BuNi5bEQ=; b=A7iy+6wE0khG+P4UXL2WnCD8gBCZrl6zDMg+Afo0gC0G71oaiCqtOvA0R2xllj4QA2 o6adEaYlgcr4fUqMfXboOsSvwU28+b+QozkzRZY/TxUtQU4a2wvZzhWT7s9sE+Wj5YPT bZr0chmv70YzcHyRmFsE/9TDIFUt8bBmhneVU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=bl2ltjLO92FaO0FpC+SVLXJLVqEK0ZgDgZ+sWNSGlJ5P+eLYmgJqr1cLY/Sg9scOJN eP13BIlNLvgoKijKR4j2TS9QRi6oXcpHbLfXFTXqw+gPpVCKJiKfs+zzhujC61OXymc0 IBeKn5UOF8alLC4tcut0xtfgC/z0nMgUVz4i8= Received: by 10.224.29.5 with SMTP id o5mr6793022qac.164.1296506116488; Mon, 31 Jan 2011 12:35:16 -0800 (PST) MIME-Version: 1.0 Sender: doctorrock83@gmail.com Received: by 10.220.183.73 with HTTP; Mon, 31 Jan 2011 12:34:36 -0800 (PST) In-Reply-To: References: Date: Mon, 31 Jan 2011 21:34:36 +0100 X-Google-Sender-Auth: 3CirtFdBHDDPunqMBJiqHbto0ZY Message-ID: To: Pierre Joye Cc: Mathias Grimm , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] implicit reference From: jpauli@php.net (Julien Pauli) Ow, what a crap idea ... You want to make the same php4-written source code run with PHP4 AND PHP5.3 ? That seems like an unsolvable challenge, I think that even if you dont mind very bad codes/stuff you won't make it fully work for production without alarms every minutes ... Good luck, Julien On Mon, Jan 31, 2011 at 9:10 PM, Pierre Joye wrote: > On Mon, Jan 31, 2011 at 9:08 PM, Mathias Grimm wrote: >> the constraint is that all need to run on php4.3.6 and 5.3 > > You may not have the choice but that's simply a very bad idea. > > -- > Pierre > > @pierrejoye | http://blog.thepimp.net | http://www.libgd.org > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >