]> granicus.if.org Git - php/commitdiff
include regex in Win32 build
authorZeev Suraski <zeev@php.net>
Mon, 24 May 1999 18:02:42 +0000 (18:02 +0000)
committerZeev Suraski <zeev@php.net>
Mon, 24 May 1999 18:02:42 +0000 (18:02 +0000)
main/internal_functions_win32.c

index 6861ddb5738f7b8d3034c79aa18c5b512798704c..9d2e36479fd2c5d76b2bfbd12bb1dadca15e27ba 100644 (file)
@@ -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
 };