php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68103 Duplicate entry in Reflection for class alias
Submitted: 2014-09-26 06:35 UTC Modified: 2014-09-26 07:34 UTC
From: pear at laurent-laville dot org Assigned: remi (profile)
Status: Closed Package: Reflection related
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2014-09-26 06:35 UTC] pear at laurent-laville dot org
Description:
------------
Hello,

As asked by remi@php.net, I've opened a new bug report related to Reflection API.

Have a look on original issue at https://bugs.php.net/bug.php?id=68094, for details and patch provided by remi.

Laurent Laville


Patches

alias-reflection.patch (last revision 2014-09-26 06:50 UTC by remi@php.net)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-09-26 06:50 UTC] remi@php.net
The following patch has been added/updated:

Patch Name: alias-reflection.patch
Revision:   1411714203
URL:        https://bugs.php.net/patch-display.php?bug=68103&patch=alias-reflection.patch&revision=1411714203
 [2014-09-26 06:50 UTC] remi@php.net
-Assigned To: +Assigned To: remi
 [2014-09-26 07:01 UTC] remi@php.net
$ php -r '$r=new ReflectionExtension("pthreads"); print_r($r->getClassNames());'
Array
(
    [0] => Threaded
    [1] => stackable
    [2] => Thread
    [3] => Worker
    [4] => Mutex
    [5] => Cond
    [6] => Collectable
    [7] => Pool
)
 [2014-09-26 07:09 UTC] remi@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=efa7f87de4d16bd8a8e1292b5c7431912d41f7a6
Log: Fixed bug #68103 Dupplicate entry in Reflection
 [2014-09-26 07:09 UTC] remi@php.net
-Status: Assigned +Status: Closed
 [2014-09-26 07:28 UTC] remi@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=ed59fa3a0d6ef2ad1a1c99b4b23e9fb82ef02453
Log: Fixed bug #68103 Dupplicate entry in Reflection (merged)
 [2014-09-26 07:28 UTC] remi@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=efa7f87de4d16bd8a8e1292b5c7431912d41f7a6
Log: Fixed bug #68103 Dupplicate entry in Reflection
 [2014-09-26 07:30 UTC] remi@php.net
Fix should be available in 5.5.18 / 5.6.2
 [2014-09-26 07:35 UTC] remi@php.net
-Summary: Dupplicate entry in Reflection +Summary: Duplicate entry in Reflection for class alias
 [2014-09-26 08:00 UTC] ab@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=ed59fa3a0d6ef2ad1a1c99b4b23e9fb82ef02453
Log: Fixed bug #68103 Dupplicate entry in Reflection (merged)
 [2014-09-26 08:00 UTC] ab@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=efa7f87de4d16bd8a8e1292b5c7431912d41f7a6
Log: Fixed bug #68103 Dupplicate entry in Reflection
 [2016-07-20 11:40 UTC] davey@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=ed59fa3a0d6ef2ad1a1c99b4b23e9fb82ef02453
Log: Fixed bug #68103 Dupplicate entry in Reflection (merged)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 06:01:30 2024 UTC