diff options
| author | Pierre Joye <pajoye@php.net> | 2009-01-07 08:53:47 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2009-01-07 08:53:47 +0000 |
| commit | 27b89ad09b0710c4a92af7b43ee02e2ba229d3cb (patch) | |
| tree | 8d3b98232455367d285acfeb1337605492ca2b56 | |
| parent | b7063014da274af4b1cfee19615e90db1a1d9954 (diff) | |
| download | php-git-27b89ad09b0710c4a92af7b43ee02e2ba229d3cb.tar.gz | |
- remove PHP_FE(dl) (actually removing the commented PHP_FE, was commited with my dns patch for win)
| -rw-r--r-- | ext/standard/basic_functions.c | 3 |
1 files changed, 0 insertions, 3 deletions
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) |
