From 8308b984cc61cb2464b9192961abaae4fe750591 Mon Sep 17 00:00:00 2001 From: Martijn Otto Date: Fri, 20 May 2016 11:21:33 +0200 Subject: Updated README and removed some debug code that was only relevant for PHP < 7 anyway --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') 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 ===== -- cgit v1.2.3