[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c /ext/reflection/tests bug48757.phpt

2009-07-01 Thread Kalle Sommer Nielsen
kalle Wed Jul 1 17:38:04 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/reflection/tests bug48757.phpt Modified files: /php-src/ext/reflection php_reflection.c Log: MFH: Fixed bug #48757 (ReflectionFunction::invoke()

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c

2009-07-01 Thread Kalle Sommer Nielsen
kalle Wed Jul 1 17:43:16 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c Log: MFH: Fixed memory leak if zero parameters are passed, Thanks Felipe

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c /ext/reflection/tests bug48336.phpt

2009-05-21 Thread Arnaud Le Blanc
lbarnaudThu May 21 16:01:37 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/reflection/tests bug48336.phpt Modified files: /php-src/ext/reflection php_reflection.c Log: MFH: Fixed bug #48336

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c

2009-04-02 Thread Ilia Alshanetsky
iliaa Thu Apr 2 21:30:10 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c Log: Block unused function

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c

2009-02-01 Thread Christian Seiler
cseiler Sun Feb 1 15:06:20 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c Log: Fixed regression of bug #46205, thanks to felipe for pointing this out.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c /ext/reflection/tests 027.phpt ReflectionFunction_getClosure_basic.phpt ReflectionFunction_getClosure_error.phpt ReflectionMethod_getC

2009-01-26 Thread Christian Seiler
cseiler Mon Jan 26 22:54:41 2009 UTC Removed files: (Branch: PHP_5_3) /ZendEngine2/tests closure_005.phpt closure_007.phpt /php-src/ext/reflection/tests 027.phpt ReflectionFunction_getClosure_basic.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c

2009-01-03 Thread Marcus Boerger
helly Sat Jan 3 12:39:28 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c Log: - MFH Add minimalistic closure support

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c

2009-01-03 Thread Marcus Boerger
helly Sat Jan 3 14:20:22 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c Log: - MFH Improved closure support

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c

2009-01-03 Thread Marcus Boerger
helly Sat Jan 3 19:08:47 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c Log: MFH - Add ReflectionFunctionAbstract::getClosureThis() [DOC] # Returns the this pointer bound to the closure is the relection object #

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c

2009-01-03 Thread Marcus Boerger
helly Sat Jan 3 20:04:23 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c Log: - MFH Show closure's bound as static parameter

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c /ext/reflection/tests 027.phpt ReflectionMethod_getClosure_error.phpt

2009-01-03 Thread Marcus Boerger
helly Sat Jan 3 20:41:01 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/reflection/tests 027.phpt Modified files: /php-src/ext/reflection php_reflection.c /php-src/ext/reflection/tests

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c

2008-12-31 Thread Marcus Boerger
helly Wed Dec 31 14:36:27 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c Log: - Use Revision instead of Id tag for version

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c /ext/reflection/tests reflectionProperty_setAccessible.phpt

2008-11-29 Thread Sebastian Bergmann
sebastian Sat Nov 29 15:58:54 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c /php-src/ext/reflection/tests reflectionProperty_setAccessible.phpt Log: MFH: Fix #46718: ReflectionProperty::setValue() and

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c

2008-11-14 Thread Hannes Magnusson
bjori Fri Nov 14 19:22:43 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c Log: MFH: Interfaces extend other interfaces, not implement

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c /ext/reflection/tests bug46064.phpt bug46064_2.phpt

2008-10-29 Thread Felipe Pena
felipe Wed Oct 29 12:56:29 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/reflection/tests bug46064.phpt bug46064_2.phpt Modified files: /php-src/ext/reflection php_reflection.c Log: - MFH: Fixed bug #46064 (Exception when

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c ZendEngine2 zend_compile.c

2008-08-22 Thread Felipe Pena
felipe Fri Aug 22 15:54:22 2008 UTC Modified files: (Branch: PHP_5_3) /ZendEngine2zend_compile.c /php-src/ext/reflection php_reflection.c Log: - MFH: Removed unused arguments

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c /ext/reflection/tests closures_001.phpt closures_002.phpt reflectionParameter_export_error2.phpt

2008-08-11 Thread Marcus Boerger
helly Mon Aug 11 12:43:22 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/reflection/tests closures_001.phpt closures_002.phpt Modified files: /php-src/ext/reflection php_reflection.c /php-src/ext/reflection/tests

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c

2008-08-11 Thread Felipe Pena
felipe Mon Aug 11 12:48:23 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c Log: - Fix build (ZTS)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c

2008-08-11 Thread Marcus Boerger
helly Mon Aug 11 19:35:01 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c Log: - Cleanup http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.164.2.33.2.45.2.31r2=1.164.2.33.2.45.2.32diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c /ext/reflection/tests closures_003.phpt closures_004.phpt reflectionParameter_invalidMethodInConstructor.phpt

2008-08-11 Thread Christian Seiler
cseiler Mon Aug 11 22:31:23 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/reflection/tests closures_003.phpt closures_004.phpt reflectionParameter_invalidMethodInConstructor.phpt Modified files:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c /ext/reflection/tests bug45765.phpt

2008-08-10 Thread Felipe Pena
felipe Mon Aug 11 00:47:45 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/reflection/tests bug45765.phpt Modified files: /php-src/ext/reflection php_reflection.c Log: - MFH: Fixed bug #45765 (ReflectionObject with default

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c

2008-08-08 Thread Felix De Vliegher
felixdv Fri Aug 8 10:52:49 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c Log: Documentation fix for getClosure()

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c /ext/spl php_spl.c /ext/spl/tests spl_autoload_007.phpt /ext/standard/tests/array array_map_object1.phpt array_map_object3.phpt /ex

2008-07-26 Thread Dmitry Stogov
dmitry Sat Jul 26 13:14:07 2008 UTC Modified files: (Branch: PHP_5_3) /ZendEngine2zend_API.c zend_API.h zend_closures.c zend_compile.h zend_execute_API.c zend_object_handlers.c zend_vm_def.h zend_vm_execute.h

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c /ext/spl php_spl.c /ext/spl/tests spl_autoload_007.phpt /ext/standard/tests/array array_map_object1.phpt array_map_object3.phpt

2008-07-26 Thread Marcus Boerger
Hello Dmitry, Saturday, July 26, 2008, 3:14:07 PM, you wrote: dmitry Sat Jul 26 13:14:07 2008 UTC Modified files: (Branch: PHP_5_3) /ZendEngine2zend_API.c zend_API.h zend_closures.c zend_compile.h zend_execute_API.c

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c

2008-07-25 Thread Dmitry Stogov
dmitry Fri Jul 25 08:50:55 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c Log: Fixed uninitialized data

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c /ext/reflection/tests bug45571.phpt

2008-07-20 Thread Felipe Pena
felipe Sun Jul 20 16:51:28 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/reflection/tests bug45571.phpt Modified files: /php-src/ext/reflection php_reflection.c Log: - Fixed bug #45571 (ReflectionClass::export() shows

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c

2008-06-27 Thread Dmitry Stogov
dmitry Fri Jun 27 06:43:21 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c Log: ws http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.164.2.33.2.45.2.17r2=1.164.2.33.2.45.2.18diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c /ext/reflection/tests ReflectionFunction_getNamespaceName.phpt reflectionClass_getNamespaceName.phpt

2008-06-25 Thread Dmitry Stogov
dmitry Wed Jun 25 12:33:46 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/reflection/tests ReflectionFunction_getNamespaceName.phpt reflectionClass_getNamespaceName.phpt

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c /ext/reflection/tests ReflectionFunction_getNamespaceName.phpt reflectionClass_getNamespaceName.phpt

2008-06-25 Thread Lars Strojny
Thank you very much! Am Mittwoch, den 25.06.2008, 12:33 + schrieb Dmitry Stogov: dmitryWed Jun 25 12:33:46 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/reflection/tests

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c /ext/reflection/tests ReflectionMethod_invoke_basic.phpt /main main.c

2008-06-20 Thread Felipe Pena
felipe Sat Jun 21 02:41:27 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c /php-src/ext/reflection/tests ReflectionMethod_invoke_basic.phpt /php-src/main main.c Log: - New parameter parsing API

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c /ext/reflection/tests bug45139.phpt

2008-05-31 Thread Felipe Pena
felipe Sun Jun 1 03:11:38 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/reflection/tests bug45139.phpt Modified files: /php-src/ext/reflection php_reflection.c Log: - MFB: Fixed bug #45139 (ReflectionProperty returns

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c

2008-02-18 Thread Dmitry Stogov
dmitry Mon Feb 18 14:30:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c Log: Made code opcode-cache friendly. (It is disallowed to change code during execution)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c

2008-01-30 Thread Felipe Pena
felipe Wed Jan 30 13:42:01 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c Log: Fix the fix (isInstance - order of parameters)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c

2008-01-30 Thread Felipe Pena
felipe Wed Jan 30 14:45:20 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c Log: Revert http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.164.2.33.2.45.2.10r2=1.164.2.33.2.45.2.11diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c /ext/reflection/tests bug42976.phpt

2007-10-28 Thread Ilia Alshanetsky
iliaa Sun Oct 28 13:42:24 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/reflection/tests bug42976.phpt Modified files: /php-src/ext/reflection php_reflection.c Log: Fixed bug #42976 (Crash when constructor for

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c

2007-09-27 Thread Antony Dovgal
tony2001Thu Sep 27 09:15:10 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c Log: MFH: fix coverity issue #411