diff options
author | Thies C. Arntzen <thies@php.net> | 1999-12-07 11:37:30 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 1999-12-07 11:37:30 +0000 |
commit | a807dd31e9d6b565a62036eaf91a43e865e7d9e2 (patch) | |
tree | 70ddaa92ac06fbafc05ca9c500acadc242c879e4 /main/internal_functions_win32.c | |
parent | 512c641794e1b6f5895cfdf80b4907e693ab5398 (diff) | |
download | php-git-a807dd31e9d6b565a62036eaf91a43e865e7d9e2.tar.gz |
new assert() module. (Not yet finished!)
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r-- | main/internal_functions_win32.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 244303d9d3..c93de106b5 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -47,6 +47,7 @@ #include "ext/standard/php_lcg.h" #include "ext/standard/php_output.h" #include "ext/standard/php_array.h" +#include "ext/standard/php_assert.h" #include "ext/COM/php_COM.h" #include "ext/standard/reg.h" #include "ext/pcre/php_pcre.h" @@ -84,7 +85,8 @@ zend_module_entry *php3_builtin_modules[] = { phpext_lcg_ptr, phpext_session_ptr, phpext_output_ptr, - phpext_array_ptr + phpext_array_ptr, + phpext_assert_ptr }; |