File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -282,6 +282,8 @@ php_cassandra_collection_properties(zval *object TSRMLS_DC)
282
282
return props ;
283
283
}
284
284
285
+ int zend_compare_symbol_tables_i (HashTable * ht1 , HashTable * ht2 TSRMLS_DC );
286
+
285
287
static int
286
288
php_cassandra_collection_compare (zval * obj1 , zval * obj2 TSRMLS_DC )
287
289
{
Original file line number Diff line number Diff line change @@ -433,6 +433,8 @@ php_cassandra_map_properties(zval *object TSRMLS_DC)
433
433
return props ;
434
434
}
435
435
436
+ int zend_compare_symbol_tables_i (HashTable * ht1 , HashTable * ht2 TSRMLS_DC );
437
+
436
438
static int
437
439
php_cassandra_map_compare (zval * obj1 , zval * obj2 TSRMLS_DC )
438
440
{
Original file line number Diff line number Diff line change @@ -266,6 +266,8 @@ php_cassandra_set_properties(zval *object TSRMLS_DC)
266
266
return props ;
267
267
}
268
268
269
+ int zend_compare_symbol_tables_i (HashTable * ht1 , HashTable * ht2 TSRMLS_DC );
270
+
269
271
static int
270
272
php_cassandra_set_compare (zval * obj1 , zval * obj2 TSRMLS_DC )
271
273
{
You can’t perform that action at this time.
0 commit comments