mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave)
This commit is contained in:
parent
70f97c1713
commit
1edf7f55e5
5 changed files with 8 additions and 8 deletions
|
@ -31,8 +31,8 @@ ZEND_BEGIN_MODULE_GLOBALS(zlib)
|
|||
uLong crc;
|
||||
int ob_gzhandler_status;
|
||||
int ob_gzip_coding;
|
||||
int output_compression;
|
||||
int output_compression_level;
|
||||
long output_compression;
|
||||
long output_compression_level;
|
||||
char *output_handler;
|
||||
ZEND_END_MODULE_GLOBALS(zlib)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue