How can I disable gettext caching in development phase, so I can modify mo file without restarting apache?
(in http://php.net/manual/es/book.gettext.php a portion of a class is proposed for this task, but in do not work, in particular it use an undefined constant GETTEXT_CACHING
, also I hear that Zend_Translate dose not have this issue, what technique is used by it? )