Phppdooracle Chinese garbled text-Zhou dashao

Source: Internet
Author: User
Phppdooracle Chinese garbled-Zhou dashao at/etc/profile. d/resume oracle. sh

The content is as follows: Set the encoding in 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

Then modify/etc/init. d/php-fpm

Add in the header

. /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}

 

Restart php.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.