|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2019-06-25 18:42 UTC] v-altruo at microsoft dot com
  [2019-06-26 15:13 UTC] cmb@php.net
 
-Status:      Open
+Status:      Closed
-Assigned To:
+Assigned To: cmb
  [2019-06-26 15:13 UTC] cmb@php.net
  [2019-06-26 16:24 UTC] cmb@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 19:00:02 2025 UTC | 
Description: ------------ Could only test for x64 builds, where it failed for both NTS and TS regardless of opcache on/off. Failed Test File: ext\com_dotnet\tests\bug73679.phpt Test script: --------------- $stack = new DOTNET("mscorlib", "System.Collections.Stack", -2200000000); $stack->Push(".Net"); $stack->Push("Hello "); echo $stack->Pop() . $stack->Pop(); Expected result: ---------------- Fatal error: Uncaught com_exception: Could not create .Net object - invalid codepage! in %sbug73679.php:%d Stack trace: #0 %sbug73679.php(%d): dotnet->dotnet('mscorlib', 'System.Collecti...', -2200000000) #1 {main} thrown in %sbug73679.php on line %d Actual result: -------------- Fatal error: Uncaught Error: Class 'DOTNET' not found in C:\...\php-test-pack-7.4.0alpha1\ext\com_dotnet\tests\bug73679.php:3 Stack trace: #0 {main} thrown in C:\...\php-test-pack-7.4.0alpha1\ext\com_dotnet\tests\bug73679.php on line 3