Re: [PHP-DEV] RFC: php_config --extra_includes

2009-10-11 Thread Pierre Joye
hi, On Sun, Oct 11, 2009 at 10:44 PM, shire wrote: > We can definitely check to see if PCRE is bundled or not, but how do we > detect the exact path of the pcre.h file that was used?  (we could also have > multiple pcre.h files on the same system), so it seems we need to store this > somewhere i

Re: [PHP-DEV] RFC: php_config --extra_includes

2009-10-11 Thread shire
Heya, Pierre Joye wrote: hi! On Sun, Oct 11, 2009 at 10:05 AM, shire wrote: Currently we have an open bug #16809 (http://pecl.php.net/bugs/bug.php?id=16809&edit=1) in APC where we're unable to find the pcre.h header file as it's not in our include path when a user compiles PHP with the --ena

Re: [PHP-DEV] RFC: php_config --extra_includes

2009-10-11 Thread Pierre Joye
hi! On Sun, Oct 11, 2009 at 10:05 AM, shire wrote: > > Currently we have an open bug #16809 > (http://pecl.php.net/bugs/bug.php?id=16809&edit=1) in APC where we're unable > to find the pcre.h header file as it's not in our include path when a user > compiles PHP with the --enable-pcre=.  This is

[PHP-DEV] RFC: php_config --extra_includes

2009-10-11 Thread shire
Currently we have an open bug #16809 (http://pecl.php.net/bugs/bug.php?id=16809&edit=1) in APC where we're unable to find the pcre.h header file as it's not in our include path when a user compiles PHP with the --enable-pcre=. This is because the include path the user provides isn't made ava