]> granicus.if.org Git - php/commitdiff
Use uint64_t for flags (warning)
authorBob Weinand <bobwei9@hotmail.com>
Sat, 23 Jan 2016 17:16:57 +0000 (18:16 +0100)
committerBob Weinand <bobwei9@hotmail.com>
Sat, 23 Jan 2016 17:16:57 +0000 (18:16 +0100)
sapi/phpdbg/phpdbg.c

index 54e9a66f5f2821ccca6202b92221606338f83b77..8acf061983128f8bdb481e2942ce17d01b76bdc0 100644 (file)
@@ -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;