Re: [PHP-DEV] Native Singleton Implementation

2007-03-07 Thread Richard Quadling
On 07/03/07, Peter Hodge <[EMAIL PROTECTED]> wrote: There's plenty of room to improve PHP's OO capabilities for PHP6, and singletons are a good start. regards, Peter Like discrete setters and getters to allow for read/write, readonly and writeonly properties. I know this has been discussed e

Re: [PHP-DEV] [GSoC07] Support for Mutation Testing in PHPUnit

2007-03-07 Thread Lukas Kahwe Smith
Nuno Lopes wrote: I think that's a good idea. I would say you should go ahead and add the idea to our SoC page (http://php.net/ideas.php). BTW, we should start gathering ideas because the summer is not far away. Indeed. Actually Students have to submit their proposals by March 24. So now is t

Re: [PHP-DEV] LDAP functions implemented poorly

2007-03-07 Thread Wez Furlong
What I meant was, make sure that ldap_get_values_len() is also present in the LDAP libraries on Solaris and Windows. I've checked the docs on those platforms, and they both have those APIs. The reason I bring it up is because those 3 implementations have 98% the same API but some differences in so

[PHP-DEV] PHP Just-In-Time Compiler

2007-03-07 Thread Jacob Santos
Has anyone tried this or know of anyone who is interested in implementing this for the Zend Engine? I tried searching the archives and didn't find anything on this topic. (Would Google help? No, only turns up some commercial PHP compiler for PHP 4.x. I believe it is possible currently using th

Re: [PHP-DEV] PHP Just-In-Time Compiler

2007-03-07 Thread Rasmus Lerdorf
This comes up once or twice a year. The machine code you compile to is going to end up looking a lot like the current executor since you don't have strong types to help you optimize anything. You'd still need to pass the unions around and do runtime type juggling and all the overhead that comes a

Re: [PHP-DEV] PHP Just-In-Time Compiler

2007-03-07 Thread Alain Williams
On Wed, Mar 07, 2007 at 04:19:45PM -0600, Jacob Santos wrote: > I believe it is possible currently using the Zend Engine and working it > either on top of APC or in place of APC. It would quite possibly help if > I ventured further into the Zend Engine and looked at APC source. > > Researching

Re: [PHP-DEV] [Fwd: Fwd: Google Summer of Code idea: Doctrine]

2007-03-07 Thread Marcus Boerger
Hello Lukas, for now simply add the project here: http://de.php.net/ideas.php Once the selection process startswe will discuss it in detail. best regards marcus Tuesday, March 6, 2007, 1:15:19 PM, you wrote: > Hello, > Konsta asked me to forward this email, as he is having issues posting to

[PHP-DEV] [PATCH] segfault with string dimensions

2007-03-07 Thread Brian Shire
Let me know if I have any issues with my patch/thinking here: Reproduce code: The zend_binary_assign_op_helper_* function isn't checking that the value returned from _get_zval_ptr_ptr_var is set, so it faults instead of letting zend_fetch_dimension_address trigger the "Cannot use strin

Re: [PHP-DEV] [Fwd: Fwd: Google Summer of Code idea: Doctrine]

2007-03-07 Thread Lukas Kahwe Smith
Marcus Boerger wrote: Hello Lukas, for now simply add the project here: http://de.php.net/ideas.php Once the selection process startswe will discuss it in detail. I do not have karma for this. I guess for "ideas" that already have a student and mentor, we do not really need them on the idea