Re: [PHP-DEV] Renaming namespaces to packages

2007-08-11 Thread Tijnema
On 8/10/07, Cristian Rodriguez <[EMAIL PROTECTED]> wrote: > On 8/10/07, Marc Gear <[EMAIL PROTECTED]> wrote: > > > You're absolutly right. > > > > Except for a little thing, those are not namespaces, but something > more similar to packages. > Well, if those are not namespaces, not packages, call

[PHP-DEV] RE: *** SPAM ***[PHP-DEV] Устрой себе праздник красоты!

2007-08-11 Thread Pelle Ravn
Hey peeps. One of my friends just translated the mail for me :) It's a school for fashion and they need girls for designs nails and make-up. Just for info :P Think it was quite funny ;) Best regards Pelle Ravn From: Учебный Центр наращивания ногтей [mailto:[EMAIL PROTECTED]

Re: [PHP-DEV] Pre-Destructor magic function?

2007-08-11 Thread Nathanael D. Noblet
Arnold Daniels wrote: Hi Nathanael, If you've been watching the list you could have seen that David Wang (god bless his soul) is working on this at the moment. Have a look at http://marc.info/?l=php-dev&m=118418663902191&w=2. Wonderful! I just joined a few moments before so hadn't seen any

[Fwd: Re: [PHP-DEV] Renaming namespaces to packages]

2007-08-11 Thread Stanislav Malyshev
Original Message Subject: Re: [PHP-DEV] Renaming namespaces to packages Date: Fri, 10 Aug 2007 18:51:04 +0200 From: Keryx Web <[EMAIL PROTECTED]> To: Stanislav Malyshev <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> FWIW. I teach

[Fwd: Re: [PHP-DEV] Renaming namespaces to packages]

2007-08-11 Thread Stanislav Malyshev
Original Message Subject: Re: [PHP-DEV] Renaming namespaces to packages Date: Fri, 10 Aug 2007 10:03:25 -0700 From: Stanislav Malyshev <[EMAIL PROTECTED]> Organization: Zend Technologies To: Keryx Web <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[E

Re: [PHP-DEV] Pre-Destructor magic function?

2007-08-11 Thread Richard Lynch
On Fri, August 10, 2007 6:01 pm, Nathanael D. Noblet wrote: I'm not a PHP OOP expert, so this could be 100% wrong, but... > $obj = new A(); in a loop the object's never released from memory > because of the internal references it holds. __destruct is not called > until the end of script execution