php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #63245 Upgrade from 5.3.6 to 5.3.17 resulted in PHP Fatal error..
Submitted: 2012-10-09 07:42 UTC Modified: 2012-10-09 08:02 UTC
From: cetojevic at hotmail dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5.3.17 OS: Windows Server Standard Sp1
Private report: No CVE-ID: None
 [2012-10-09 07:42 UTC] cetojevic at hotmail dot com
Description:
------------
Simple upgrade from 5.3.6 to 5.3.17 resulted in PHP Fatal error:  Class 'VARIANT' not found. PHP code that worked flawlessly under version 5.3.6, without any change, under version 5.3.17 failed on following line:

$this->_affectedRows = new VARIANT;





Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-10-09 08:02 UTC] pajoye@php.net
-Status: Open +Status: Not a bug
 [2012-10-09 08:02 UTC] pajoye@php.net
Enable the com_dotnet extension in your php.ini.

The extension has been built as shared lately for security reasons.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 03:01:29 2024 UTC