Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74477 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78467 invoked from network); 26 May 2014 06:59:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 May 2014 06:59:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.175 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.160.175 mail-yk0-f175.google.com Received: from [209.85.160.175] ([209.85.160.175:52051] helo=mail-yk0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5C/32-60353-F56E2835 for ; Mon, 26 May 2014 02:59:44 -0400 Received: by mail-yk0-f175.google.com with SMTP id 131so5828061ykp.34 for ; Sun, 25 May 2014 23:59:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=bWpXFZfoAehpgvZL8o5vUbqdp+HKEvKAj0VU0yv0MYg=; b=slTQQQ0bsI9UizUpkhPoAmqVbZnRJ/oBX7nbEdI9/kKrRXjajUJIM7wQBvIV9Pr83k eNJpY1y9YVDBoIYz4tjEksGRYuVxUNQNl8ULO1dXUdFbKo7AouBAn1BjuGJpbpKxocBN wSRZUqFZL9eLBaRJr+kNiy0uW/2CdnSfvTbHHhRdPR4q4/PIoL4B0nr++0wKFdC9ggvK FollmQ6s1P+9ocxDUFgxD5BZ7cYYkLlwmvGBqvh9iDLYkM2GZF5IIS9wSqekIMI3Pd+g gN0D1dkUY7ahJa82i89ueTSJDHDzIyhe9POREDdbtnJyXO02uhmIJLDVzjOeDhPLl1y9 sAqw== MIME-Version: 1.0 X-Received: by 10.236.26.72 with SMTP id b48mr33599767yha.59.1401087580951; Sun, 25 May 2014 23:59:40 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.170.191.69 with HTTP; Sun, 25 May 2014 23:59:40 -0700 (PDT) In-Reply-To: References: Date: Mon, 26 May 2014 08:59:40 +0200 X-Google-Sender-Auth: -rguHaapMKMzbXEVUW52b4nZXlw Message-ID: To: Laruence Cc: PHP Internals , wez@php.net, Dmitry Stogov Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Persistent PDO supports From: mike@php.net (Michael Wallner) On 26 May 2014 08:34, Laruence wrote: > I am just not sure, is the previous behavior is on purpose? or > any other reasons? > > if no. then I will leave the current fix as it is... See here f.e. https://bugs.php.net/bug.php?id=47407 -- Regards, Mike