Skip to content

Commit

Permalink
Removed exception for php 7
Browse files Browse the repository at this point in the history
  • Loading branch information
EmielBruijntjes authored May 16, 2024
1 parent f8982ea commit 1e01b0c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ 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.

**Watch out: PHP 7 only!**
This library has been updated to work with PHP versions 7.0 and up. If you wish to create
extensions for older PHP versions, use the [PHP-CPP-LEGACY](https://github.com/CopernicaMarketingSoftware/PHP-CPP-LEGACY)
library instead. The PHP-CPP and PHP-CPP-LEGACY library have (almost) identical API's,
so you can easily port extensions for PHP 5.* to PHP 7 and the other way around.

ABOUT
=====

Expand Down

0 comments on commit 1e01b0c

Please sign in to comment.