aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-test_helpers/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pecl-test_helpers/files/pkg-message.in')
-rw-r--r--devel/pecl-test_helpers/files/pkg-message.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/pecl-test_helpers/files/pkg-message.in b/devel/pecl-test_helpers/files/pkg-message.in
index 225c569fc2cb..80b6eec9c8c2 100644
--- a/devel/pecl-test_helpers/files/pkg-message.in
+++ b/devel/pecl-test_helpers/files/pkg-message.in
@@ -9,14 +9,14 @@ or
zend_extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/test_helpers.so
If this extension is used in combination with other extensions, such as Xdebug,
-which are also overloading the `ZEND_NEW` opcode you have to load it as
-`zend_extension` after loading the conflicting extension. This can be done in
+which are also overloading the `ZEND_NEW` opcode you have to load it as
+`zend_extension` after loading the conflicting extension. This can be done in
your `php.ini` like this:
zend_extension=xdebug.so
zend_extension=test-helpers.so
-Please refer to `phpinfo()` to verify whether a conflict was detected and
+Please refer to `phpinfo()` to verify whether a conflict was detected and
whether the work-around was enabled.
*****************************************************************************