Merge pull request #762 from cmb69/php-build-docs

PR #762 - docs BUILD.md - PHP ≥ 7.1.0 recognizes tidy-html5
This commit is contained in:
Geoff McLane 2019-01-12 14:55:52 +01:00 committed by GitHub
commit be14e18e64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:
~~~ ~~~