Skip to content

Commit ab074b4

Browse files
committed
Merge branch 'PHP-5.6'
* PHP-5.6: enable phpdbg for the travis build, and also run the testsuite for it
2 parents f0a9905 + 5ec5c80 commit ab074b4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ before_script:
3232
- . ./travis/ext/pdo_pgsql/setup.sh
3333

3434
# Run PHPs run-tests.php
35-
script: ./sapi/cli/php run-tests.php -p `pwd`/sapi/cli/php -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --show-diff --set-timeout 120
35+
script:
36+
- ./sapi/cli/php run-tests.php -p `pwd`/sapi/cli/php -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --show-diff --set-timeout 120
37+
- ./sapi/cli/php sapi/phpdbg/tests/run-tests.php -diff2stdout --phpdbg sapi/phpdbg/phpdbg

travis/compile.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ $TS \
4747
--with-bz2 \
4848
--with-openssl \
4949
--with-gmp \
50-
--enable-bcmath
50+
--enable-bcmath \
51+
--enable-phpdbg
5152
make --quiet

0 commit comments

Comments
 (0)