We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b559fd commit c9a825bCopy full SHA for c9a825b
ext/php_driver.h
@@ -117,6 +117,9 @@ typedef zend_object php5to7_zend_object_free;
117
typedef zval **php5to7_zval_gc;
118
typedef zval *php5to7_dtor;
119
typedef size_t php5to7_size;
120
+#if ((PHP_MAJOR_VERSION == 7 && PHP_MINOR_VERSION >= 4) || PHP_MAJOR_VERSION > 7)
121
+ typedef unsigned long ulong;
122
+#endif
123
124
static inline int
125
php5to7_string_compare(php5to7_string s1, php5to7_string s2)
0 commit comments