Newsgroups: php.cvs,php.internals Path: news.php.net Xref: news.php.net php.cvs:62141 php.internals:47643 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57167 invoked from network); 26 Mar 2010 13:54:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Mar 2010 13:54:15 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 74.125.82.42 mail-ww0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:52059] helo=mail-ww0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/CB-26248-58CBCAB4 for ; Fri, 26 Mar 2010 08:54:14 -0500 Received: by wwc33 with SMTP id 33so2520591wwc.29 for ; Fri, 26 Mar 2010 06:54:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=6gfotN7d8pQ9uUmB2Cok6dMB9+A0TsjhxmViRgDHPz8=; b=nQQ7EeGIY7cZMwerHqPtcWu/it8zthu/v5NjzOcCEn2YcmiPq39Dook9HnzGYMZcPN ZYX98Q4gSmtcqYxUi0VrnJSL69QQ6z613YVLWPF17ABPcUAaKysD93LZ9vhsQBol6du8 WSQcOQlXyaWT4atyEqVYkcPtDPCyV/5RZkEDs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=eR0hCZIP4lab1vShaMFaUyD77ajk2s6gh8IeKLFAVZaY2RcNWfeljn2DDayeQqDoLj RfWB1Ir7FhuuA5x6W4S6FyHIIJ6Gt9KOdRpQo5Bkse6odUsRSJjiinDs4FHVGJec2w+C WFgtE6OD4Go8JTqF043gVH0W8XEsIyIqS/uJA= MIME-Version: 1.0 Received: by 10.216.176.71 with HTTP; Fri, 26 Mar 2010 06:54:10 -0700 (PDT) Date: Fri, 26 Mar 2010 14:54:10 +0100 Received: by 10.216.86.142 with SMTP id w14mr546436wee.33.1269611650940; Fri, 26 Mar 2010 06:54:10 -0700 (PDT) Message-ID: <7f3ed2c31003260654k62fc5a5fif45614efa4cdabf7@mail.gmail.com> To: =?ISO-8859-1?Q?Johannes_Schl=FCter?= Cc: Rasmus Lerdorf , php-cvs@lists.php.net, PHP Development Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/standard/html.c ext/standard/tests/strings/bug44703.phpt ext/standard/tests/strings/get_html_translation_table_basic1.phpt ext/standard/tests/strings/get_html_translation_table_basic2.phpt ext/standard/ From: hannes.magnusson@gmail.com (Hannes Magnusson) 2010/3/26 Johannes Schl=FCter : > On Tue, 2010-03-23 at 18:08 +0000, Rasmus Lerdorf wrote: > With the environments using more and more Utf-8 (operating system > environments, editor defaults, ...) the change is good but it is no > small thing but will cause "trouble" for many users having iso-8859-1 > texts in their database and getting broken pages after the upgrade and > we should advise users to mind their encodings! It is clearly noted in the upgrade guide... If you have a pre-existing app on the server then update your INI file. For new apps, use the default.. As long as we list it in the upgrade guide, and potentionally in the "Backwards compatibility breakages" listing.. Its an "simple and easy one-time-fix" to php.ini. If it was about swapping parameter order to function, or completely different return value or anything that a developer needs to really scan his code for, then thats a different story - but a default ini value? -Hannes