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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
47 + 28 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC