Skip to content
Advertisement

Tag: php-ini

How to change a ‘php.ini’ setting in a PHP file

I am installing vtiger6 on a client’s server. I don’t have access to the php.ini file. I have tried to change some php.ini setting through my index.php file. Some settings work fine: But I am not able to set up the following: And also I need to change the following too. I don’t know whether this is right or not.

What does zend.multibyte directive exactly affect?

I am using UTF8 encoding without BOM for all my php scripts for years, and they work fine. Today i discovered that thereis core directive named zend.multibyte, and it is zero (disabled) by default. So, if it does not affect scripts parsing.. what exactly does it affect? Answer Zend Multibyte is needed for ASCII-incompatible encodings, like some Asian encodings from

Where can I find php.ini?

A few years ago I installed Apache 2.2x and PHP 5.3.1 on a Linux server I maintain. I used .tar.gz’s and built them as instructed (instead of rpms and what-have-you). And all was fine. Today I need …

Advertisement