This file contains hidden or 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
| # EditorConfig is awesome: http://EditorConfig.org | |
| # top-most EditorConfig file | |
| root = true | |
| # All PHP files MUST use the Unix LF (linefeed) line ending. | |
| # Code MUST use an indent of 4 spaces, and MUST NOT use tabs for indenting. | |
| # All PHP files MUST end with a single blank line. | |
| # There MUST NOT be trailing whitespace at the end of non-blank lines. | |
| [*] |
This file contains hidden or 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
| Pegar a pasta xhprof e jogar em /var/www | |
| 1. Install dependencies | |
| # aptitude install php5-dev | |
| 2. Download xhprof source | |
| $ cd /tmp | |
| $ git clone git://github.com/facebook/xhprof.git | |
| 3. Install xhprof PHP extension |
NewerOlder