summaryrefslogtreecommitdiff
path: root/main/internal_functions.c.in
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-08-29 20:12:12 +0000
committerStig Bakken <ssb@php.net>1999-08-29 20:12:12 +0000
commit5600f889b2cb8d2b11b54d711273c40916c4b4fa (patch)
tree2e09d483a5e5d9ac5acb4bd602fbb3a19206e9eb /main/internal_functions.c.in
parent869eeb62f42ce1c1d8e17efaa70676988cbabdc8 (diff)
downloadphp-git-5600f889b2cb8d2b11b54d711273c40916c4b4fa.tar.gz
moved lcg stuff to ext/standard
Diffstat (limited to 'main/internal_functions.c.in')
-rw-r--r--main/internal_functions.c.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/internal_functions.c.in b/main/internal_functions.c.in
index d849b80faf..d63679b52d 100644
--- a/main/internal_functions.c.in
+++ b/main/internal_functions.c.in
@@ -52,6 +52,7 @@
#include "ext/standard/php3_filestat.h"
#include "ext/standard/php3_mail.h"
#include "ext/standard/php3_syslog.h"
+#include "ext/standard/php_lcg.h"
@EXT_INCLUDE_CODE@
/* SNMP has to be moved to ext */
@@ -75,6 +76,7 @@ zend_module_entry *php3_builtin_modules[] = {
phpext_filestat_ptr,
phpext_mail_ptr,
phpext_syslog_ptr,
+ phpext_lcg_ptr,
@EXT_MODULE_PTRS@
};