Re: [PECL-DEV] New extension and site sign in

[email protected] (yoram bar haim) Wed, 26 May 2010 14:11:31 +0300
Newsgroups php.pecl.dev
Message-ID <[email protected]>
So what now ? can I actually sign up and it will work ?

On Monday 10 May 2010 17:10:22 Yoram Bar-Haim wrote:
> The dlsym code was written in order to load and give decent error in PHP
> info if PHP is not running as Apache module.
> It looked reasonable when the code was meant to run mostly as part of Zend
> Product, but it is not the case now, so it is probably not needed anymore.
> 
> On Monday 10 May 2010 16:45:42 Johannes Schlüter wrote:
> > Hi,
> > 
> > On Mon, 2010-05-10 at 11:58 +0300, "Yoram Bar-Haim" wrote:
> > > Well, here is a link
> > > http://il-it.zend.com/public/pecl/apache_accessor.tar.gz
> > 
> > looks quite well overall, but I wonder if you really need the dlsym
> > magic and can't link directly against apache symbols. Would feel way
> > less hack'ish.
> > 
> > johannes