mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
revert for now
This commit is contained in:
parent
bb62bf8234
commit
a30c01d698
1 changed files with 1 additions and 1 deletions
|
@ -4966,7 +4966,7 @@ PHP_FUNCTION(get_current_user)
|
|||
*/
|
||||
static int add_config_entry_cb(zval *entry TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key)
|
||||
{
|
||||
zval *retval = (zval *)(long)va_arg(args, int);
|
||||
zval *retval = (zval *)va_arg(args, int);
|
||||
zval *tmp;
|
||||
|
||||
if (Z_TYPE_P(entry) == IS_STRING) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue