From 244ffb2829cfbac26e013988474184d6050504fe Mon Sep 17 00:00:00 2001 From: Tiago Natel de Moura Date: Tue, 25 Aug 2020 13:48:33 +0100 Subject: Tests: PHP extension mounts. --- test/php/list-extensions/index.php | 11 +++++++++++ test/php/list-extensions/php.ini | 1 + 2 files changed, 12 insertions(+) create mode 100644 test/php/list-extensions/index.php create mode 100644 test/php/list-extensions/php.ini (limited to 'test/php') diff --git a/test/php/list-extensions/index.php b/test/php/list-extensions/index.php new file mode 100644 index 00000000..d6eb40d0 --- /dev/null +++ b/test/php/list-extensions/index.php @@ -0,0 +1,11 @@ + diff --git a/test/php/list-extensions/php.ini b/test/php/list-extensions/php.ini new file mode 100644 index 00000000..5848a0f2 --- /dev/null +++ b/test/php/list-extensions/php.ini @@ -0,0 +1 @@ +extension=json.so -- cgit From 2821b3347c026ae171228146c5ccd0bd7408358f Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Tue, 6 Oct 2020 18:12:05 +0300 Subject: PHP: compatibility with 8.0.0 RC1. This closes #474 PR on GitHub. --- test/php/get_variables/index.php | 6 +++--- test/php/post_variables/index.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'test/php') diff --git a/test/php/get_variables/index.php b/test/php/get_variables/index.php index dd7ef985..d6eb7d6b 100644 --- a/test/php/get_variables/index.php +++ b/test/php/get_variables/index.php @@ -1,7 +1,7 @@ diff --git a/test/php/post_variables/index.php b/test/php/post_variables/index.php index 5ea17324..8981d54d 100644 --- a/test/php/post_variables/index.php +++ b/test/php/post_variables/index.php @@ -1,6 +1,6 @@ -- cgit