From 6328204053b26585cc0a590815f912fb8b153f41 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Fri, 10 Apr 2015 15:24:57 +0200 Subject: Php::dl() now also checks the extension_dir --- zend/module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zend') diff --git a/zend/module.h b/zend/module.h index 4fa6bce..bb36810 100644 --- a/zend/module.h +++ b/zend/module.h @@ -71,7 +71,7 @@ public: ExtensionPath path(module TSRMLS_CC); // load the module - _handle = DL_LOAD(module); + _handle = DL_LOAD(path); // handle should be valid if (!_handle) return; -- cgit v1.2.3