-
Notifications
You must be signed in to change notification settings - Fork 8k
Commit 35ed3c5
Refactor ext/mbstring/libmbfl/config.h usage
This simplifies the libmbfl/config.h usage and removes duplicate compile
definitions on Windows (HAVE_STRICMP).
The _WIN32 symbol is always defined when compiling on Windows with any
current compiler, the HAVE_CONFIG_H symbol is defined only when doing
phpize build inside mbstring extension (an edge case but if that is used
by someone perhaps), otherwise the regular main/php_config.h is used.1 parent 94d18cb commit 35ed3c5
File tree
5 files changed
+9
-15
lines changed- ext/mbstring
- libmbfl
5 files changed
+9
-15
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
297 | + | ||
297 | 298 |
| |
298 | 299 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 | - | ||
39 | - | ||
40 | - | ||
41 | - | ||
42 | - | ||
43 | - | ||
44 | - | ||
45 | - | ||
46 | - | ||
47 | - | ||
48 | 38 |
| |
49 | 39 |
| |
50 | 40 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | - | ||
15 | - | ||
16 | - | ||
17 | - | ||
14 | + | ||
18 | 15 |
| |
19 | 16 |
| |
20 | 17 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + |
This file was deleted.
0 commit comments