mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
Fix link functions problem.
This commit is contained in:
@@ -172,6 +172,12 @@ function_entry basic_functions[] = {
|
||||
PHP_FE(urldecode, NULL)
|
||||
PHP_FE(rawurlencode, NULL)
|
||||
PHP_FE(rawurldecode, NULL)
|
||||
|
||||
PHP_FE(readlink, NULL)
|
||||
PHP_FE(linkinfo, NULL)
|
||||
PHP_FE(symlink, NULL)
|
||||
PHP_FE(link, NULL)
|
||||
PHP_FE(unlink, NULL)
|
||||
|
||||
PHP_FE(exec, second_and_third_args_force_ref)
|
||||
PHP_FE(system, second_arg_force_ref)
|
||||
|
||||
Reference in New Issue
Block a user