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

[email protected] (yoram bar haim) Sun, 20 Jun 2010 10:43:39 +0300
Newsgroups php.pecl.dev
Message-ID <[email protected]>
For the last time, please, can I submit the account form and it will be 
approved ? is there anything else I should do ?
I really want to contribute this extension and PECL seems to be a correct 
place to put it in.

On Wednesday 26 May 2010 14:11:31 yoram bar haim wrote:
> 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