Browse Source

ulong -> zend_ulong

Stefan Siegl 8 years ago
parent
commit
fe2e289a32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      v8js_convert.cc

+ 1 - 1
v8js_convert.cc

@@ -42,7 +42,7 @@ extern "C" {
 static int v8js_is_assoc_array(HashTable *myht TSRMLS_DC) /* {{{ */
 {
 	zend_string *key;
-	ulong index, idx = 0;
+	zend_ulong index, idx = 0;
 
 	ZEND_HASH_FOREACH_KEY(myht, index, key) {
 		if(key) {