php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14272 com_load doesn't work
Submitted: 2001-11-28 15:54 UTC Modified: 2001-12-06 12:22 UTC
From: alain at samoun dot com Assigned:
Status: Closed Package: COM related
PHP Version: 4.1.0 OS: win98
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 !
Your email address:
MUST BE VALID
Solve the problem:
39 + 25 = ?
Subscribe to this entry?

 
 [2001-11-28 15:54 UTC] alain at samoun dot com
#$objSession = com_load("MAPI.Session"); #Doesn't work
$objSession =new COM("MAPI.Session"); #works

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-06 12:22 UTC] phanto@php.net
com_load and new COM() are still not compatiple (although i thought so). so if you use com_load you also have to use com_get and com_invoke. com_load doesn't return an oo handle
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 04:01:38 2024 UTC