Re: [PHP-DEV] RFC: Removing the Zend API

2009-03-31 Thread Nuno Lopes
Hi Paul et all, I fully understand (and even share) your motivations and goals. However it seems to me that describing an extension in PHP will lead to loss of performance, as you cannot capture certain C features in PHP. For example, there are some internal functions that rely on pointer arit

Re: [PHP-DEV] Re: [PATCH] Netlink sockets support for Linux

2009-03-31 Thread Lukas Kahwe Smith
On 31.03.2009, at 18:22, Hannes Magnusson wrote: On Wed, Mar 25, 2009 at 20:59, Lukas Kahwe Smith wrote: Hi, Whats the status here? I would say it does not sound like something we need to add now, but maybe for 5.3.1? So in that light I would say please file a feature request with the

Re: [PHP-DEV] PEAR support in 5.3

2009-03-31 Thread Ionut G. Stan
Thanks for the info Lukas Cheers On 3/31/2009 17:53, Lukas Kahwe Smith wrote: On 28.03.2009, at 16:45, Ionut G. Stan wrote: Hi, I'm playing with 5.3.0 RC1 and wanted to install PEAR. In the previous versions (for Windows at least) there was a go-pear executable which is missing now. So wha

[PHP-DEV] Bug 43313

2009-03-31 Thread Herman Radtke
Hi all, When someone gets a chance could they please review my comment on http://bugs.php.net/bug.php?id=43313 ? I have a patch and test cases, but have a question before I submit them. Thanks, Herman Radtke -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http:/

[PHP-DEV] Compile-time hash value calculation (was: Patch for the php bug 47815)

2009-03-31 Thread Dmitry Stogov
Hi Basant, I've updated you patch for 5.3 (attached, don't forget to regenerate zend_vm_execute.h). 5.2 is closed for such changes anyway and I don't think the patch should be applied into 5.3 too, because it is in RC stage. I got ~10% speed-up on very synthetic benchmarks (b.php attached). T

Re: [PHP-DEV] User namespaces and PHP classes

2009-03-31 Thread Pablo Fischer
Hi, On Tue, Mar 31, 2009 at 7:55 PM, Stanislav Malyshev wrote: > Hi! > >> Is there a way to import all the SPL classes at once? ;) (use SPL\*, >> use PDO\*).. just wondering. > > No, there's no way to do this. Oh, well :-) I'll use the suggestions of all of you :-) By the way, since I'm playing

Re: [PHP-DEV] User namespaces and PHP classes

2009-03-31 Thread Stanislav Malyshev
Hi! Is there a way to import all the SPL classes at once? ;) (use SPL\*, use PDO\*).. just wondering. No, there's no way to do this. -- Stanislav Malyshev, Zend Software Architect s...@zend.com http://www.zend.com/ (408)253-8829 MSN: s...@zend.com -- PHP Internals - PHP Runtime Developmen

Re: [PHP-DEV] GSoC - XDebug profiling web front-end

2009-03-31 Thread Pierre Joye
On Tue, Mar 31, 2009 at 6:08 PM, David Coallier wrote: > 2009/3/31 Alpár Török : >> Hi, >> >> I am interested in this project and would like to join GSoC. I have >> red trough the google FAQ and completed a sing-up form, however i am >> not sure where to go or what to do from here. Any guidance is

Re: [PHP-DEV] Re: [PATCH] Netlink sockets support for Linux

2009-03-31 Thread Hannes Magnusson
On Wed, Mar 25, 2009 at 20:59, Lukas Kahwe Smith wrote: > Hi, > > Whats the status here? > I would say it does not sound like something we need to add now, but maybe > for 5.3.1? > So in that light I would say please file a feature request with the patch > attached or linked .. I think we need to

Re: [PHP-DEV] GSoC - XDebug profiling web front-end

2009-03-31 Thread David Coallier
2009/3/31 Alpár Török : > Hi, > > I am interested in this project and would like to join GSoC. I have > red trough the google FAQ and completed a sing-up form, however i am > not sure where to go or what to do from here. Any guidance is > appreciated. > I'm sorry to tell you that but xdebug web pr

Re: [PHP-DEV] User namespaces and PHP classes

2009-03-31 Thread Pablo Fischer
Hi, So definetly I need to prepend the \ or declare the "usage" of the class at the beginning in order to use classes declared in the global scope? This means SPL classes and 3rd-party classes. Is there a way to import all the SPL classes at once? ;) (use SPL\*, use PDO\*).. just wondering. Than

[PHP-DEV] GSoC - XDebug profiling web front-end

2009-03-31 Thread Alpár Török
Hi, I am interested in this project and would like to join GSoC. I have red trough the google FAQ and completed a sing-up form, however i am not sure where to go or what to do from here. Any guidance is appreciated. thanks! -- Alpar Torok -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] User namespaces and PHP classes

2009-03-31 Thread Stan Vassilev | FM
Hi, Try this: use PDO; Regards, Stan Vassilev - Hello, I've been writing in the last days a web application on PHP 5.3 (beta1 although RC was released) cause of all the goodies it brings, specially the names

[PHP-DEV] User namespaces and PHP classes

2009-03-31 Thread Pablo Fischer
Hello, I've been writing in the last days a web application on PHP 5.3 (beta1 although RC was released) cause of all the goodies it brings, specially the namespaces, however I've been a bit stuck and *surprised* that the only way to use a PHP class (like Iterators, PDO, etc) is to call them from t

Re: [PHP-DEV] PEAR support in 5.3

2009-03-31 Thread Lukas Kahwe Smith
On 28.03.2009, at 16:45, Ionut G. Stan wrote: Hi, I'm playing with 5.3.0 RC1 and wanted to install PEAR. In the previous versions (for Windows at least) there was a go-pear executable which is missing now. So what are the plans for supporting PEAR in this new PHP version? Just FYI ...