[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/reflection/php_reflection.c branches/PHP_5_3/ext/reflection/tests/ReflectionParameter_isDefault.phpt trunk/ext/reflection/php_re

2010-10-26 Thread Gustavo André dos Santos Lopes
cataphract Tue, 26 Oct 2010 18:47:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=304935 Log: - Fixed ReflectionProperty::isDefault() giving a wrong result for properties obtained with ReflectionClass::getProperties(). Changed paths: U ph

Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/reflection/php_reflection.c ext/reflection/tests/ReflectionParameter_canBePassedByValue.phpt

2010-10-26 Thread Gustavo Lopes
On Tue, 26 Oct 2010 17:41:30 +0100, Pierre Joye wrote: hi Gustavo, I'm not sure it makes sense to add a method to do the opposite of ::isPassedByReference. I'm also not sure about ZEND_SEND_PREFER_REF being considered as by value in your implementation. What is the logic/reasoning behind th

Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/reflection/php_reflection.c ext/reflection/tests/ReflectionParameter_canBePassedByValue.phpt

2010-10-26 Thread Pierre Joye
hi Gustavo, I'm not sure it makes sense to add a method to do the opposite of ::isPassedByReference. I'm also not sure about ZEND_SEND_PREFER_REF being considered as by value in your implementation. What is the logic/reasoning behind this addition? Cheers, 2010/10/26 Gustavo André dos Santos Lo

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/reflection/php_reflection.c ext/reflection/tests/ReflectionParameter_canBePassedByValue.phpt

2010-10-26 Thread Gustavo André dos Santos Lopes
cataphract Tue, 26 Oct 2010 15:01:36 + Revision: http://svn.php.net/viewvc?view=revision&revision=304920 Log: - Added ReflectionParameter::canBePassedByValue(). Changed paths: U php/php-src/trunk/UPGRADING U php/php-src/trunk/ext/reflection/php_refle