Re: [PHP-DEV] extension_path not used for zend_extension

2011-04-18 Thread Ferenc Kovacs
2011/4/18 Johannes Schlüter > > > On 04/18/11 06:06 PM, Ferenc Kovacs wrote: > > thanks for the clarification. >> if thats the only thing thats preventing this to work (eg. someone has >> to patch the engine to be aware of the extension_dir), then I think I >> should open a feature request for t

Re: [PHP-DEV] extension_path not used for zend_extension

2011-04-18 Thread Ferenc Kovacs
2011/4/18 Johannes Schlüter > > > On 04/18/11 05:04 PM, Ferenc Kovacs wrote: > >> Hi. >> >> I've just noticed that in spite of the documentation, one can (try to) >> load >> a zend_extension via a relative path. >> http://www.php.net/manual/en/ini.core.php#ini.zend-extension >>

Re: [PHP-DEV] extension_path not used for zend_extension

2011-04-18 Thread Johannes Schlüter
On 04/18/11 05:04 PM, Ferenc Kovacs wrote: Hi. I've just noticed that in spite of the documentation, one can (try to) load a zend_extension via a relative path. http://www.php.net/manual/en/ini.core.php#ini.zend-extension the only t