# include "php.h" # include "httpd.h"
As a hack, I suppressed inclusion of Apache's regex file with:
#define _PCREPOSIX_H
This allows things to build. It doesn't look like anything in this module uses regex support so this should work for now.
# include "php.h" # include "httpd.h"
As a hack, I suppressed inclusion of Apache's regex file with:
#define _PCREPOSIX_H