Text Books Short Manuals That You Really Need!

17Jan/100

eAccelerator Best Settings

eaccelerator.shm_size="28"
eaccelerator.cache_dir="/var/cache/eaccelerator-php5/"
eaccelerator.enable="1"
eaccelerator.optimizer="1"
eaccelerator.debug="0"
eaccelerator.check_mtime="1"
eaccelerator.filter=""
eaccelerator.shm_max="0"
eaccelerator.shm_ttl="0"
eaccelerator.shm_prune_period="0"
eaccelerator.shm_only="0"
eaccelerator.compress="1"
eaccelerator.compress_level="9"
eaccelerator.keys="shm_and_disk"
eaccelerator.sessions="shm_and_disk"
eaccelerator.content="shm_and_disk"

3Jan/100

[RESOLVED] compiling PHP5/Imap: configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing

if you get the following error while trying to compile php5 with imap.

configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing

on RedHat do the following:

yum install libc-client-devel

The try to recompile PHP
That should solve the problem.

Filed under: PHP No Comments