Skip to content

Commit 5630cb6

Browse files
committed
fix for 7.x
1 parent e3e48b5 commit 5630cb6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

php_memcached.c

+4-3
Original file line numberDiff line numberDiff line change
@@ -3895,12 +3895,13 @@ PHP_METHOD(MemcachedServer, on)
38953895

38963896
#endif
38973897

3898-
#if PHP_VERSION_ID < 80000
3899-
#include "php_memcached_legacy_arginfo.h"
3900-
#else
39013898
#if PHP_VERSION_ID < 80200
39023899
#define zend_mark_function_parameter_as_sensitive(a,b,c)
39033900
#endif
3901+
3902+
#if PHP_VERSION_ID < 80000
3903+
#include "php_memcached_legacy_arginfo.h"
3904+
#else
39043905
#include "zend_attributes.h"
39053906
#include "php_memcached_arginfo.h"
39063907
#endif

0 commit comments

Comments
 (0)