PHP ≥ 7.1.0 recognizes tidy-html5

Cf. php/php-src@a552ac5bd5, which is
available as of PHP 7.1.0.
This commit is contained in:
Christoph M. Becker 2018-10-15 15:22:56 +02:00
parent 86b52dc108
commit ff9550d74f
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ See the `CMakeLists.txt` file for other CMake **options** offered.
## Build PHP with the tidy-html5 library
Due to API changes in the PHP source, `buffio.h` needs to be renamed to `tidybuffio.h` in the file `ext/tidy/tidy.c` in PHP's source.
Before PHP 7.1, due to API changes in the PHP source, `buffio.h` needs to be renamed to `tidybuffio.h` in the file `ext/tidy/tidy.c` in PHP's source.
That is - prior to configuring PHP run this in the PHP source directory:
~~~