summaryrefslogtreecommitdiff
path: root/ext/standard/dl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/dl.c')
-rw-r--r--ext/standard/dl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/dl.c b/ext/standard/dl.c
index 886d25cc4c..4fe4c38687 100644
--- a/ext/standard/dl.c
+++ b/ext/standard/dl.c
@@ -53,7 +53,6 @@ php3_module_entry dl_module_entry = {
#endif
/* {{{ proto int dl(string extension_filename)
-
Load a PHP extension at runtime */
void dl(INTERNAL_FUNCTION_PARAMETERS)
{