diff options
author | Marcus Boerger <helly@php.net> | 2008-12-31 14:27:09 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2008-12-31 14:27:09 +0000 |
commit | f77719d8005ad3c0684ba1b40c83e8463b204b5a (patch) | |
tree | 78c79616b3ae24b8a61f466d1e5592872fce4150 /main/SAPI.h | |
parent | 2faea53de22c3297bde373bdd3b4fd021a47caab (diff) | |
download | php-git-f77719d8005ad3c0684ba1b40c83e8463b204b5a.tar.gz |
MFH
- Changed dl() to be disabled by default. Enabled only when explicitly
registered by the SAPI layer. Enabled only with CLI, CGI and EMBED. (Dmitry)
[DOC]
Diffstat (limited to 'main/SAPI.h')
-rw-r--r-- | main/SAPI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/SAPI.h b/main/SAPI.h index 4431071d54..5907688b43 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -264,6 +264,7 @@ struct _sapi_module_struct { int phpinfo_as_text; char *ini_entries; + const zend_function_entry *additional_functions; }; |