History log of /PHP-8.1/scripts/dev/tidy.php (Results 1 – 7 of 7)
Revision Date Author Comments
# 367f8452 25-Nov-2020 Nikita Popov

Fix phpt reindentation in tidy script

This was missing adjacent SKIPIF/FILE/CLEAN sections.


# 373fd61a 25-Nov-2020 Nikita Popov

Allow running tidy.php on specific directory


# bfceb710 18-Sep-2020 Nikita Popov

Apply tidy to SKIPIF and CLEAN section as well


# 4fa3687e 29-May-2020 Christoph M. Becker

Unbundle ext/xmlrpc

According to <https://wiki.php.net/rfc/unbundle_xmlprc> we unbundle
ext/xmlrpc.


# d2cb200e 03-Feb-2020 Nikita Popov

Enable formatting of phpt files in tidy.php


# 6b382518 03-Feb-2020 Nikita Popov

Add bundled jit libraries to exclude list


# 4fd63185 10-Jan-2020 Nikita Popov

Add tidy.php to enforce formatting

Many parts are disabled for the PHP-7.4 branch. We only strip
trailing whitespace in C files and reindent .php files to spaces.