MySQL and SSL Connectivity

php.internals

Christopher Weldon

19 years ago
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

Tijnema !

19 years ago
On 6/18/07, Christopher Weldon <cweldon@cerberusonline.com> 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

Christopher Weldon

19 years ago
Tijnema wrote:
> On 6/18/07, Christopher Weldon <cweldon@cerberusonline.com> 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

Tijnema !

19 years ago
On 6/18/07, Christopher Weldon <cweldon@cerberusonline.com> wrote:
> Tijnema wrote: > > On 6/18/07, Christopher Weldon <cweldon@cerberusonline.com> 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