Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63636 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46461 invoked from network); 25 Oct 2012 19:16:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Oct 2012 19:16:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=xwisdom@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=xwisdom@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.42 as permitted sender) X-PHP-List-Original-Sender: xwisdom@gmail.com X-Host-Fingerprint: 209.85.219.42 mail-oa0-f42.google.com Received: from [209.85.219.42] ([209.85.219.42:49223] helo=mail-oa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A2/3F-59506-A1099805 for ; Thu, 25 Oct 2012 15:16:43 -0400 Received: by mail-oa0-f42.google.com with SMTP id j1so2129191oag.29 for ; Thu, 25 Oct 2012 12:16:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=+HU6zIVVQVAtVENqDnq9CJWjNyaW0ocrzVccfPQtcl8=; b=tlmeJ0nRygrvCelIHSZJKnAQqEYo6RJHSRgQCTAOi4Oxt4a4ur7zhkqZaCSb3XV/Jk OuB15pR0XSX4FJk2lYRkQ8/qpjYzmGGRrZZTcoeCkNPLMhuatjnL+Od8bfvdVfupPAFl xxIiSejeRxanGCqrMKCdKY3O91EkKkNDBNbkg+J5Hr7bmZ5jUZ/a0miseMWYoimjSorl OfqYiuUP9EcCB++rzuapJs3G6hns3Jpx00b3SJsFkR9u1Dvgc168qlFARqPowMyVS0aR QdBhDiQWC2x93ISTXbbegYjKcCe+24Rg5WJ/YqdVyYYQTDbKjFYe1llXQwtz1hA9cjEG slHA== MIME-Version: 1.0 Received: by 10.60.171.113 with SMTP id at17mr18191986oec.44.1351192600058; Thu, 25 Oct 2012 12:16:40 -0700 (PDT) Received: by 10.76.81.10 with HTTP; Thu, 25 Oct 2012 12:16:39 -0700 (PDT) Date: Thu, 25 Oct 2012 14:16:39 -0500 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=bcaec54d4264f31a5704cce70a6c Subject: Recycle PHP Log From: xwisdom@gmail.com (Raymond Irving) --bcaec54d4264f31a5704cce70a6c Content-Type: text/plain; charset=ISO-8859-1 Hello, How about adding an option to recycle the PHP log when it gets too big? For example: [php ini] max_error_log_size = 512k When the log file is larger than 512k rename the file by adding the current date or timestamp: php_error_as_at_2012_10_10.log __ Raymond --bcaec54d4264f31a5704cce70a6c--