Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24913 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78613 invoked by uid 1010); 23 Jul 2006 20:45:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 78597 invoked from network); 23 Jul 2006 20:45:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jul 2006 20:45:28 -0000 X-PHP-List-Original-Sender: stuttle@gmail.com X-Host-Fingerprint: 87.117.193.62 uk1.moxiemon.net Received: from ([87.117.193.62:61704] helo=horatio.sharedserver.net) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 13/B8-04178-62BD3C44 for ; Sun, 23 Jul 2006 16:25:12 -0400 Received: from [192.168.0.100] (user-5152.l5.c5.dsl.pol.co.uk [84.65.84.32]) by horatio.sharedserver.net (Postfix) with ESMTP id 698249EA48D for ; Sun, 23 Jul 2006 21:13:47 +0100 (BST) Message-ID: <44C3DB24.4050605@gmail.com> Date: Sun, 23 Jul 2006 21:25:08 +0100 User-Agent: Thunderbird 1.5.0.4 (X11/20060615) MIME-Version: 1.0 To: internals@lists.php.net X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/mixed; boundary="------------040200090708000609080502" Subject: [PATCH] Typo in phpize.in From: stuttle@gmail.com (Stut) --------------040200090708000609080502 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I've just started developing a new extension, checked out the latest source and found this snafu. I assume it's a typo. -Stut --------------040200090708000609080502 Content-Type: text/x-patch; name="phpize_typo.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="phpize_typo.diff" Index: phpize.in =================================================================== RCS file: /repository/php-src/scripts/phpize.in,v retrieving revision 1.32 diff -u -u -r1.32 phpize.in --- phpize.in 17 Jul 2006 01:17:00 -0000 1.32 +++ phpize.in 23 Jul 2006 20:21:05 -0000 @@ -102,7 +102,7 @@ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader - if ! text -x $PHP_AUTOCONF && ! test -x "`$php_shtool path $PHP_AUTOCONF`"; then + if ! test -x $PHP_AUTOCONF && ! test -x "`$php_shtool path $PHP_AUTOCONF`"; then cat <