Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46553 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90343 invoked from network); 28 Dec 2009 15:05:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Dec 2009 15:05:48 -0000 X-Host-Fingerprint: 95.31.13.88 xdmitri2.static.corbina.ru Received: from [95.31.13.88] ([95.31.13.88:21740] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/41-26502-B49C83B4 for ; Mon, 28 Dec 2009 10:05:47 -0500 Message-ID: <94.41.26502.B49C83B4@pb1.pair.com> To: internals@lists.php.net References: <31.35.26502.C79573B4@pb1.pair.com> <1B.86.26502.42B673B4@pb1.pair.com> <4B3785AC.2000507@lerdorf.com> <8A.91.26502.CDB083B4@pb1.pair.com> <4B38106C.2080806@lerdorf.com> <4B384924.3040708@lerdorf.com> Date: Mon, 28 Dec 2009 18:05:42 +0300 Lines: 21 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5843 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-RFC2646: Format=Flowed; Original X-Posted-By: 95.31.13.88 Subject: Re: [PHP-DEV] Unsetting loop variables at the end of the loop From: dmda@yandex.ru ("jvlad") >> > We are letting you know that you need to start thinking about >> > migrating your code away from non-Unicode aware functions like >> > ereg() and split(). >> >> Well, this filled up my php logs with some million records telling me >> this! Do you think it's safer to keep thinking and have an opportunity >> to miss anything dangerous in the logs just becase they are flooded. > > Bitching about upgrading and things not working is not going to get you > any karma. We release release-candidates for a reason, and blindly > upgrading is unprofessional. Derick, No need to upgrade. If you write any line in php that other people are interested to run, you'll see it soon, that different people use different versions of php. If your code relies on split(), you'll get very good feedback from some of them. FYI: I didn't say anything like what you answered to.