mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.
This commit is contained in:
parent
95b4045f48
commit
dd53efc196
18 changed files with 8 additions and 52 deletions
|
@ -540,7 +540,12 @@ static sapi_module_struct apache_sapi_module = {
|
|||
unblock_alarms, /* Unblock interruptions */
|
||||
#endif
|
||||
|
||||
STANDARD_SAPI_MODULE_PROPERTIES
|
||||
NULL, /* default post reader */
|
||||
NULL, /* treat data */
|
||||
NULL, /* exe location */
|
||||
0, /* ini ignore */
|
||||
NULL
|
||||
|
||||
};
|
||||
/* }}} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue