summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.h
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-02-19 20:36:45 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-02-20 09:11:36 +0100
commitc231bbb852ea0f87830890047e1801edae9dea5e (patch)
treef960aa7f0d425867adfa728923dcc0bbb9cfe0f2 /ext/standard/basic_functions.h
parentfb57ae9084a98ac5f06cd7b2d10205489b537e20 (diff)
downloadphp-git-c231bbb852ea0f87830890047e1801edae9dea5e.tar.gz
Remove restore_include_path()
Closes GH-5189
Diffstat (limited to 'ext/standard/basic_functions.h')
-rw-r--r--ext/standard/basic_functions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h
index a010db88f6..1366998983 100644
--- a/ext/standard/basic_functions.h
+++ b/ext/standard/basic_functions.h
@@ -94,7 +94,6 @@ PHP_FUNCTION(ini_set);
PHP_FUNCTION(ini_restore);
PHP_FUNCTION(get_include_path);
PHP_FUNCTION(set_include_path);
-PHP_FUNCTION(restore_include_path);
PHP_FUNCTION(print_r);
PHP_FUNCTION(fprintf);