summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>1999-12-07 11:37:30 +0000
committerThies C. Arntzen <thies@php.net>1999-12-07 11:37:30 +0000
commita807dd31e9d6b565a62036eaf91a43e865e7d9e2 (patch)
tree70ddaa92ac06fbafc05ca9c500acadc242c879e4 /main/internal_functions_win32.c
parent512c641794e1b6f5895cfdf80b4907e693ab5398 (diff)
downloadphp-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.c4
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
};