From 2ca2dc0b08f4db34233afa0a173446bb3767b95b Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 30 Jun 2005 13:43:00 +0000 Subject: Restored old behavior of zend_statup_module() --- ext/standard/dl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/standard/dl.c b/ext/standard/dl.c index 5d83fc7451..65cc533b61 100644 --- a/ext/standard/dl.c +++ b/ext/standard/dl.c @@ -224,7 +224,7 @@ void php_dl(zval *file, int type, zval *return_value TSRMLS_DC) RETURN_FALSE; } - if (type == MODULE_TEMPORARY && zend_startup_module(module_entry TSRMLS_CC) == FAILURE) { + if (type == MODULE_TEMPORARY && zend_startup_module_ex(module_entry TSRMLS_CC) == FAILURE) { DL_UNLOAD(handle); RETURN_FALSE; } -- cgit v1.2.1