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:
parent
86b52dc108
commit
ff9550d74f
|
@ -50,7 +50,7 @@ See the `CMakeLists.txt` file for other CMake **options** offered.
|
||||||
|
|
||||||
## Build PHP with the tidy-html5 library
|
## 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:
|
That is - prior to configuring PHP run this in the PHP source directory:
|
||||||
~~~
|
~~~
|
||||||
|
|
Loading…
Reference in a new issue