Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18342 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35717 invoked by uid 1010); 24 Aug 2005 08:33:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 35702 invoked from network); 24 Aug 2005 08:33:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Aug 2005 08:33:42 -0000 X-Host-Fingerprint: 62.116.172.149 mail.city-map.de Linux 2.6 Received: from ([62.116.172.149:56667] helo=mail.city-map.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 63/6D-28235-5E03C034 for ; Wed, 24 Aug 2005 04:33:41 -0400 Message-ID: <63.6D.28235.5E03C034@pb1.pair.com> Received: from mail.topconcepts.net by mail.city-map.de ([62.116.172.149]:25) with [XMail 1.21 ESMTP Server] id for from ; Wed, 24 Aug 2005 10:33:35 +0200 Received: from eagle by mail.topconcepts.net with [XMail 1.21 ESMTP Server] id for from ; Wed, 24 Aug 2005 10:33:34 +0200 To: "'Zeev Suraski'" , Date: Wed, 24 Aug 2005 10:33:33 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <5.1.0.14.2.20050824104938.063cbbf0@localhost> Thread-Index: AcWog9W8KjXyzuQGSBCHx1vWUs4L4gAAfrEg Subject: RE: [PHP-DEV] 5.0.5 RC2 From: ruempler@topconcepts.com (=?us-ascii?Q?Sonke_Ruempler?=) References: <5.1.0.14.2.20050824104938.063cbbf0@localhost> Hi, Zeev Suraski wrote on Wednesday, August 24, 2005 9:50 AM: > Any outstanding things for this release beyond PEAR and XMLRPC? I'd > like to roll RC2 as soon as possible. Some hint: Some applications get broken after upgrade from PHP 5.0.4 to 5.0.5RC1. For example the MediaWiki software: Fatal error: Only variables can be passed by reference in /xxx/www/wiki/includes/SpecialSpecialpages.php on line 68<: eeeeaeaeciaobsoeeeeee I thought these reference-`fixes' would only affect PHP 5.1.x and PHP 4.4.x branches? Because this is IMHO a BC break. Just to let you know :) -- Regards.