From: Zeev Suraski Date: Mon, 24 May 1999 18:02:42 +0000 (+0000) Subject: include regex in Win32 build X-Git-Tag: BEFORE_REMOVING_GC_STEP1~279 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b98592282ad0de385411cbe2f6e1946fd5ff0dd;p=php include regex in Win32 build --- 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 };