php - Updating .po files without restarting lighty -


we running php gettext on lighttpd web server. when update .po/.mo files new translations, have restart lighty new translations appear.

is lighty caching translations?

anyone know how avoid restarting lighty?

thanks!

as far know, php's gettext extension caching .mo files, that's not lighty's problem :)

i'd suggest using zend_translate component. zend_translate_adapter_gettext not use php gettext extension, carries own implementation. besides, zend_translate_adapter_gettext muti-thread safe, not true php gettext extension.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -