diff --git a/WINDOWS_DOWNLOADS/php5.3/php_aop.dll b/WINDOWS_DOWNLOADS/php5.3/php_aop.dll new file mode 100644 index 0000000..c10f8ce Binary files /dev/null and b/WINDOWS_DOWNLOADS/php5.3/php_aop.dll differ diff --git a/aop.h b/aop.h index 79965b3..f8fcb6c 100644 --- a/aop.h +++ b/aop.h @@ -63,6 +63,8 @@ #define AOP_KEY_C #endif +#include "ext/pcre/php_pcre.h" + typedef struct { zend_op_array *op; zend_execute_data *ex; diff --git a/config.w32 b/config.w32 index 1f6b53e..ec47001 100644 --- a/config.w32 +++ b/config.w32 @@ -2,4 +2,5 @@ ARG_ENABLE("aop", "Enable AOP support" , "no"); if (PHP_AOP != "no") { EXTENSION("aop", "aop.c"); + ADD_SOURCES("ext/aop", "aop_joinpoint.c Lexer.c", "aop"); }