Re: [PHP-DEV] RIP PHP 4?

2007-07-26 Thread Joseph Crawford
+1 On 7/6/07, Derick Rethans [EMAIL PROTECTED] wrote: Ladies, Gentlemen, Kings and Princesses, With the nice PHP 5 / PHP 6 unicode semantics thread under way I am trying to gauge what people feel about dropping support for PHP 4 at the end of this year. That does not mean that we will not fix

Re: [PHP-DEV] RIP PHP 4?

2007-07-26 Thread Darrell Brogdon
+1 On Jul 26, 2007, at 3:53 PM, Joseph Crawford wrote: +1 On 7/6/07, Derick Rethans [EMAIL PROTECTED] wrote: Ladies, Gentlemen, Kings and Princesses, With the nice PHP 5 / PHP 6 unicode semantics thread under way I am trying to gauge what people feel about dropping support for PHP 4 at

Re: [PHP-DEV] CVS Account Request: jordao

2007-07-26 Thread Carlos Jordão
Hi Olivier, I have seen your page and your code. I phpized it and everything compiled without problems, what led me to wander why it wasn't include in PECL. Antony, as I said, I want to use Double Metaphone on my work. First, I have thought propose the Olivier work to be included. Second, as

[PHP-DEV] Re: __call_static() Magic Method

2007-07-26 Thread Sebastian Deutsch
Hello, where can i find the latest version of your patch? Etienne Kneuss provided me a patch to track from where my class method is called statically. ? class foo { function doit() { echo get_called_class(); } }

[PHP-DEV] test

2007-07-26 Thread user
sry... mail newsreader sucks -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Question on namespaces

2007-07-26 Thread Richard Lynch
On Wed, July 25, 2007 2:34 am, Sebastian Bergmann wrote: Marcus Boerger wrote: Can we change the keyword from 'namespace' to 'package'? I second that (e)motion. The current implementation of namespaces in PHP is so close to Java's packages that naming it packages makes (more) sense to

[PHP-DEV] __static_call patch

2007-07-26 Thread user
Hello, Etienne Kneuss provided me a patch to handle static called class methods properly - it works fine. Now i need antother patch for: __static_call_patch __static_set __static_get where can i find it? Sebastian Deutsch -- PHP Internals - PHP Runtime Development Mailing List To

Re: [PHP-DEV] Log4P Project Class Names

2007-07-26 Thread Richard Lynch
On Wed, July 25, 2007 6:20 pm, Will Fitch wrote: And the list goes on. I have attached a text file with all 1.4 specifications of log4j. I considered log4p_* as a prefix for all class names, but I am concerned for Java developers moving to PHP who are familiar with the standard already in

Re: [PHP-DEV] Question about Namespace patch

2007-07-26 Thread Richard Lynch
On Wed, July 25, 2007 2:10 pm, Stanislav Malyshev wrote: Or, in my dream world of PHP being unique: import LibB (-Date); import LibB::Date as BDate; next would be: SELECT class FROM LibB WHERE class.name NOT LIKE 'Date%' AND class.version 3.14 OR class.approved='Manager' Maybe we should