mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Use uint64_t for flags (warning)
This commit is contained in:
parent
ec85410eb2
commit
65ef7f8c33
1 changed files with 1 additions and 1 deletions
|
@ -1297,7 +1297,7 @@ int main(int argc, char **argv) /* {{{ */
|
|||
zend_bool init_file_default;
|
||||
char *oplog_file;
|
||||
size_t oplog_file_len;
|
||||
zend_ulong flags;
|
||||
uint64_t flags;
|
||||
char *php_optarg;
|
||||
int php_optind, opt, show_banner = 1;
|
||||
long cleaning = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue