summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2fdcdc4..3338779 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,9 @@ The PHP-CPP library is a C++ library for developing PHP extensions. It offers a
of well documented and easy-to-use classes that can be used and extended to build native
extensions for PHP. The full documentation can be found on http://www.php-cpp.com.
+Please note that this extension is designed to work with PHP versions 7.0 and up. If you
+wish to create extensions for older versions, use PHP-CPP-LEGACY.
+
ABOUT
=====