mirror of
https://github.com/php/php-src.git
synced 2026-04-26 17:38:14 +02:00
revert for now
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user