Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53786 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81077 invoked from network); 8 Jul 2011 16:04:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jul 2011 16:04:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike@rile.ca; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mike@rile.ca; sender-id=unknown; domainkeys=good Received-SPF: error (pb1.pair.com: domain rile.ca from 66.33.216.122 cause and error) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mike@rile.ca X-Host-Fingerprint: 66.33.216.122 hapkido.dreamhost.com Linux 2.4/2.6 Received: from [66.33.216.122] ([66.33.216.122:45061] helo=hapkido.dreamhost.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E2/11-08539-9AA271E4 for ; Fri, 08 Jul 2011 12:04:57 -0400 Received: from homiemail-a45.g.dreamhost.com (caibbdcaaaaf.dreamhost.com [208.113.200.5]) by hapkido.dreamhost.com (Postfix) with ESMTP id 75A41184BCA for ; Fri, 8 Jul 2011 08:31:13 -0700 (PDT) Received: from homiemail-a45.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a45.g.dreamhost.com (Postfix) with ESMTP id 8F8504806B; Fri, 8 Jul 2011 08:31:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=rile.ca; h=reply-to:from:to:cc :references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=rile.ca; b=cm+ XzKY3ev9oXqLwZHLHflrjkCmo/FdizPPH2e/F/ORGBla8TJhjlb4kiVxefh3i6Wx iFl6RXz+BffprUohY3ZPZQIirAM9no3QdiEAJIrKGaMdiifdBY0FZfoMR1jxD0hy a4ecRUmMHENo+N1W99l0qQ8465lrg6DZtaOaqhxQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=rile.ca; h=reply-to:from :to:cc:references:in-reply-to:subject:date:message-id :mime-version:content-type:content-transfer-encoding; s=rile.ca; bh=zXiV4IenYtMFfaWUPDI5X0gy36s=; b=MOTNN1E5owv3ah0NxcnNEYsiKiT5 DWmpQvRRILt+0LQwJlcLLIxYzQCEjx/QVGN0CYiA4Nmi2esCEW/0VfXwBseMuYAz UQIh+v4eScwvz13dBHPxX+M9LETH3Z/h2jeyZnGyRps3wFvGlmLlF2UQY88SwxZh e6vtU+8jB5QnrNM= Received: from MikePCToo (s72-38-93-190.static.comm.cgocable.net [72.38.93.190]) (Authenticated sender: mike@rile.ca) by homiemail-a45.g.dreamhost.com (Postfix) with ESMTPA id D83F948029; Fri, 8 Jul 2011 08:31:09 -0700 (PDT) Reply-To: To: "'Rafael Dohms'" , Cc: "'Nikita Popov'" , "'PHP internals'" References: <4E170999.7040701@hoa-project.net> In-Reply-To: Date: Fri, 8 Jul 2011 11:31:15 -0400 Message-ID: <003001cc3d84$146766c0$3d363440$@ca> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Acw9d69lyt1TWqJXSLSUwPVpgV691AAC6nlw Content-Language: en-ca Subject: RE: [PHP-DEV] preg_match From: mike@rile.ca ("Mike Robinson") On July-08-11 10:01 AM Rafael Dohms wrote: [snip] > first time using preg_match is a nightmare. IMHO, preg_match is poetry in motion. Going through a million lines of code replacing ereg[i] with preg_match because it was deprecated in 5.3 - *that* is a nightmare. Best Regards Mike Robinson