php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #62619 com_create_guid not available anymore
Submitted: 2012-07-20 11:41 UTC Modified: 2012-07-20 13:02 UTC
From: mb at smartftp dot com Assigned:
Status: Not a bug Package: COM related
PHP Version: 5.4.5 OS: Windows 7
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mb at smartftp dot com
New email:
PHP Version: OS:

 

 [2012-07-20 11:41 UTC] 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()

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-07-20 12:30 UTC] ab@php.net
-Status: Open +Status: Not a bug
 [2012-07-20 12:30 UTC] ab@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 13:02 UTC] mb at smartftp dot com
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.
 [2012-07-20 17:21 UTC] ab@php.net
But in official UPGRADING :)
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 11:01:30 2025 UTC