#1167: AgaviTranslationManager does not call setlocale with the given locale
identifier
-----------------------------------------+----------------------------------
 Reporter:  sven.kretschm...@…           |       Owner:  dominik
     Type:  enhancement                  |      Status:  new    
 Priority:  normal                       |   Milestone:  1.0.2  
Component:  translation                  |     Version:  1.0.1  
 Severity:  normal                       |    Keywords:         
Has_patch:  0                            |  
-----------------------------------------+----------------------------------

Comment(by felix):

 Well, setlocale has side effects as per http://de.php.net/setlocale:

  The locale information is maintained per process, not per thread. If you
 are running PHP on a multithreaded server API like IIS or  Apache on
 Windows, you may experience sudden changes in locale settings while a
 script is running, though the script itself never called setlocale(). This
 happens due to other scripts running in different threads of the same
 process at the same time, changing the process-wide locale using
 setlocale().

-- 
Ticket URL: <http://trac.agavi.org/ticket/1167#comment:1>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5



_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets

Reply via email to