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
 [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 Mar 28 22:01:26 2024 UTC