php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57771 Calls to COM objects are not tracked
Submitted: 2007-08-05 12:21 UTC Modified: 2015-02-26 07:37 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: tetikr at spytech dot cz Assigned:
Status: Suspended Package: apd (PECL)
PHP Version: 5.2.1 OS: WinXP
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2007-08-05 12:21 UTC] tetikr at spytech dot cz
Description:
------------
PHP 5.2.3, APC 3.0.15-dev, APD 1.0.1

Calls to COM methods and properties are not tracked by the profiler.
Further it seems that their execution time is accounted to the next function being called, which is really bad.


Reproduce code:
---------------
function MyFunc($x) { return ceil($x); }
$o = new COM(....);
MyFunc($o->SomeMethodReturningFloat());

SomeMethodReturningFloat() is not tracked and its time is added to ceil()


Expected result:
----------------
COM->SomeMethodReturningFloat() should be in the function list with proper timing

Actual result:
--------------
SomeMethodReturningFloat() is not tracked and its time is added to ceil()

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-08-28 21:25 UTC] info at eurid dot org
http://www.medicationcosts.net/ buy accutane online 8P http://www.allmedications.net/ prednisone 4851
 [2011-09-03 21:25 UTC] info at ichigin dot co dot jp
http://www.medmuster.com/ ordering priligy %PP http://www.topmdhelp.com/ topamax+wellbutrin :PPP
 [2015-02-26 07:37 UTC] krakjoe@php.net
-Status: Open +Status: Suspended
 [2015-02-26 07:37 UTC] krakjoe@php.net
APD hasn't had a release in 10 years, this means it's source code is way out of sync with modern PHP.

I'm going to mark this bug as suspended, the report can still be found if a maintainer for APD comes forward.

Sorry about the wait.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 10:01:28 2024 UTC