After installing php 5.6 on uniform server (ZeroXI_php_5_6_16_p.exe)
Open your httpd.conf file
%uniserverpath%\core\apache2\conf\httpd.conf
After <IfDefine php56> replace all the occurences from *53.dll to *54.dll as showed below
<IfDefine php56>
LoadFile ${US_ROOTF}/core/php56/icudt54.dll
LoadFile ${US_ROOTF}/core/php56/icuin54.dll
LoadFile ${US_ROOTF}/core/php56/icuio54.dll
LoadFile ${US_ROOTF}/core/php56/icule54.dll
LoadFile ${US_ROOTF}/core/php56/iculx54.dll
LoadFile ${US_ROOTF}/core/php56/icutest54.dll
LoadFile ${US_ROOTF}/core/php56/icutu54.dll
LoadFile ${US_ROOTF}/core/php56/icuuc54.dll
Restart apache
Comments
Post a Comment