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
Post a Comment