Remove restore_include_path()

Closes GH-5189
This commit is contained in:
Máté Kocsis 2020-02-19 20:36:45 +01:00
parent fb57ae9084
commit c231bbb852
No known key found for this signature in database
GPG key ID: FD055E41728BF310
5 changed files with 5 additions and 37 deletions

View file

@ -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);