Re: [PECL-DEV] New extension and site sign in
[email protected] ("Yoram Bar-Haim") Mon, 10 May 2010 17:10:22 +0300
| Newsgroups | php.pecl.dev |
|---|---|
| Organization | ZEND |
| Message-ID | <[email protected]> |
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