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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/standard/dl.c b/ext/standard/dl.c
index e911f74a80..498eddc799 100644
--- a/ext/standard/dl.c
+++ b/ext/standard/dl.c
@@ -56,7 +56,6 @@
PHP_FUNCTION(dl)
{
pval **file;
- PLS_FETCH();
#ifdef ZTS
if (strcmp(sapi_module.name, "cgi")!=0) {
@@ -101,10 +100,8 @@ void php_dl(pval *file, int type, pval *return_value)
zend_module_entry *(*get_module)(void);
int error_type;
char *extension_dir;
- PLS_FETCH();
TSRMLS_FETCH();
-
if (type==MODULE_PERSISTENT) {
/* Use the configuration hash directly, the INI mechanism is not yet initialized */
if (cfg_get_string("extension_dir", &extension_dir)==FAILURE) {