您好,欢迎访问一九零五行业门户网

php pdo oracle中文乱码,_PHP教程

php pdo oracle中文乱码,在/etc/profile.d/简历oracle.sh
内容如下在nls_lang设置编码
1 oracle_home=/usr/lib/oracle/12.1/client642 c_include_path=/usr/include/oracle/12.1/client643 ld_library_path=$oracle_home/lib4 #remember this is the client nls_lang not the server one5 nls_lang=french_france.utf8 6 export oracle_home ld_library_path nls_lang
然后修改 /etc/init.d/php-fpm
在头部增加
. /etc/profile.d/oracle.sh

. /etc/init.d/functions
. /etc/profile.d/oracle.sh




# check that networking is up.
. /etc/sysconfig/network




# additional environment file
if [ -f /etc/sysconfig/php-fpm ]; then
. /etc/sysconfig/php-fpm
fi




if [ $networking = no ]
then
exit 0
fi




retval=0
prog=php-fpm
pidfile=${pidfile-/var/run/php-fpm/php-fpm.pid}
lockfile=${lockfile-/var/lock/subsys/php-fpm}

然后重新启动php即可
http://www.bkjia.com/phpjc/1126521.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/1126521.htmltecharticlephp pdo oracle中文乱码, 在/etc/profile.d/简历oracle.sh 内容如下在nls_lang设置编码 1 oracle_home=/usr/lib/oracle/ 12.1 / client64 2 c_include_path=/usr/include/ora...
其它类似信息

推荐信息