Edit report at https://bugs.php.net/bug.php?id=62619&edit=1
ID: 62619 Updated by: a...@php.net Reported by: mb at smartftp dot com Summary: com_create_guid not available anymore -Status: Open +Status: Not a bug Type: Bug Package: COM related Operating System: Windows 7 PHP Version: 5.4.5 Block user comment: N Private report: N New Comment: The com_dotnet extension isn't compiled in statically anymore. It's still available as a shared extension and must be activated in php.ini. See UPGRADING windows section. Previous Comments: ------------------------------------------------------------------------ [2012-07-20 11:41:37] mb at smartftp dot com Description: ------------ The com_create_guid function does not seem to be available anymore in PHP 5.4.5. Test script: --------------- com_create_guid(); Expected result: ---------------- no error Actual result: -------------- PHP Fatal error: Call to undefined function com_create_guid() ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=62619&edit=1