1
0
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:
Antony Dovgal
2008-08-21 08:37:19 +00:00
parent bb62bf8234
commit a30c01d698
+1 -1
View File
@@ -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) {