| Newsgroups |
php.bugs |
| Message-ID |
<[email protected]> |
Edit report at https://bugs.php.net/bug.php?id=74323&edit=1
ID: 74323
Updated by: [email protected]
Reported by: admin at angosso dot net
Summary: angosso!!!
-Status: Open
+Status: Spam
Type: Bug
Package: Output Control
Operating System: Linux
PHP Version: 7.0.17
Block user comment: N
Private report: N
Previous Comments:
------------------------------------------------------------------------
[2017-03-28 00:48:15] admin at angosso dot net
Description:
------------
Produces the same effect as the new operator to create an instance of the COM class. You must use the new operator instead of this function.
Test script:
---------------
?php
// fait cela :
$obj = new COM($module);
// au lieu de cela :
$obj = com_load($module);
?>
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=74323&edit=1