Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43785 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87436 invoked from network); 27 Apr 2009 13:29:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Apr 2009 13:29:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=jarismar.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jarismar.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.179 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: jarismar.php@gmail.com X-Host-Fingerprint: 209.85.219.179 mail-ew0-f179.google.com Received: from [209.85.219.179] ([209.85.219.179:39079] helo=mail-ew0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A6/72-09611-443B5F94 for ; Mon, 27 Apr 2009 09:29:41 -0400 Received: by ewy27 with SMTP id 27so2091663ewy.23 for ; Mon, 27 Apr 2009 06:29:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=IsjeLI0XObA4se++2w06vTA/5mo/IrSR9R+7pi04WEs=; b=g+w+SweYxbLgSpZpwvrlycl6WiSTMJrTK7Awac6ZYBT5LPy+wFZAwtgkp8emAExb/V e/K7GrjWem911nuFOUmze859N9PyYajsQqNyHxY3uVkwj8OXo1Cu6ojaoKHgxAWqkl9N Im0xv50sKm5Wx0Efm8cuM3a4GRIyNU3kH7W8k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=CHfgVl6h/adQNw6uw1Kckej+5WUr03nuwSbLvtJkf07d957ezRmyPtFYlo7hKmjtcp Aqy+qGBhEVZOXi0W1Ifo16k5BVnD+yFQQp6wXfYsy9IPlIf+7h1lzd4Oftg2HssMSvNa JNpV2/FttPKxKUgGAHPzAJClm/G/lzGQZ8glM= MIME-Version: 1.0 Received: by 10.210.16.17 with SMTP id 17mr5820940ebp.87.1240838977832; Mon, 27 Apr 2009 06:29:37 -0700 (PDT) Date: Mon, 27 Apr 2009 10:29:37 -0300 Message-ID: <8bb7af40904270629p4c127cf5l113a4c850cd7edf9@mail.gmail.com> To: internals@lists.php.net Content-Type: multipart/alternative; boundary=001517491f4e7f482204688956c1 Subject: [PATCH] #48070 PDO_OCI Segfault when using persistent connection From: jarismar.php@gmail.com (Jarismar Chaves da Silva) --001517491f4e7f482204688956c1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi all, Can someone please give a look at this bug. I think it is a problem trying to free statements error messages. It is causing segfaults when using persistent connections. I've posted a patch on te bug-report. Thanks in advance. -- Jarismar C. Silva jarismar.php@gmail.com --001517491f4e7f482204688956c1--