Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26933 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51931 invoked by uid 1010); 13 Dec 2006 15:40:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51916 invoked from network); 13 Dec 2006 15:40:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Dec 2006 15:40:29 -0000 Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=iliaal@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.229 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.162.229 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.229] ([64.233.162.229:28406] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F6/32-38081-ACE10854 for ; Wed, 13 Dec 2006 10:40:29 -0500 Received: by nz-out-0506.google.com with SMTP id k1so115908nzf for ; Wed, 13 Dec 2006 07:39:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:x-priority:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=pZQCfqpLgWDMw84YLJLmafT6hUXv55ASICxBDb8NQ0N3wSWMhw0PgnhxZXw5sCTlqPKij7vlWRgBeZijoYFsNyvQguDEOqgX3AmvgVmnvc6VLHUD0zKaMaBcdNkBajou2bKAoPo+yebUSmtlCs2QrjlP0pH0oRVgYkUkGPcedPs= Received: by 10.64.184.14 with SMTP id h14mr1653079qbf.1166024391822; Wed, 13 Dec 2006 07:39:51 -0800 (PST) Received: from ?192.168.1.6? ( [74.108.69.82]) by mx.google.com with ESMTP id f15sm1049129qba.2006.12.13.07.39.50; Wed, 13 Dec 2006 07:39:51 -0800 (PST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v752.3) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <6902807C-640E-451C-8357-CD7A32FE5E98@prohost.org> Cc: internals@lists.php.net Content-Transfer-Encoding: 7bit Date: Wed, 13 Dec 2006 10:39:46 -0500 To: Ron Korving X-Mailer: Apple Mail (2.752.3) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] patch: remove unneeded strlen() check from php_addcslashes From: ilia@prohost.org (Ilia Alshanetsky) Nevermind the previous e-mail, I see that strlen() is already done inside safe_emalloc(), patch was applied, thanks. Ilia