Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42565 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42750 invoked from network); 12 Jan 2009 10:38:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jan 2009 10:38:39 -0000 Authentication-Results: pb1.pair.com header.from=rquadling@googlemail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=rquadling@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.218.21 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: rquadling@googlemail.com X-Host-Fingerprint: 209.85.218.21 mail-bw0-f21.google.com Received: from [209.85.218.21] ([209.85.218.21:57486] helo=mail-bw0-f21.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E7/D5-10197-EAD1B694 for ; Mon, 12 Jan 2009 05:38:39 -0500 Received: by bwz14 with SMTP id 14so27526839bwz.23 for ; Mon, 12 Jan 2009 02:38:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:mime-version:content-type; bh=BPHd++m92LbdBNSMePChJxEG7ramVrc2CV2ziSs1e6Y=; b=aY7Ig4OGSe2MoMq7Tm28bUfrLsTb4iWHvjfx2fCjEHUBfeTjuqeIMf9qFf6PWdL4MP VAUI0hOcFCfigv1HWKBIw/+z33/3FOZuSHVZx3k6+DRpfm1azHpyqSOZ9usnTuFNYMIr oAh0Q4+o5YYD9d2j8xaiTwfJ6d6lsecKJJKcM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:mime-version:content-type; b=rypELTSuW71py4CiVvnFLSRW/0tM6BuM5MA676TFciWI8HFij1UtTUlExNG3R8NXpQ tmC2Whpd+ihUPDB4Y/qDYURLsh4YZ4SfhT3aWLhiwKKfDYPkaOzZ9Q3kLNX7Dg588P61 k8WM4Hi7vEdva+QptKhLMzimZ6fcR3cX1ACww= Received: by 10.103.106.1 with SMTP id i1mr10320408mum.0.1231756715391; Mon, 12 Jan 2009 02:38:35 -0800 (PST) Received: by 10.103.94.6 with HTTP; Mon, 12 Jan 2009 02:38:35 -0800 (PST) Message-ID: <10845a340901120238m48f66aa1wfe8b78bcd6141e23@mail.gmail.com> Date: Mon, 12 Jan 2009 10:38:35 +0000 Reply-To: RQuadling@googlemail.com To: "PHP Developers Mailing List" MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_25121_7424901.1231756715382" Subject: Typo in INI files From: rquadling@googlemail.com ("Richard Quadling") ------=_Part_25121_7424901.1231756715382 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Can someone please commit these typo fixes. I've fixed the documentation. The original mail.c is fine. Index: php.ini-dist =================================================================== RCS file: /repository/php-src/php.ini-dist,v retrieving revision 1.286 diff -u -r1.286 php.ini-dist --- php.ini-dist 9 Jan 2009 15:00:36 -0000 1.286 +++ php.ini-dist 12 Jan 2009 10:36:34 -0000 @@ -669,7 +669,7 @@ ; the 5th parameter to mail(), even in safe mode. ;mail.force_extra_parameters = -; Add X-PHP-Originaiting-Script: that will include uid of the script followed by the filename +; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename mail.add_x_header = Off ; Log all mail() calls including the full path of the script, line #, to address and headers Index: php.ini-recommended =================================================================== RCS file: /repository/php-src/php.ini-recommended,v retrieving revision 1.236 diff -u -r1.236 php.ini-recommended --- php.ini-recommended 9 Jan 2009 15:00:36 -0000 1.236 +++ php.ini-recommended 12 Jan 2009 10:34:10 -0000 @@ -706,7 +706,7 @@ ; the 5th parameter to mail(), even in safe mode. ;mail.force_extra_parameters = -; Add X-PHP-Originaiting-Script: that will include uid of the script followed by the filename +; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename mail.add_x_header = On ; Log all mail() calls including the full path of the script, line #, to address and headers -- ----- Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!" ------=_Part_25121_7424901.1231756715382--