From ff9550d74f25b3039b3ec97e79a9a97c073909ab Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 15 Oct 2018 15:22:56 +0200 Subject: [PATCH] =?UTF-8?q?PHP=20=E2=89=A5=207.1.0=20recognizes=20tidy-htm?= =?UTF-8?q?l5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cf. php/php-src@a552ac5bd589035b66c899b74511b29a3d1a4718, which is available as of PHP 7.1.0. --- README/BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README/BUILD.md b/README/BUILD.md index 3761f1d..60d441c 100644 --- a/README/BUILD.md +++ b/README/BUILD.md @@ -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: ~~~