File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ PHP NEWS
12
12
. Fixed bug #70187 (Notice: unserialize(): Unexpected end of serialized data)
13
13
(Dmitry)
14
14
. Fixed bug #70145 (From field incorrectly parsed from headers). (Anatol)
15
+ . Fixed bug #70370 (Bundled libtool.m4 doesn't handle FreeBSD 10 when
16
+ building extensions). (Adam)
15
17
. Fixed bug causing exception traces with anon classes to be truncated. (Bob)
16
18
17
19
- Curl:
Original file line number Diff line number Diff line change @@ -1545,7 +1545,7 @@ freebsd* | dragonfly*)
1545
1545
objformat=`/usr/bin/objformat`
1546
1546
else
1547
1547
case $host_os in
1548
- freebsd[ [ 123] ] *) objformat=aout ;;
1548
+ freebsd[ [ 123] ] . *) objformat=aout ;;
1549
1549
*) objformat=elf ;;
1550
1550
esac
1551
1551
fi
@@ -3162,7 +3162,7 @@ case $host_os in
3162
3162
;;
3163
3163
esac
3164
3164
;;
3165
- freebsd[ [ 12] ] *)
3165
+ freebsd[ [ 12] ] . *)
3166
3166
# C++ shared libraries reported to be fairly broken before switch to ELF
3167
3167
_LT_AC_TAGVAR(ld_shlibs, $1 )=no
3168
3168
;;
You can’t perform that action at this time.
0 commit comments