Ok, sorry for the buzz, have to re-read it then to catch up.
2010/12/3 la...@garfieldtech.com :
> On 12/3/10 7:12 AM, Arvids Godjuks wrote:
>
>> I'm sorry if in last 10-15 emails there was any change to better
>> understanding the PHP, I just didn't follow any more. I'm sorry if I
>> offend you in
On 12/3/10 7:12 AM, Arvids Godjuks wrote:
I'm sorry if in last 10-15 emails there was any change to better
understanding the PHP, I just didn't follow any more. I'm sorry if I
offend you in any way by this e-mail, but really... I think it has to
stop. Don't push features witch are inconsistent w
On 3 December 2010 12:53, wrote:
>> On 2 December 2010 13:51, wrote:
2010/12/1 Richard Quadling
> On 1 December 2010 09:22, Stas Malyshev
> wrote:
>>> ...
>>>
Why change the expected behavior of isset? If a property has not been
set
then isset must return fals
Hi Dennis!
Could you please stop trying to push the feature like it is in C#? PHP
is a different language, with absolutely different purpose and with
it's specifics - both as historically and based on it's purpose as a
WEB development language.
I admire your passion, but really, the amount of e-ma
> On 2 December 2010 13:51, wrote:
>>> 2010/12/1 Richard Quadling
>>>
On 1 December 2010 09:22, Stas Malyshev
wrote:
>> ...
>>
>>> Why change the expected behavior of isset? If a property has not been
>>> set
>>> then isset must return false, and that includes $foo->name = NULL.
>>
>>
I created my own php sapi 1 year ago and it was only single threaded.
Now I tried to make it multi-threaded by using TSRM.
I got 1 thread starting up and shutting down the TSRM and my module and
many other threads executing requests. You can take a look at this
abstract example here:
DWORD WINAPI