Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40524 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83908 invoked from network); 15 Sep 2008 22:20:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Sep 2008 22:20:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=kenashkov@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kenashkov@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.200.172 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kenashkov@gmail.com X-Host-Fingerprint: 209.85.200.172 wf-out-1314.google.com Received: from [209.85.200.172] ([209.85.200.172:39997] helo=wf-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/E0-00923-DBFDEC84 for ; Mon, 15 Sep 2008 18:20:46 -0400 Received: by wf-out-1314.google.com with SMTP id 26so2194695wfd.26 for ; Mon, 15 Sep 2008 15:20:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=D6J+re2msFlv+X5lwLszqPcU/jcO5Xojpf7SfjPJ7SM=; b=B1NRcgU6uJkF7a1OtTkQLam5pNquXWVfFTk7VAilJBYO26mXiJUcC+MuoLzbbcm0px SIcJnifTtEo1EMGt7W4U7sdFmThKKWaQ5Rs2q2KbKaJR/FoYYG2hfWSxa2yhrKqsdAFC GjVSbfhqMSpQGexDzneYC4X57F0y7B/OMB5/E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=m4ulr83CMpXEB1f/ksArJWn+1HvH4b//Su+UkjMRdDSgPUu8TjIA4loho4BscbtSIW 4HaLQp/H6kteriQMVkH7RKGbRNj76C2mq+uP1YYTDI4Idwn0uyS7dntlOpnFk2/7csuZ wpfxRQj4S6C4Io4iuuEDp/O0rescad0e5LGDM= Received: by 10.143.8.17 with SMTP id l17mr67880wfi.106.1221517243361; Mon, 15 Sep 2008 15:20:43 -0700 (PDT) Received: by 10.142.76.6 with HTTP; Mon, 15 Sep 2008 15:20:43 -0700 (PDT) Message-ID: <261daaa10809151520s6c3f5adfld10004d8c408f301@mail.gmail.com> Date: Tue, 16 Sep 2008 01:20:43 +0300 To: "Karsten Dambekalns" Cc: internals@lists.php.net In-Reply-To: <66DC865A-1910-46E4-AEB5-37BE62D2417A@typo3.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_158371_2023218.1221517243330" References: <66DC865A-1910-46E4-AEB5-37BE62D2417A@typo3.org> Subject: Re: [PHP-DEV] Reply on "Who is using namespaces in PHP already?" From: kenashkov@gmail.com ("Vesselin Kenashkov") ------=_Part_158371_2023218.1221517243330 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, At our company the majority of the projects in the last 4 months are using namespaces (we can afford using dev version of php, because we host the projects). Just to add my +1 into the count. Vesselin Kenashkov On Mon, Sep 15, 2008 at 5:26 PM, Karsten Dambekalns wrote: > Hi. > > Lukas asked on his Blog, so here goes my answer. > > We switched to namespaces last week for FLOW3 and all related packages. See > http://forge.typo3.org/repositories/revision/21/1210 for the needed > changes and > http://forge.typo3.org/wiki/flow3-overview/Notes_on_using_PHP_namespaces for > some notes on the implications. > > Currently we don't have any problems with use statements, as we still have > fully qualified names almost everywhere, thus autoloading works as expected. > > Still, looking into the future I'd love to see an enhancement as proposed > by Greg in http://marc.info/?l=php-internals&m=121527668606247 plus some > way to get rid of having to use single classes if I could use some wildcard > instead. > > Regards, > Karsten > -- > Karsten Dambekalns > Gimme Five! > http://typo3.org/gimmefive > > > ------=_Part_158371_2023218.1221517243330--