]> git.pld-linux.org Git - packages/php.git/blob - php-libmbfl-shared.patch
- kill Icon: field (support for these is obsolete says jbj)
[packages/php.git] / php-libmbfl-shared.patch
1 diff -u php-5.1.1/ext/mbstring/mbstring.c php-5.1.1-shared/ext/mbstring/mbstring.c
2 --- php-5.1.1/ext/mbstring/mbstring.c   2005-11-25 23:55:25.000000000 +0200
3 +++ php-5.1.1-shared/ext/mbstring/mbstring.c    2006-01-02 01:01:39.000000000 +0200
4 @@ -61,7 +61,7 @@
5  #include "main/php_output.h"
6  #include "ext/standard/info.h"
7  
8 -#include "libmbfl/mbfl/mbfl_allocators.h"
9 +#include <mbfl/mbfl_allocators.h>
10  
11  #include "php_variables.h"
12  #include "php_globals.h"
13 diff -u php-5.1.1/ext/mbstring/mbstring.h php-5.1.1-shared/ext/mbstring/mbstring.h
14 --- php-5.1.1/ext/mbstring/mbstring.h   2005-08-03 17:07:24.000000000 +0300
15 +++ php-5.1.1-shared/ext/mbstring/mbstring.h    2006-01-02 01:01:19.000000000 +0200
16 @@ -68,7 +68,7 @@
17  
18  #if HAVE_MBSTRING
19  
20 -#include "libmbfl/mbfl/mbfilter.h"
21 +#include <mbfl/mbfilter.h>
22  #include "SAPI.h"
23  
24  #define PHP_MBSTRING_API 20021024
This page took 0.046953 seconds and 3 git commands to generate.