longxinH / xhprof

PHP7/PHP8 support
http://pecl.php.net/package/xhprof
Apache License 2.0
1.09k stars 167 forks source link

Installation instructions #10

Closed markusd1984 closed 6 years ago

markusd1984 commented 6 years ago

after cloning git and entering the extension folder of xhprof, what then?

I don't understand the 3rd line "/path/to/php7/bin/phpize"

git clone https://github.com/longxinH/xhprof.git ./xhprof
cd xhprof/extension/
/path/to/php7/bin/phpize
./configure --with-php-config=/path/to/php7/bin/php-config
make && sudo make install
longxinH commented 6 years ago

/path/to/php7/ means your php installation directory

markusd1984 commented 6 years ago

thanks, didn't realise it should execute phpsize , working now.