File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 16
16
export PKG_CONFIG=/usr/bin/i686-linux-gnu-pkg-config
17
17
./configure ${{ parameters.configurationParameters }} \
18
18
--prefix=/usr \
19
- --disable -phpdbg \
19
+ --enable -phpdbg \
20
20
--enable-fpm \
21
21
--enable-intl \
22
22
--with-pdo-mysql=mysqlnd \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Test simple recursive watchpoint
3
3
--SKIPIF--
4
4
<?php
5
5
if (PHP_INT_SIZE == 4 ) {
6
- die ("xfail There may be flaws in the implementation of watchpoints that cause failures " )
6
+ die ("xfail There may be flaws in the implementation of watchpoints that cause failures " );
7
7
}
8
8
?>
9
9
--INI--
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Test simple array watchpoint with replace
3
3
--SKIPIF--
4
4
<?php
5
5
if (PHP_INT_SIZE == 4 ) {
6
- die ("xfail There may be flaws in the implementation of watchpoints that cause failures " )
6
+ die ("xfail There may be flaws in the implementation of watchpoints that cause failures " );
7
7
}
8
8
?>
9
9
--PHPDBG--
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Test simple watchpoint with replace
3
3
--SKIPIF--
4
4
<?php
5
5
if (PHP_INT_SIZE == 4 ) {
6
- die ("xfail There may be flaws in the implementation of watchpoints that cause failures " )
6
+ die ("xfail There may be flaws in the implementation of watchpoints that cause failures " );
7
7
}
8
8
?>
9
9
--PHPDBG--
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Test detection of inline string manipulations on zval watch
3
3
--SKIPIF--
4
4
<?php
5
5
if (PHP_INT_SIZE == 4 ) {
6
- die ("xfail There may be flaws in the implementation of watchpoints that cause failures " )
6
+ die ("xfail There may be flaws in the implementation of watchpoints that cause failures " );
7
7
}
8
8
?>
9
9
--INI--
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Test proper watch comparisons when having multiple levels of indirection from a
3
3
--SKIPIF--
4
4
<?php
5
5
if (PHP_INT_SIZE == 4 ) {
6
- die ("xfail There may be flaws in the implementation of watchpoints that cause failures " )
6
+ die ("xfail There may be flaws in the implementation of watchpoints that cause failures " );
7
7
}
8
8
?>
9
9
--PHPDBG--
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Test multiple watch elements pointing to the same watchpoint
3
3
--SKIPIF--
4
4
<?php
5
5
if (PHP_INT_SIZE == 4 ) {
6
- die ("xfail There may be flaws in the implementation of watchpoints that cause failures " )
6
+ die ("xfail There may be flaws in the implementation of watchpoints that cause failures " );
7
7
}
8
8
?>
9
9
--PHPDBG--
You can’t perform that action at this time.
0 commit comments