Hi.
Personally, I beleive that (A) approach is the best: "bind $this to
the object scope at creation" and never change it, issue error when
$this is used where not available. It also seems to me like this way
it could be implemented with better performance, am I right?
Dynamically changing $this
Kalle Sommer Nielsen wrote:
> But what is every ones input on the matter of attempting to boost
> PHP6's development? I'm willing to give my part in whatever I can to
> help getting up on the feet to get this ball rolling.
Hi,
As someone who has successfully ported a rather complex extension (ph
Hi Everyone,
My name is Israel Ekpo
I am trying to compile the Solr extension on Windows XP using Visual Studio
2008 but I am getting compile errors.
Guillaume Rossolini also tried but he is getting other errors too.
It looks like the Visual Studio compiler is unable to locate a library or
head
Hello,
In monitoring type extensions such as Xdebug, APM etc it is common to
override zend_error_cb with a custom callback to intercept errors.
This however has a drawback: if user calls set_error_handler the
zend_error_cb does not get called at all for errors that can be
handled in userspace. The
Chris Stockton a écrit :
Hello,
On Tue, Nov 17, 2009 at 2:59 AM, Mathieu Suen
wrote:
Christian Seiler a écrit :
Hi,
since a few months have passed since the last discussion on this topic
and perhaps people had time to gather some experience with the current
closure implementation in PHP 5.3
Hello,
On Mon, Nov 16, 2009 at 6:13 PM, Kalle Sommer Nielsen wrote:
> But what is every ones input on the matter of attempting to boost
> PHP6's development? I'm willing to give my part in whatever I can to
> help getting up on the feet to get this ball rolling.
I think that some more focus on P
Hello,
On Tue, Nov 17, 2009 at 2:59 AM, Mathieu Suen
wrote:
> Christian Seiler a écrit :
>>
>> Hi,
>>
>> since a few months have passed since the last discussion on this topic
>> and perhaps people had time to gather some experience with the current
>> closure implementation in PHP 5.3 I'd like t
Using malloc/free in a multi-threaded process limits its scalability
because of the process-wide lock inside malloc/free. The scalability
of the PHP engine in a multi-threaded process can be improved by
reducing the use of malloc/free/strdup and instead using
emalloc/efree/estrdup wherever possibl
thanks. i've updated the patch in the bug report to use WORDS_BIGENDIAN.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Christian Seiler a écrit :
Hi,
since a few months have passed since the last discussion on this topic
and perhaps people had time to gather some experience with the current
closure implementation in PHP 5.3 I'd like to restart the debate on
$this in closures and object extension.
Foreword: The
10 matches
Mail list logo