]> granicus.if.org Git - php/commitdiff
- remove PHP_FE(dl) (actually removing the commented PHP_FE, was commited with my...
authorPierre Joye <pajoye@php.net>
Wed, 7 Jan 2009 08:53:47 +0000 (08:53 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 7 Jan 2009 08:53:47 +0000 (08:53 +0000)
ext/standard/basic_functions.c

index b2502b2298f210beb2f417810f98db10448533a2..8857cb2a83d55f6e26302c4017f4b798ee289153 100644 (file)
@@ -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)