Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10379 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30477 invoked by uid 1010); 10 Jun 2004 11:01:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 30453 invoked from network); 10 Jun 2004 11:01:11 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 10 Jun 2004 11:01:11 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i5AB1AH2031393; Thu, 10 Jun 2004 13:01:10 +0200 Date: Thu, 10 Jun 2004 13:00:45 +0200 (CEST) X-X-Sender: derick@localhost To: Alexander Valyalkin cc: internals@lists.php.net In-Reply-To: Message-ID: References: <20040609150030.18f59a2c.tony2001@phpclub.net> <20040609155610.0425464f.tony2001@phpclub.net> <20040610115626.7984e4b5.tony2001@phpclub.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] stripslashes() improvements From: derick@php.net (Derick Rethans) On Thu, 10 Jun 2004, Alexander Valyalkin wrote: > On Thu, 10 Jun 2004 11:56:26 +0400, Antony Dovgal > wrote: > > >> Ok, my version of stripslashes() is faster, clearer, works correctly > >> with old > >> tests and solves mentioned bugs. Are you still doubt? Try to compare > >> the old > >> (current) code to new one. > > > > Faster is ok, but you'd better read what Rasmus said. > > And again, trying to fix BOGUS bugs you're going wrong way. > > I always thought that fixing ANY (not only critical) bugs is > right way... The meaning of BOGUS means clearly that it "i s n o t a b u g" so you can't fix a bug that is no bug. Derick