Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27882 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70634 invoked by uid 1010); 7 Feb 2007 11:30:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70618 invoked from network); 7 Feb 2007 11:30:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Feb 2007 11:30:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=nlopess@php.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=nlopess@php.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 212.55.154.22 cause and error) X-PHP-List-Original-Sender: nlopess@php.net X-Host-Fingerprint: 212.55.154.22 relay2.ptmail.sapo.pt Linux 2.4/2.6 Received: from [212.55.154.22] ([212.55.154.22:51445] helo=sapo.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 13/56-18288-638B9C54 for ; Wed, 07 Feb 2007 06:29:59 -0500 Received: (qmail 28674 invoked from network); 7 Feb 2007 11:29:55 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.208) by relay2 with SMTP; 7 Feb 2007 11:29:55 -0000 Received: (qmail 3015 invoked from network); 7 Feb 2007 11:29:55 -0000 X-AntiVirus: PTMail-AV 0.3-0.88.6 X-Virus-Status: Clean (0.02188 seconds) Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[82.155.75.203]) (envelope-sender ) by mta13 (qmail-ldap-1.03) with SMTP for ; 7 Feb 2007 11:29:55 -0000 Message-ID: <008001c74aab$4add7940$0100a8c0@pc07653> To: "PHPdev" Date: Wed, 7 Feb 2007 11:29:55 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Subject: Fw: [PHP-DOC] problems in php-config.1, phpize.1 From: nlopess@php.net ("Nuno Lopes") ----- Original Message ----- From: To: Sent: Tuesday, February 06, 2007 9:11 PM Subject: [PHP-DOC] problems in php-config.1, phpize.1 > This is automatically generated email about problems in a man page for > which > you appear to be responsible. If you are not the right person or list, > tell > me and I will attempt to correct my database. > > See http://catb.org/~esr/doclifter/problems.html for details on how and > why these patches were generated. Feel free to email me with any > questions. > Note: These patches do not change the mod date of any manual page. You > may wish to do that by hand. > > Problems with php-config.1: > > 1. List syntax error. This means .IP, .TP or .RS/.RE markup is garbled. > This confuses doclifter, and may also mess up stricter troff > interpreters like Xman and Rosetta. > > --- php-config.1-orig 2007-01-26 18:00:04.000000000 -0500 > +++ php-config.1 2007-01-26 18:01:36.000000000 -0500 > @@ -11,40 +11,29 @@ > is a simple shell script for obtaining information about installed PHP > configuration. > .SH OPTIONS > .TP 15 > -.PD 0 > .B \-\-prefix > Directory prefix where PHP is installed, e.g. /usr/local > .TP > -.PD 0 > .B \-\-includes > List of \-I options with all include files > .TP > -.PD 0 > .B \-\-ldflags > LD Flags which PHP was compiled with > .TP > -.PD 0 > .B \-\-libs > Extra libraries which PHP was compiled with > .TP > -.PD 0 > .B \-\-extension-dir > Directory where extensions are searched by default > .TP > -.PD 0 > .B \-\-include-dir > Directory prefix where header files are installed by default > .TP > -.PD 0 > .B \-\-php-binary > Full path to php CLI/CGI binary > .TP > -.PD 0 > .B \-\-version > PHP version > -.TP > -.PD 1 > -.P > .SH SEE ALSO > .BR php (1) > .SH VERSION INFORMATION > ----------------------------- > Problems with phpize.1: > > 1. List syntax error. This means .IP, .TP or .RS/.RE markup is garbled. > This confuses doclifter, and may also mess up stricter troff > interpreters like Xman and Rosetta. > > --- phpize.1-orig 2007-01-26 18:02:41.000000000 -0500 > +++ phpize.1 2007-01-26 18:03:36.000000000 -0500 > @@ -11,22 +11,16 @@ > is a shell script to prepare PHP extension for compiling. > .SH OPTIONS > .TP 15 > -.PD 0 > .B \-\-clean > Remove all created files > .TP > -.PD 0 > .B \-\-help > Prints usage information > .TP > -.PD 0 > .B \-\-version > .TP > -.PD 1 > .B \-v > Prints API version information > -.TP > -.PD 1 > .P > .SH SEE ALSO > .BR php (1) > ----------------------------- > > -- > Eric S. Raymond >