Skip to content

Commit c86c47c

Browse files
committed
兼容
1 parent a3f7155 commit c86c47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arraylist.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ PHP_MINIT_FUNCTION(arraylist) /* {{{ */ {
817817
/* 单个对象的功能 */
818818
zend_class_implements(array_list_ce, 1, zend_ce_arrayaccess);
819819

820-
#if PHP_VERSION_ID > 70200
820+
#if PHP_VERSION_ID >= 70200
821821
zend_class_implements(array_list_ce, 1, zend_ce_countable);
822822
#endif
823823

0 commit comments

Comments
 (0)