php pdo oracle中文亂碼的快速解決方法

字號(hào):


    下面小編就為大家?guī)?lái)一篇php pdo oracle中文亂碼的快速解決方法。小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,也給大家做個(gè)參考
    在/etc/profile.d/簡(jiǎn)歷oracle.sh
    內(nèi)容如下在NLS_LANG設(shè)置編碼
    ORACLE_HOME=/usr/lib/oracle/12.1/client64
    C_INCLUDE_PATH=/usr/include/oracle/12.1/client64
    LD_LIBRARY_PATH=$ORACLE_HOME/lib
    #remember this is the client NLS_LANG not the server one
    NLS_LANG=FRENCH_FRANCE.UTF8
    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}
    然后重新啟動(dòng)php即可
    以上這篇php pdo oracle中文亂碼的快速解決方法就是小編分享給大家的全部?jī)?nèi)容了,希望能給大家一個(gè)參考