Re: [Owfs-developers] Bug posted in Gentoo bugzilla

2007-08-08 Thread Ben Griffith
I'll give that a try and ask Mr. Glaser if he can test it too, and I'll post back with the results. On 8/8/07, Paul Alfille <[EMAIL PROTECTED]> wrote: > > Maybe a sed script in the makefile? owfs/module/swig/php/Makefile.am has > ow_wrap.c as a target. > > Paul Alfille > > On 8/8/07, Ben Griffith

Re: [Owfs-developers] Bug posted in Gentoo bugzilla

2007-08-08 Thread Paul Alfille
Maybe a sed script in the makefile? owfs/module/swig/php/Makefile.am has ow_wrap.c as a target. Paul Alfille On 8/8/07, Ben Griffith <[EMAIL PROTECTED]> wrote: > > Hi Paul, > > I think he was talking about applying the patch to ow_wrap.c, which is > generated by SWIG, which is affected by the PHP

Re: [Owfs-developers] Bug posted in Gentoo bugzilla

2007-08-08 Thread Ben Griffith
Hi Paul, I think he was talking about applying the patch to ow_wrap.c, which is generated by SWIG, which is affected by the PHP issue. (Do I have that right?) I did find the line in ow_wrap.c where zend_rsrc_list_get_rsrc_type is called with only one argument instead of two, and that area of the

Re: [Owfs-developers] Bug posted in Gentoo bugzilla

2007-08-07 Thread Paul Alfille
On 8/7/07, Ben Griffith <[EMAIL PROTECTED]> wrote: > > Someone just posted a problem they found while compiling owfs on Gentoo > with thread safety enabled. Apparently it's a known issue with swig and > they included a link to a patch. > Thank you Ben. Apparently this is a PHP issue and the patc

[Owfs-developers] Bug posted in Gentoo bugzilla

2007-08-07 Thread Ben Griffith
Someone just posted a problem they found while compiling owfs on Gentoo with thread safety enabled. Apparently it's a known issue with swig and they included a link to a patch. Here's the text of their entry: --- *Comment #7 >From Daniel Glas