Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30968 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70466 invoked by uid 1010); 16 Jul 2007 11:23:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70451 invoked from network); 16 Jul 2007 11:23:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jul 2007 11:23:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.229 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.162.229 nz-out-0506.google.com Received: from [64.233.162.229] ([64.233.162.229:30591] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/7E-56486-F155B964 for ; Mon, 16 Jul 2007 07:23:12 -0400 Received: by nz-out-0506.google.com with SMTP id x7so773994nzc for ; Mon, 16 Jul 2007 04:23:08 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QUBvuzhdIrPFaXk0Tpz7vxNzjCulmHjBC5/m8o18Vk9tZTeZ8a4qOuxkF1enukmhnZS73TR3p6TEB2wmbadpn9Xi01VOYqOfNFk4MCtrbbIxW106gT7Hnl7ZS8b6TKLUZsGIEve9mVcoFdxnKMarkNk8JhPj5ugOX16X2j+CcKg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=W+2e63G0I9sMa/QPK3+wOiXFwJrhhq+qVuvzJkywRf+X0Fq8sHowzCLprwp8v/eQGmmmI7Gee3GaJFslbsm8ptoMr2eAMhYEAyeBhcq0QaB0DWN1MvdnG8JJ/jIbOHV2RQmMMqqoolcDRI6m6Pc+IFWgoSz2HjY8IXcB72wvZFY= Received: by 10.114.25.3 with SMTP id 3mr4063859way.1184584988073; Mon, 16 Jul 2007 04:23:08 -0700 (PDT) Received: by 10.114.180.9 with HTTP; Mon, 16 Jul 2007 04:23:08 -0700 (PDT) Message-ID: Date: Mon, 16 Jul 2007 13:23:08 +0200 To: "Stanislav Malyshev" Cc: "Larry Garfield" , internals@lists.php.net In-Reply-To: <469874A1.8070101@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4697D3EA.2090201@zend.com> <2166.24.1.37.132.1184392999.squirrel@www.l-i-e.com> <46986ACD.2030702@zend.com> <200707140142.45543.larry@garfieldtech.com> <469874A1.8070101@zend.com> Subject: Re: [PHP-DEV] PHP ICU project announcement From: pierre.php@gmail.com (Pierre) On 7/14/07, Stanislav Malyshev wrote: > > So (from another character-set-intricacy-challenged individual), > > would ICU it be analogous to the DOM functions for manipulating > > XML-like structures? (The methods parentNode(), childNodes(), > > appendNode(), etc. are all supposed to mean the same thing in every > > language.) > > I'm not sure I understand the question correctly, but I think if you > mean that methods would do the same in PHP 5 and 6 - yes. As far as I understand, he was referring to DOM as an example of portability. A method name has the same behavior and signature (nearly the same) in all languages, js, c# or php. His question being: will it be the same with this project? --Pierre