mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Fix compile
- Building still not possible
This commit is contained in:
parent
0bd1567fe1
commit
ba4178189b
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@
|
|||
#include "main/php_output.h"
|
||||
#include "ext/standard/info.h"
|
||||
|
||||
#include "mbfl/mbfl_allocators.h"
|
||||
#include "libmbfl/mbfl/mbfl_allocators.h"
|
||||
|
||||
#include "php_variables.h"
|
||||
#include "php_globals.h"
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
|
||||
#if HAVE_MBSTRING
|
||||
|
||||
#include "mbfilter.h"
|
||||
#include "libmbfl/mbfl/mbfilter.h"
|
||||
#include "SAPI.h"
|
||||
|
||||
#define PHP_MBSTRING_API 20021024
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue