revert for now

This commit is contained in:
Antony Dovgal 2008-08-21 08:37:19 +00:00
parent bb62bf8234
commit a30c01d698

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) 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; zval *tmp;
if (Z_TYPE_P(entry) == IS_STRING) { if (Z_TYPE_P(entry) == IS_STRING) {