Changeset 414 for trunk/lib/App.inc.php


Ignore:
Timestamp:
Apr 20, 2013 6:55:12 PM (11 years ago)
Author:
anonymous
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/App.inc.php

    r413 r414  
    651651            'date'      => date('Y-m-d H:i:s'),
    652652            'remote ip' => getRemoteAddr(),
    653             'pid'       => (mb_substr(PHP_OS, 0, 3) != 'WIN' ? posix_getpid() : ''),
     653            'pid'       => getmypid(),
    654654            'type'      => $this->logPriorityToString($priority),
    655655            'file:line' => "$file : $line",
Note: See TracChangeset for help on using the changeset viewer.