mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
Win32 build error:
warning C4020: 'sapi_activate' : too many actual parameters
This commit is contained in:
parent
937db8cc80
commit
28a6ba5fc0
@ -617,7 +617,7 @@ int php_request_startup(CLS_D ELS_DC PLS_DC SLS_DC)
|
||||
PG(header_is_being_sent) = 0;
|
||||
|
||||
zend_activate(CLS_C ELS_CC);
|
||||
sapi_activate(SLS_C PLS_CC);
|
||||
sapi_activate(SLS_C);
|
||||
|
||||
php_set_timeout(PG(max_execution_time));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user