summaryrefslogtreecommitdiff
path: root/ext/standard/dl.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-07-06 18:48:39 +0000
committerMarcus Boerger <helly@php.net>2004-07-06 18:48:39 +0000
commita2592aa5fb9dbb13f222f37b26fdc01a5698fa0b (patch)
tree5ec760e37e4574e7b54a59489a21f02f1f3c3669 /ext/standard/dl.c
parent1b4e0b81e3571fe7adae607a803b3f1ab90decc5 (diff)
downloadphp-git-a2592aa5fb9dbb13f222f37b26fdc01a5698fa0b.tar.gz
- Revert storing handle, got lost in 1.92, noticed by Kamesh Jayachandran
<kameshj at fastmail dot fm>
Diffstat (limited to 'ext/standard/dl.c')
-rw-r--r--ext/standard/dl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/dl.c b/ext/standard/dl.c
index 82925c7c3c..47b35080c1 100644
--- a/ext/standard/dl.c
+++ b/ext/standard/dl.c
@@ -250,6 +250,8 @@ void php_dl(pval *file, int type, pval *return_value TSRMLS_DC)
}
}
+ module_entry->handle = handle;
+
RETURN_TRUE;
}
/* }}} */