Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27635 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45499 invoked by uid 1010); 24 Jan 2007 14:45:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 45483 invoked from network); 24 Jan 2007 14:45:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jan 2007 14:45:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=olivier.hill@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=olivier.hill@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.191 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: olivier.hill@gmail.com X-Host-Fingerprint: 64.233.182.191 nf-out-0910.google.com Linux 2.4/2.6 Received: from [64.233.182.191] ([64.233.182.191:53552] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/64-08544-FE077B54 for ; Wed, 24 Jan 2007 09:45:04 -0500 Received: by nf-out-0910.google.com with SMTP id l35so659338nfa for ; Wed, 24 Jan 2007 06:45:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FFj5FaxUe15xarbW56+CovirKt5si9tIMYq/pJFLZNwXe9xNLpH+HHx2r9OSrZq+tbwX6Q4XoX/jT2gEE8DC3TqN45tdYA/IwG8gG9VO+b9cEEN1jzDw3Zk24MYZ00sUWu/438sIrlGQcpVyx7DJJwHlW3NMlqmmwjvSI8SqLJs= Received: by 10.48.242.19 with SMTP id p19mr2946294nfh.1169649898767; Wed, 24 Jan 2007 06:44:58 -0800 (PST) Received: by 10.49.12.19 with HTTP; Wed, 24 Jan 2007 06:44:58 -0800 (PST) Message-ID: Date: Wed, 24 Jan 2007 09:44:58 -0500 To: "Scott MacVicar" Cc: internals@lists.php.net In-Reply-To: <68.D3.08544.E6F67B54@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45362247.2000306@ntlworld.com> <68.D3.08544.E6F67B54@pb1.pair.com> Subject: Re: [PHP-DEV] Re: [Patch] mysql_set_charset for mysql ext From: olivier.hill@gmail.com ("Olivier Hill") Hello Scott, I did something similar a while ago. You can see [1] why this will not be included in PHP4, as it is considered a new feature. Regards, Olivier [1] http://marc.theaimsgroup.com/?t=115220027800004&r=1&w=2 On 1/24/07, Scott MacVicar wrote: > This is a gentle nudge, there was no interest since this was posted 2 > months ago, we had a client who get exploited recently because of this > issue. We use mysqli where appropriate but sometimes its not available > because hosts don't know any better. > > Since there are no plans to deprecate the mysql extension any time soon > we at least need the ability to protect ourselves. Patches are again PHP > 4_4, 5_2 and HEAD. > > Scott >