| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2002-01-14 15:48 UTC] lobbin@php.net
  [2002-02-23 00:00 UTC] php-bugs at lists dot php dot net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 13:00:02 2025 UTC | 
I run php as apache module (apache 1.3.19) I put this code: putenv("LANG=RO"); bindtextdomain ("domain", "./locale"); textdomain ("domain"); everything is ok. Then I modify the value of the language ( and it's ok 'cause I display it with getenv("LANG"), but the translation doesn't change. If I run php as cgi this works fine. I have the same problem with php 4.0.4pl1