mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
first shot remove TSRMLS_* things
This commit is contained in:
parent
bb66f385d0
commit
bdeb220f48
786 changed files with 27049 additions and 27411 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
extern const zend_function_entry server_additional_functions[];
|
||||
extern sapi_module_struct cli_server_sapi_module;
|
||||
extern int do_cli_server(int argc, char **argv TSRMLS_DC);
|
||||
extern int do_cli_server(int argc, char **argv);
|
||||
|
||||
ZEND_BEGIN_MODULE_GLOBALS(cli_server)
|
||||
short color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue