Hello guys
I've question : Why extension_dir in php.ini and pecl not same ?
I know too i should fix this problem by create symlink. But it is a workaround :/
And I need to know why not same ?
I've question : Why extension_dir in php.ini and pecl not same ?
[email protected]:[/home/shams.eldin]: php -i | grep extension_dir
<tr><td class="e">extension_dir</td><td class="v">/usr/local/lib/php/extensions/no-debug-non-zts-20090626</td><td class="v">/usr/local/lib/php/extensions/no-debug-non-zts-20090626</td></tr>
!![email protected]:[/home/shams.eldin]: pecl config-show
PHP extension directory ext_dir /usr/lib/php/extensions/no-debug-non-zts-20090626
I know too i should fix this problem by create symlink. But it is a workaround :/
And I need to know why not same ?