mirror of
https://github.com/php/php-src.git
synced 2026-04-06 15:43:13 +02:00
Fix const-ness
This commit is contained in:
@@ -52,7 +52,7 @@ php_mysqlnd_free_field_metadata(MYSQLND_FIELD *meta, zend_bool persistent TSRMLS
|
||||
and modified for the needs of mysqlnd.
|
||||
*/
|
||||
static zend_bool
|
||||
mysqlnd_is_key_numeric(char *key, size_t length, long *idx)
|
||||
mysqlnd_is_key_numeric(const char * key, size_t length, long *idx)
|
||||
{
|
||||
register char * tmp = key;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user