Skip to content

Commit

Permalink
Clean up opcache func flags for set_socket_blocking
Browse files Browse the repository at this point in the history
It was removed in php 7.0. See https://php.net/set_socket_blocking
  • Loading branch information
TysonAndre authored and krakjoe committed Jun 11, 2019
1 parent 98b487e commit b921564
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/opcache/Optimizer/zend_func_info.c
Expand Up @@ -671,7 +671,6 @@ static const func_info_t func_infos[] = {
F0("stream_set_write_buffer", MAY_BE_FALSE | MAY_BE_LONG),
F0("set_file_buffer", MAY_BE_FALSE | MAY_BE_LONG),
F0("stream_set_chunk_size", MAY_BE_FALSE | MAY_BE_LONG),
F0("set_socket_blocking", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
F0("stream_set_blocking", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
F0("socket_set_blocking", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
F1("stream_get_meta_data", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_STRING | MAY_BE_ARRAY_OF_ANY),
Expand Down

0 comments on commit b921564

Please sign in to comment.