Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100042 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97182 invoked from network); 26 Jul 2017 10:25:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jul 2017 10:25:06 -0000 X-Host-Fingerprint: 89.231.48.169 host-89-231-48-169.dynamic.mm.pl Received: from [89.231.48.169] ([89.231.48.169:15823] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6B/63-49004-FFD68795 for ; Wed, 26 Jul 2017 06:25:05 -0400 Message-ID: <6B.63.49004.FFD68795@pb1.pair.com> To: internals@lists.php.net X-Mozilla-News-Host: news://news.php.net:119 Date: Wed, 26 Jul 2017 12:25:00 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: pl Content-Transfer-Encoding: 7bit X-Posted-By: 89.231.48.169 Subject: PDO native JSON / array support From: aaatoja@o2.pl (=?UTF-8?Q?Micha=c5=82?=) Most database systems have now native support for JSON format. Some of them, like PostgreSQL, also accepts arrays. I rememeber there was some fork of pgsql extension with native array support. Maybe it is time to extend PDO so it can accept at least one of these formats? What do You think?