mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
ext/dba: Add const modifier for argument to php_dba_make_key()
This commit is contained in:
parent
fec4f7f389
commit
1fa11f17ff
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ ZEND_GET_MODULE(dba)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* {{{ php_dba_make_key */
|
/* {{{ php_dba_make_key */
|
||||||
static zend_string* php_dba_make_key(HashTable *key)
|
static zend_string* php_dba_make_key(const HashTable *key)
|
||||||
{
|
{
|
||||||
zval *group, *name;
|
zval *group, *name;
|
||||||
zend_string *group_str, *name_str;
|
zend_string *group_str, *name_str;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue