From: Pierre Joye Date: Wed, 7 Jan 2009 08:53:47 +0000 (+0000) Subject: - remove PHP_FE(dl) (actually removing the commented PHP_FE, was commited with my... X-Git-Tag: php-5.3.0beta1~257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27b89ad09b0710c4a92af7b43ee02e2ba229d3cb;p=php - remove PHP_FE(dl) (actually removing the commented PHP_FE, was commited with my dns patch for win) --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index b2502b2298..8857cb2a83 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -3039,9 +3039,6 @@ const zend_function_entry basic_functions[] = { /* {{{ */ PHP_FE(is_scalar, arginfo_is_scalar) PHP_FE(is_callable, arginfo_is_callable) - /* functions from dl.c */ -// PHP_FE(dl, arginfo_dl) - /* functions from file.c */ PHP_FE(pclose, arginfo_pclose) PHP_FE(popen, arginfo_popen)