|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-05-07 13:41 UTC] ab@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: ab
[2012-05-07 13:41 UTC] ab@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 23 00:00:01 2025 UTC |
Description: ------------ Test diff: 001+ Fatal error: Uncaught exception 'BadMethodCallException' with message 'Entry file1.txt does not exist and cannot be created: phar error: unable to create temporary file' in C:\snaps\php-test-pack-5.3-nts-windows-vc9-x86-rf3d86b3\ext\phar\tests\zip\phar_commitwrite.php:3 002+ Stack trace: 003+ #0 C:\snaps\php-test-pack-5.3-nts-windows-vc9-x86-rf3d86b3\ext\phar\tests\zip\phar_commitwrite.php(3): Phar->offsetSet('file1.txt', 'hi') 004+ #1 {main} 005+ thrown in C:\snaps\php-test-pack-5.3-nts-windows-vc9-x86-rf3d86b3\ext\phar\tests\zip\phar_commitwrite.php on line 3 001- string(60) "<?php // zip-based phar archive stub file 002- __HALT_COMPILER();" 003- string(200) "<?php 004- function __autoload($class) 005- { 006- include 'phar://' . str_replace('_', '/', $class); 007- } 008- Phar::mapPhar('brandnewphar.phar'); 009- include 'phar://brandnewphar.phar/startup.php'; 010- __HALT_COMPILER(); ?> 011- " 012- bool(true) 013- ===DONE=== Expected result: ---------------- test pass Actual result: -------------- test fail