php - Upgrading existing ICU on CentOS6.9 -


all total newbie here , not developer. php script wish install uses yii framework requires higher version of icu default 4.2.1 on centos 6.

so background -

a) on ibm baremetal servers , softlayer support sucks b) have me on centos 6.9 c) php 5, 6 7 running d) php pear installed e) installed intl extension via easyapache on cpanel/whm across 3 flavors of php running f) script said needed icu 49 or higher (they have renamed versions 2 digit combos latest 59)

i looked these 2 links

http://lty.in/guuqfn

http://lty.in/ym8ptm

using first link followed step step have reached step pecl needs invoked on sever there no pecl - despite php-pear being active extension

i stuck here "pecl install intl"

i cant seem figure out how pecl installed on php-pear or if required...under bin there no sub-directory pecl

also 2 more points -

a) should uninstall easyapache based intl first? b) please note defauly icu 4.2.1 old version exits

please , provide simple , clear steps newbie upgrade icu latest version icu project site if required.

thank kindly in advance!

locate pecl utilized find pecl - apparently pecl inconsistently placed on install of php-pear i.e. not under root/bin/pecl placed in deeper sub-dir path.

then execution of pecl install intl command hands when using cpanel interface. shell command execution completed successfully.

thanks - hope helps others out


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -