Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85707 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88630 invoked from network); 3 Apr 2015 07:32:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Apr 2015 07:32:12 -0000 Authentication-Results: pb1.pair.com header.from=hufeng1987@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hufeng1987@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.173 as permitted sender) X-PHP-List-Original-Sender: hufeng1987@gmail.com X-Host-Fingerprint: 209.85.214.173 mail-ob0-f173.google.com Received: from [209.85.214.173] ([209.85.214.173:33153] helo=mail-ob0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C0/11-16005-BF14E155 for ; Fri, 03 Apr 2015 02:32:12 -0500 Received: by obvd1 with SMTP id d1so162551745obv.0 for ; Fri, 03 Apr 2015 00:32:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=EIxqsIoBQFgoKT5g2MSU8fVSMR6cjW1Z4IPhLBjwhY0=; b=qayGc7LEstfh5aVHmfN+xQhbiAwczhV25D2XnK4gg2dAjCicdpgdkmS0MMG3cSoIgy WXQGxki8Ym78enKfpaGAIaYMuJWSBpZZdbl4BOBa9Qx7zacS0d4PWqXMU8wARMkSH6XX X7bPUR/ok9K6eZE/5/JS+Vios6+N2BATI5ddKSTBDwgOZrp5phbJHIfBJem+r2b8v6mh hYK1bY3ZpCuJy1JlSfcXp73xTAB2bmc+jHDqaInF9C3R2zaEM9qm6xY2wouFv70ObNpn O4bldYizc0zsciY/cAhNMybr3bIH7fLmeZo05KnkfGj1BsmjvR5swb0PnvDjKo4eotTy T17Q== X-Received: by 10.60.23.37 with SMTP id j5mr1451158oef.25.1428046329077; Fri, 03 Apr 2015 00:32:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.66.86 with HTTP; Fri, 3 Apr 2015 00:31:48 -0700 (PDT) Date: Fri, 3 Apr 2015 15:31:48 +0800 Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: [Do not set if using PDO_MySQL ], Does this still can not set for PHP 5.6.7 ? From: hufeng1987@gmail.com (Netroby) mysqlnd.fetch_data_copy long Enforce copying result sets from the internal result set buffers into PHP variables instead of using the default reference and copy-on-write logic. Please, see the memory management implementation notes for further details. Copying result sets instead of having PHP variables reference them allows releasing the memory occupied for the PHP variables earlier. Depending on the user API code, the actual database quries and the size of their result sets this may reduce the memory footprint of mysqlnd. Do not set if using PDO_MySQL. PDO_MySQL has not yet been updated to support the new fetch mode. Appreciate your time. ---------------------------- Netroby