[PHP-DEV] Re: ext/pcre/pcrelib/config.h:#define HAVE_STDINT_H 1 - bug in PHP or ext(ernal) package that needs to be contacted?

2010-10-19 Thread Michael Felt
p.s. my fix is: /* Define to 1 if you have the header file. * / #ifndef HAVE_STDINT_H #define HAVE_STDINT_H 1 #endif */ (added space to break end-of comment, and added end of comment below block) On Tue, Oct 19, 2010 at 3:32 PM, Michael Felt wrote: > Maybe a bug? with ext/* I wonder if it is in

Re: [PHP-DEV] Re: ext/pcre/pcrelib/config.h:#define HAVE_STDINT_H 1 - bug in PHP or ext(ernal) package that needs to be contacted?

2010-10-19 Thread Pierre Joye
hi, We do this in the bundled pcre library. Please check the exact logic there and try to see what is required to make it work on your box + compiler without breaking other platforms. It would rock if you could provide a patch+bug report :) Thanks! On Tue, Oct 19, 2010 at 3:36 PM, Michael Felt