From c231bbb852ea0f87830890047e1801edae9dea5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Wed, 19 Feb 2020 20:36:45 +0100 Subject: Remove restore_include_path() Closes GH-5189 --- ext/standard/basic_functions.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/standard/basic_functions.h') 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); -- cgit v1.2.1