Edit report at https://bugs.php.net/bug.php?id=62619&edit=1
ID: 62619 User updated by: mb at smartftp dot com Reported by: mb at smartftp dot com Summary: com_create_guid not available anymore 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: It is certainly not a good idea to make such a change in a maintenance release (5.4.5) as the functions were still available in 5.4.4. There was also nothing mentioned in the official changelog/NEWS. Previous Comments: ------------------------------------------------------------------------ [2012-07-20 12:30:43] a...@php.net 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. ------------------------------------------------------------------------ [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