mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
set_file_buffer was not being exported. This is now fixed.
This commit is contained in:
parent
fa02b85082
commit
e38d7accb7
1 changed files with 1 additions and 0 deletions
|
@ -383,6 +383,7 @@ function_entry basic_functions[] = {
|
|||
PHP_FE(fgetcsv, NULL)
|
||||
PHP_FE(flock, NULL)
|
||||
PHP_FE(get_meta_tags, NULL)
|
||||
PHP_FE(set_file_buffer, NULL)
|
||||
/* set_socket_blocking() is deprecated,
|
||||
use socket_set_blocking() instead */
|
||||
PHP_FE(set_socket_blocking, NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue