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)
282282 return props ;
283283}
284284
285+ int zend_compare_symbol_tables_i (HashTable * ht1 , HashTable * ht2 TSRMLS_DC );
286+
285287static int
286288php_cassandra_collection_compare (zval * obj1 , zval * obj2 TSRMLS_DC )
287289{
Original file line number Diff line number Diff line change @@ -433,6 +433,8 @@ php_cassandra_map_properties(zval *object TSRMLS_DC)
433433 return props ;
434434}
435435
436+ int zend_compare_symbol_tables_i (HashTable * ht1 , HashTable * ht2 TSRMLS_DC );
437+
436438static int
437439php_cassandra_map_compare (zval * obj1 , zval * obj2 TSRMLS_DC )
438440{
Original file line number Diff line number Diff line change @@ -266,6 +266,8 @@ php_cassandra_set_properties(zval *object TSRMLS_DC)
266266 return props ;
267267}
268268
269+ int zend_compare_symbol_tables_i (HashTable * ht1 , HashTable * ht2 TSRMLS_DC );
270+
269271static int
270272php_cassandra_set_compare (zval * obj1 , zval * obj2 TSRMLS_DC )
271273{
You can’t perform that action at this time.
0 commit comments