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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: alain at samoun dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Fri Dec 27 11:01:30 2024 UTC