| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2003-05-29 09:19 UTC] michael dot mauch at gmx dot de
  [2003-05-29 09:39 UTC] derick@php.net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 06:00:01 2025 UTC | 
error_log() and setlocale() with finnish locales has extra space after abbreviated month name, making error log "unreadable". .htaccess in docroot has log_errors and error_log set: php_flag log_errors On php_value error_log /tmp/php.error_log test.php: <?php setlocale(LC_ALL, 'fi_FI'); error_log("foo"); from php.error_log: [29-touko -2003 14:51:49] foo