mirror of
https://github.com/php/php-src.git
synced 2026-03-26 09:12:14 +01:00
Fixed compiler warning.
This commit is contained in:
@@ -334,7 +334,7 @@ PHP_FUNCTION(msg_receive)
|
||||
if (do_unserialize) {
|
||||
php_unserialize_data_t var_hash;
|
||||
zval *tmp = NULL;
|
||||
const char *p = (const char *) messagebuffer->mtext;
|
||||
const unsigned char *p = (const unsigned char *) messagebuffer->mtext;
|
||||
|
||||
MAKE_STD_ZVAL(tmp);
|
||||
PHP_VAR_UNSERIALIZE_INIT(var_hash);
|
||||
|
||||
Reference in New Issue
Block a user