We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec4f7f commit 1fa11f1Copy full SHA for 1fa11f1
ext/dba/dba.c
@@ -92,7 +92,7 @@ ZEND_GET_MODULE(dba)
92
#endif
93
94
/* {{{ php_dba_make_key */
95
-static zend_string* php_dba_make_key(HashTable *key)
+static zend_string* php_dba_make_key(const HashTable *key)
96
{
97
zval *group, *name;
98
zend_string *group_str, *name_str;
0 commit comments