From: [EMAIL PROTECTED]
Operating system: windows 2000
PHP version: 4.2.0
PHP Bug Type: COM related
Bug description: com and messages queue
i tried to create a com-object in order to use microsoft messages-queues
(MSMQ):
<?
$msmq = new COM("MSMQ.MSMQMessage") or die ("error:
MSMQ.MSMQMessage");
$msmq->PathName (".\\PRIVATE$\\SYNCHMQ");
?>
unfortunatly this example cause a error-message: "Warning: Unable to
lookup pathname"
other tests with com() are working (e.g. starting word).
frank
--
Edit bug report at http://bugs.php.net/?id=17136&edit=1
--
Fixed in CVS: http://bugs.php.net/fix.php?id=17136&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=17136&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=17136&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=17136&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=17136&r=support
Expected behavior: http://bugs.php.net/fix.php?id=17136&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=17136&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=17136&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=17136&r=globals