File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 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
?? ??? ????, PHP 7.4.0RC4
4
4
5
+ - Core:
6
+ . Fixed bug #78614 (Does not compile with DTRACE anymore).
7
+ (tz at FreeBSD dot org)
8
+
5
9
- Pcntl:
6
10
. Fixed bug #77335 (PHP is preventing SIGALRM from specifying SA_RESTART).
7
11
(Nikita)
Original file line number Diff line number Diff line change @@ -2326,7 +2326,7 @@ dnl header-file.
2326
2326
dnl Add providerdesc.o or .lo into global objects when needed.
2327
2327
case $host_alias in
2328
2328
*freebsd*)
2329
- PHP_GLOBAL_OBJS="[ $] PHP_GLOBAL_OBJS [ $] ac_bdir[ $] ac_provsrc.o "
2329
+ PHP_GLOBAL_OBJS="[ $] PHP_GLOBAL_OBJS [ $] ac_bdir[ $] ac_provsrc.lo "
2330
2330
PHP_LDFLAGS="$PHP_LDFLAGS -lelf"
2331
2331
;;
2332
2332
*solaris*)
@@ -2374,7 +2374,7 @@ $ac_bdir[$]ac_hdrobj: $abs_srcdir/$ac_provsrc
2374
2374
EOF
2375
2375
2376
2376
case $host_alias in
2377
- *solaris*|*linux*)
2377
+ *solaris*|*linux*|*freebsd* )
2378
2378
dtrace_prov_name="`echo $ac_provsrc | $SED -e 's#\(.*\)\/##'`.o"
2379
2379
dtrace_lib_dir="`echo $ac_bdir[ $] ac_provsrc | $SED -e 's#\(.*\)/[ ^/] *#\1#'`/.libs"
2380
2380
dtrace_d_obj="`echo $ac_bdir[ $] ac_provsrc | $SED -e 's#\(.*\)/\([ ^/] *\)#\1/.libs/\2#'`.o"
You can’t perform that action at this time.
0 commit comments