Created
January 6, 2016 15:31
-
-
Save kyleridolfo/61809833b6204e4d9796 to your computer and use it in GitHub Desktop.
php70-tidy output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install -v /usr/local/Library/Taps/homebrew/homebrew-php/Formula/php70-tidy.rb | |
==> Installing php70-tidy from homebrew/php | |
==> Downloading https://homebrew.bintray.com/bottles-php/php70-tidy-7.0.1.el_capitan.bottle.9.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/php70-tidy-7.0.1.el_capitan.bottle.9.tar.gz | |
==> Verifying php70-tidy-7.0.1.el_capitan.bottle.9.tar.gz checksum | |
==> Pouring php70-tidy-7.0.1.el_capitan.bottle.9.tar.gz | |
tar xvf /Library/Caches/Homebrew/php70-tidy-7.0.1.el_capitan.bottle.9.tar.gz | |
x php70-tidy/7.0.1/ | |
x php70-tidy/7.0.1/.bottle/ | |
x php70-tidy/7.0.1/INSTALL_RECEIPT.json | |
x php70-tidy/7.0.1/README | |
x php70-tidy/7.0.1/tidy.so | |
x php70-tidy/7.0.1/.bottle/etc/ | |
x php70-tidy/7.0.1/.bottle/etc/php/ | |
x php70-tidy/7.0.1/.bottle/etc/php/7.0/ | |
x php70-tidy/7.0.1/.bottle/etc/php/7.0/conf.d/ | |
x php70-tidy/7.0.1/.bottle/etc/php/7.0/conf.d/ext-tidy.ini | |
==> Finishing up | |
==> Caveats | |
To finish installing tidy for PHP 7.0: | |
* /usr/local/etc/php/7.0/conf.d/ext-tidy.ini was created, | |
do not forget to remove it upon extension removal. | |
* Validate installation via one of the following methods: | |
* | |
* Using PHP from a webserver: | |
* - Restart your webserver. | |
* - Write a PHP page that calls "phpinfo();" | |
* - Load it in a browser and look for the info on the tidy module. | |
* - If you see it, you have been successful! | |
* | |
* Using PHP from the command line: | |
* - Run "php -i" (command-line "phpinfo()") | |
* - Look for the info on the tidy module. | |
* - If you see it, you have been successful! | |
==> Summary | |
🍺 /usr/local/Cellar/php70-tidy/7.0.1: 3 files, 44K |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment