Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30230 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25178 invoked by uid 1010); 18 Jun 2007 20:25:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25163 invoked from network); 18 Jun 2007 20:25:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jun 2007 20:25:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=tijnema@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tijnema@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.184.235 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tijnema@gmail.com X-Host-Fingerprint: 64.233.184.235 wr-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.184.235] ([64.233.184.235:65232] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 64/33-00919-02AE6764 for ; Mon, 18 Jun 2007 16:25:04 -0400 Received: by wr-out-0506.google.com with SMTP id 58so1159407wri for ; Mon, 18 Jun 2007 13:25:02 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=o6fcvaf5pMrFf+oAU7Radvn/V6+WbfjWnulb6IFQrXfFn4hzwArzHaQuB7s7KLxkzJsI3nUe+9l6pd/hV8WavgE+IJ+EHz0/WtWI3KMLBL4t7IpUO94zBKGdAHGoqFQIZg7s1BnT9xCcvjyeEMs2lAP67fTXAOxT0uBAuKYsZZQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TLOvIaiHXv1RHUkXIRrm6/N4nNGa2msDiLtXBW58gm0BUPYUbNqRgrFjY1xAWW7mm/PiCoDCgDFKp8Z7Q/0AHMXmMhbaroIVr73h2VFAkHEE58tIOlhViCQ08Z90x81JmBX6U3uKyipU+LeIxDmfrNww/axDjqI9Yv7WiwbfMLA= Received: by 10.100.105.18 with SMTP id d18mr2432222anc.1182198301754; Mon, 18 Jun 2007 13:25:01 -0700 (PDT) Received: by 10.100.33.17 with HTTP; Mon, 18 Jun 2007 13:25:01 -0700 (PDT) Message-ID: Date: Mon, 18 Jun 2007 22:25:01 +0200 To: "Christopher Weldon" Cc: internals@lists.php.net, georg@php.net In-Reply-To: <4676E7EE.3020604@cerberusonline.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4676C15E.8090206@cerberusonline.com> <4676E7EE.3020604@cerberusonline.com> Subject: Re: [PHP-DEV] MySQL and SSL Connectivity From: tijnema@gmail.com (Tijnema) On 6/18/07, Christopher Weldon wrote: > Tijnema wrote: > > On 6/18/07, Christopher Weldon wrote: > >> Georg, et al: > >> > >> I've been looking through the bugs system and trying to track the issue > >> with regards to MySQL and SSL connectivity through PHP. Bugs 28075 and > >> 39699 have the same issues I'm having and I haven't seen much in the > >> line of progress to address this issue. > >> > >> If there's something in the works as far as a bug fix or patch is > >> concerned, please let me know. Otherwise, I would like to bump the issue > >> as it seems there are several individuals having this problem and it's > >> been around for a while. > >> > >> Thanks! > >> -- > >> Christopher Weldon > >> President & CEO > >> Cerberus Interactive, Inc. > >> www.cerberusonline.com > >> cweldon@cerberusonline.com > >> Phone: 866.813.4603 x605 > >> > > > > Hi, > > > > The first bug was assigned in 2004 to georg, and seems like he never > > fixed it, while there is already a solution posted in the first bug. > > You can use it too I think. > > > > Tijnema > > > > The problem with the bugfix is that it's not for the current version of > PHP I'm on (5.2.3). I recognize that I could try to find the appropriate > code and patch it myself, but I would feel a little more at-ease if the > package maintainer reviewed the submission and committed it to source. > > -- > Christopher Weldon > President & CEO > Cerberus Interactive, Inc. > www.cerberusonline.com > cweldon@cerberusonline.com > Phone: 866.813.4603 x605 > Did you try and see if that patch could be applied to the 5.2.3 source successfully? Bug poster showed that it worked for PHP-5.0 beta. There have been a lot of changes of course, but there's quite a big chance it will work. Tijnema