Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49140 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18956 invoked from network); 25 Jul 2010 09:44:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2010 09:44:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=chx1975@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=chx1975@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: chx1975@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:55565] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0C/B4-13626-A870C4C4 for ; Sun, 25 Jul 2010 05:44:42 -0400 Received: by yxi11 with SMTP id 11so4142075yxi.29 for ; Sun, 25 Jul 2010 02:44:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=F19alari+9AGQ2Zrkj/0PCG3pqTeGVE2QodXltzQ1o8=; b=lwCD0mnbaFA/qkVDwYJyMtWMH3vb2Z6lNsy6vN0P72Lq4y+VIKllu0DSTZhEIPxmdW Lf7EPv8OEFktnB+DjflM5TvJzB1wujN8KUSZZptDpfe14LA/l9BWaRq6B0RCu/7dFHvd RROYq4+w35nefyXxDCQyj+YsejoZdcB7LCR9E= 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:content-type; b=q3nLL3ZHFo+lhVggtpLZZROg8aT2A3JO3Bg6+CeQJZ8/BwT+Q6ruNrAa/BEYWATfSO D70Dk69F3xwQlZVqX6u9OsHmkqCblaAcC85qWLHagwHX2xUB2m2l3sp0NN5DhA46q2sv 2iJD8c0J5VRzhGxhlpiJXPyeo/lUtc95KBMVU= Received: by 10.90.71.9 with SMTP id t9mr4748908aga.87.1280051080130; Sun, 25 Jul 2010 02:44:40 -0700 (PDT) MIME-Version: 1.0 Sender: chx1975@gmail.com Received: by 10.91.154.15 with HTTP; Sun, 25 Jul 2010 02:44:20 -0700 (PDT) In-Reply-To: References: Date: Sun, 25 Jul 2010 02:44:20 -0700 X-Google-Sender-Auth: Rq9pPYEbLmxNrMPUVD5JJOk3aeo Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: Please reconsider supporting PHP 5.2 From: karoly@negyesi.net (Karoly Negyesi) >> Where previously the function would accept the by-value argument, a >> fatal error is now emitted. > Not sure about this one. Do you have an example please? Erm, you do realized that I copied that from the handbook page? Example: PHP Fatal error: Only variables can be passed by reference in /var/www/u/sites/all/modules/awesomerelationships/x.php on line 4 Also. Extensions. APC to this day does not have a stable release for PHP 5.3. Neither has XCache. I am not even sure how do you imagine *anyone* much less everyone upgrading to 5.3 with a production site without a stable code cache...? Also note xdebug has a PHP 5.3 compatible release for less than a month. Regards NK