mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Removed unused callbacks
This commit is contained in:
parent
459965be91
commit
3abd9c34c1
5 changed files with 2 additions and 19 deletions
|
@ -248,9 +248,6 @@ struct _sapi_module_struct {
|
|||
|
||||
char *php_ini_path_override;
|
||||
|
||||
void (*block_interruptions)(void);
|
||||
void (*unblock_interruptions)(void);
|
||||
|
||||
void (*default_post_reader)(void);
|
||||
void (*treat_data)(int arg, char *str, zval *destArray);
|
||||
char *executable_location;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue