File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? 2015, PHP 5.6.14
4
4
5
+ - Core:
6
+ . Fixed bug #70370 (Bundled libtool.m4 doesn't handle FreeBSD 10 when
7
+ building extensions). (Adam)
8
+
5
9
- OpenSSL:
6
10
. Fixed bug #55259 (openssl extension does not get the DH parameters from
7
11
DH key resource). (Jakub Zelenka)
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