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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
24 - 3 = ?
Subscribe to this entry?

 
 [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: Tue Apr 23 21:01:31 2024 UTC