Re: [PHP-DEV] alpha2 scheduled

2008-10-27 Thread Andrew Mason
I think the majority of the namespaces stuff is fine. However, having read the irc discussion about how the namespaces seperator was decided upon, i don't think there are many people here who can honestly say that ease of typing is that big of a deal compared to maintainability and being able to ea

Re: [PHP-DEV] Re: namespace separator and whining

2008-10-26 Thread Andrew Mason
So can I just confirm that what was previously is now Is this correct ? On Mon, Oct 27, 2008 at 9:12 AM, Nathan Rixham <[EMAIL PROTECTED]> wrote: > Greg Beaver wrote: >> >> Hi all, >> >> Let me make this brief: there will be lots of complaining about the >> namespace separator. >> >> Stop

Re: [PHP-DEV] namespace issues

2008-09-23 Thread Andrew Mason
Sounds fantastic to me. Not a fan of the {} namespaces but each to their own. On Tue, Sep 23, 2008 at 5:15 AM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > Hi! > > On the ZendCon, we (Marcus, Elizabeth, Andi and myself) had a talk about > what we'd like to do with namespaces, and we arrived at

Re: [PHP-DEV] Re: [PATCH] Re: [PHP-DEV] namespace examples (solving name resolutionorderissues)

2008-09-15 Thread Andrew Mason
I for one would prefer the << classes: 1) check current namespace 2) autoload if possible 3) fail functions: 1) check current namespace 2) check internal 3) fail >> I think this a good approach. I don't know how biased I am as I use the autoloader quite alot but it seems reasonable to me.

[PHP-DEV] Normalizer Class

2008-07-29 Thread Andrew Mason
Hi people, Just wondering if anyone can tell me when the Normalizer class is slated for inclusion or if it hasn't been decided yet. http://au2.php.net/manual/en/class.normalizer.php Just trying to work out if i should wait or if i should write my own / use another -- PHP Internals - PHP Runtime

Re: [PHP-DEV] spl_autoload vs __autoload

2007-12-28 Thread Andrew Mason
oo it. I probably should have been more specific in my question. kind regards Andrew On 12/29/07, Pierre <[EMAIL PROTECTED]> wrote: > On Dec 28, 2007 3:30 PM, <[EMAIL PROTECTED]> wrote: > > On Dec 28, 2007 6:56 AM, Andrew Mason <[EMAIL PROTECTED]> wrote: > > >

[PHP-DEV] spl_autoload vs __autoload

2007-12-28 Thread Andrew Mason
Hi guys, Can anyone shed some light on the advantages of the spl_autoload over the standard __autoload ? is there any ? kind regards Andrew -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Namespaces *sigh*

2007-12-16 Thread Andrew Mason
For those of us who gave up following the namespace debate 150+ emails ago, can someone from the core maintainers let the rest of us plebs know if namespaces are likely to be included any time soon. I've been playing with the patches that were provided by moving our framework over to their own nam

[PHP-DEV] PDO performance

2007-11-14 Thread Andrew Mason
Hi guys, Just a quick question. I've recently been looking at changing over our code to use the PDO interface to a mysql database. Currently we are using MySQLi but after looking at the PDO interface i personally prefer the way API is presented (not saying mysqli is bad or anything like that...c