[Sunianterp-general] [sunianterp - General discussions] RE: Language error
Status: Beta
Brought to you by:
js9s
From: SourceForge.net <no...@so...> - 2006-11-29 16:41:58
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4036229 By: js9s I just added a section in the INSTALL file. The relevant section is: 2) modify your php.ini file, which is probably /etc/php5/cgi/php.ini, or /etc/php5/apache2/php.ini, or similar places depending on your Linux distribution and webserver configuration, or c:\windows\php.ini for windows. Enable following extensions: extension=pgsql.so extension=mhash.so extension=mcrypt.so extension=gettext.so extension=gd2.so etc. Each extension depends on how php is compiled, some of them may be compiled in ( most of php compiles gettext in instead of an independent module). In windows, those .so become .dll, and may have a prefix such as php5_pgsql.dll, etc. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=446318 |