mirror of
https://github.com/php/php-src.git
synced 2024-12-11 19:04:38 +08:00
format string fix
This commit is contained in:
parent
744c68e447
commit
237da469d7
@ -732,7 +732,7 @@ static int migrate_global(HashTable *ht, HashPosition *pos TSRMLS_DC)
|
|||||||
break;
|
break;
|
||||||
case HASH_KEY_IS_LONG:
|
case HASH_KEY_IS_LONG:
|
||||||
php_error_docref(NULL TSRMLS_CC, E_NOTICE, "The session bug compatibility code will not "
|
php_error_docref(NULL TSRMLS_CC, E_NOTICE, "The session bug compatibility code will not "
|
||||||
"try to locate the global variable $%d due to its "
|
"try to locate the global variable $%lu due to its "
|
||||||
"numeric nature.", num_key);
|
"numeric nature.", num_key);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user