Skip to content

Commit 44a2a5d

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: Resolve GH-17112 for lower branches
2 parents 75e7234 + ab47c18 commit 44a2a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mbstring/libmbfl/mbfl/mbfl_encoding.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
#ifndef MBFL_ENCODING_H
3232
#define MBFL_ENCODING_H
3333

34+
#include "zend.h"
3435
#include "mbfl_defs.h"
3536
#include "mbfl_consts.h"
36-
#include "zend.h"
3737

3838
enum mbfl_no_encoding {
3939
mbfl_no_encoding_invalid = -1,

0 commit comments

Comments
 (0)