]> granicus.if.org Git - php/commit
Adding the tidy extension to PECL
authorJohn Coggeshall <john@php.net>
Fri, 1 Aug 2003 00:22:43 +0000 (00:22 +0000)
committerJohn Coggeshall <john@php.net>
Fri, 1 Aug 2003 00:22:43 +0000 (00:22 +0000)
commit2fb97cdf951eddd1f6376ba5a42a101e2728b298
treecd3ba01f62f315da1aa883190be045b637d5578f
parentde7f7658cfabda9b8fa780fc78e3f6d3749e039e
Adding the tidy extension to PECL
18 files changed:
ext/tidy/CREDITS [new file with mode: 0644]
ext/tidy/README_TIDY [new file with mode: 0644]
ext/tidy/TODO [new file with mode: 0644]
ext/tidy/config.m4 [new file with mode: 0644]
ext/tidy/examples/cleanhtml.php [new file with mode: 0644]
ext/tidy/examples/dumpit.php [new file with mode: 0644]
ext/tidy/examples/urlgrab.php [new file with mode: 0644]
ext/tidy/package.xml [new file with mode: 0644]
ext/tidy/php_tidy.h [new file with mode: 0644]
ext/tidy/tests/001.phpt [new file with mode: 0644]
ext/tidy/tests/002.phpt [new file with mode: 0644]
ext/tidy/tests/003.phpt [new file with mode: 0644]
ext/tidy/tests/004.phpt [new file with mode: 0644]
ext/tidy/tests/005.html [new file with mode: 0644]
ext/tidy/tests/005.phpt [new file with mode: 0644]
ext/tidy/tests/006.phpt [new file with mode: 0644]
ext/tidy/tests/007.phpt [new file with mode: 0644]
ext/tidy/tidy.c [new file with mode: 0644]