Re: [PHP-DEV] RFC: C-sharp style property get/set syntax for PHP

2010-12-03 Thread Arvids Godjuks
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

Re: [PHP-DEV] RFC: C-sharp style property get/set syntax for PHP

2010-12-03 Thread 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 any way by this e-mail, but really... I think it has to stop. Don't push features witch are inconsistent w

Re: [PHP-DEV] RFC: C-sharp style property get/set syntax for PHP

2010-12-03 Thread Richard Quadling
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

Re: [PHP-DEV] RFC: C-sharp style property get/set syntax for PHP

2010-12-03 Thread Arvids Godjuks
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

Re: [PHP-DEV] RFC: C-sharp style property get/set syntax for PHP

2010-12-03 Thread president
> 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. >> >>

[PHP-DEV] ts_free_thread() frees only temporary in multiple parallel threads

2010-12-03 Thread Gary Zipfel
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