We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98efcd commit 851d401Copy full SHA for 851d401
ext/com/COM.c
@@ -521,7 +521,7 @@ PHP_FUNCTION(com_load)
521
obj = (comval *) emalloc(sizeof(comval));
522
523
/* obtain CLSID */
524
- if(FAILED(CLSIDFromProgID(ProgID, &clsid)))
+ if(FAILED(CLSIDFromString(ProgID, &clsid)))
525
{
526
/* Perhaps this is a Moniker? */
527
IBindCtx *pBindCtx;
ext/rpc/com/com_wrapper.c
0 commit comments