Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23299 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24317 invoked by uid 1010); 12 May 2006 11:18:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24301 invoked from network); 12 May 2006 11:18:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 May 2006 11:18:32 -0000 X-PHP-List-Original-Sender: manchokapitancho@gmail.com X-Host-Fingerprint: 64.233.184.238 wr-out-0506.google.com Linux 2.4/2.6 Received: from ([64.233.184.238:9396] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 33/9A-19568-70F64644 for ; Fri, 12 May 2006 07:18:31 -0400 Received: by wr-out-0506.google.com with SMTP id 71so334611wri for ; Fri, 12 May 2006 04:18:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=YTkz1WMkMZcqpFRsiwXXkNCjcU1RA2digadoTuFAdlOrsJ0uMMwM/pTAxK56vMmCeGpPOuulwYUtkIxQwJ+4ZlfABbVtNjjZrfEfV8o7N9BTWRgJ2r8zMy7m3A6RzLwNuTlkO1+YJnJa0HYosBLZPkshPKYPtSrKyc3tQpCauL4= Received: by 10.65.52.7 with SMTP id e7mr1461589qbk; Fri, 12 May 2006 04:18:29 -0700 (PDT) Received: by 10.64.149.9 with HTTP; Fri, 12 May 2006 04:18:29 -0700 (PDT) Message-ID: Date: Fri, 12 May 2006 14:18:29 +0300 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_13485_25237136.1147432709507" Subject: Change PDO quoting From: manchokapitancho@gmail.com ("Marian Kostadinov") ------=_Part_13485_25237136.1147432709507 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline As it is a time of big changes and incompatibilities, maybe it is a good moment to change PDO::quote method to quote NULL to NULL instead of an empty string. This is the consistent behaviour, don't you think? ------=_Part_13485_25237136.1147432709507--