Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16824 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63216 invoked by uid 1010); 21 Jun 2005 10:50:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 63200 invoked from network); 21 Jun 2005 10:50:17 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 21 Jun 2005 10:50:17 -0000 X-Host-Fingerprint: 213.186.50.69 blanchette.skouat.net Linux 2.4/2.6 Received: from ([213.186.50.69:39903] helo=blanchette.skouat.net) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id A2/F2-22648-8E0F7B24 for ; Tue, 21 Jun 2005 06:50:16 -0400 Received: from gabriel ([::ffff:80.125.119.245]) (AUTH: LOGIN frederic.lecointre@burnweb.net) by blanchette.skouat.net with esmtp; Tue, 21 Jun 2005 12:49:55 +0200 id 00028198.42B7F0D3.00003A0B Message-ID: <00aa01c5764f$a71d0cc0$0201a8c0@gabriel> "=?iso-8859-1?Q?Fr=E9d=E9ric_LECOINTRE?=" To: "Derick Rethans" , "Sebastian Bergmann" Cc: internals@lists.php.net References: Date: Tue, 21 Jun 2005 12:54:51 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Re: [PHP-DEV] Strings as input for php_strip_whitespace() From: bogus@news.php.net (Unknown Sender) Hi, | > Could php_strip_whitespace() be changed to work on strings, too? | File a feature request...? may be this patch can be usefull to do that. it trick the engine and force it to read input from memory. i had done it for old features php_check_syntax. If it's needed i can redo it. the patch -->http://php-dev.burnweb.net/ regards, Fred