kalle Thu, 23 Sep 2010 03:49:26 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=303704
Log:
Missed to check this one in the last commit
Changed paths:
U php/php-src/trunk/ext/standard/var.c
Modified: php/php-src/trunk/ext/standard/var.c
===================================================================
--- php/php-src/trunk/ext/standard/var.c 2010-09-23 03:45:36 UTC (rev
303703)
+++ php/php-src/trunk/ext/standard/var.c 2010-09-23 03:49:26 UTC (rev
303704)
@@ -401,7 +401,7 @@
smart_str_appends(buf, prop_name);
smart_str_appendc(buf, '\'');
} else {
- smart_str_append_long(buf, hash_key->h);
+ smart_str_append_long(buf, (long) hash_key->h);
}
smart_str_appendl(buf, " => ", 4);
php_var_export_ex(zv, level + 2, buf TSRMLS_CC);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php