From 7b98592282ad0de385411cbe2f6e1946fd5ff0dd Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 24 May 1999 18:02:42 +0000 Subject: [PATCH] include regex in Win32 build --- main/internal_functions_win32.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 6861ddb573..9d2e36479f 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -56,6 +56,7 @@ #include "ext/standard/php3_syslog.h" #include "ext/standard/php3_standard.h" #include "ext/COM/php3_COM.h" +#include "ext/standard/reg.h" /* SNMP has to be moved to ext */ /* #include "dl/snmp/php3_snmp.h" */ @@ -79,7 +80,8 @@ zend_module_entry *php3_builtin_modules[] = { phpext_syslog_ptr, phpext_bcmath_ptr, phpext_standard_ptr, - COM_module_ptr + COM_module_ptr, + phpext_regex_ptr }; -- 2.50.1