[PHP-DEV] Multithreading: I'm not complaining--I did something! (and it works on Windows)

2010-08-22 Thread Alec
Hi guys, long time reader, 2nd time poster. I realize there is much...bitterness about multithreading in PHP. I feel it is important, but I know others don't. I just wanted to write and say that I have made Moriyoshi Koizumi's php_threading ( http://github.com/moriyoshi/php-src/blob/PHP_5_3-thr

Re: [PHP-DEV] Bug in reflectionMethod::getPrototype() ?

2010-08-22 Thread Pierre Joye
hi, On Mon, Aug 23, 2010 at 12:04 AM, Michel Bartz wrote: > Hi, > > You could see it this way : getPrototype() will get you the information on > where your function has been "declared" in the first place. If we extend your > example: The question is more about the naming. As the implementatio

RE: [PHP-DEV] Bug in reflectionMethod::getPrototype() ?

2010-08-22 Thread Michel Bartz
Hi, You could see it this way : getPrototype() will get you the information on where your function has been "declared" in the first place. If we extend your example: getPrototype(); echo $prototype->class . '::' . $prototype->name; /* * Will throw an exception */ $reflectionMethod = new Refle