Skip to content

Commit e3e48b5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_memcached.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include "php_memcached_private.h"
2424
#include "php_memcached_server.h"
2525
#include "g_fmt.h"
26-
#include "zend_attributes.h"
2726

2827
#include <ctype.h>
2928
#include <limits.h>
@@ -3902,6 +3901,7 @@ PHP_METHOD(MemcachedServer, on)
39023901
#if PHP_VERSION_ID < 80200
39033902
#define zend_mark_function_parameter_as_sensitive(a,b,c)
39043903
#endif
3904+
#include "zend_attributes.h"
39053905
#include "php_memcached_arginfo.h"
39063906
#endif
39073907

0 commit comments

Comments
 (0)