|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull Requests
Pull requests: HistoryAllCommentsChangesGit/SVN commits              [2015-07-22 09:26 UTC] d dot dussouillez at 2n-tech dot com
  [2020-12-14 14:57 UTC] cmb@php.net
  [2021-01-22 11:13 UTC] cmb@php.net
 
-Summary:     PHAR can't make a zip when one file contain
              the é letter
+Summary:     Phar does not mark UTF-8 filenames in ZIP
              archives
-Status:      Open
+Status:      Verified
-Assigned To:
+Assigned To: cmb
  [2021-01-22 11:19 UTC] cmb@php.net
  [2021-01-26 18:16 UTC] cmb@php.net
  [2021-01-26 18:16 UTC] cmb@php.net
 
-Status: Verified
+Status: Closed
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 00:00:01 2025 UTC | 
Description: ------------ Fatal error: Uncaught exception 'BadMethodCallException' with message 'Entry Cliquez ici pour démarrer COMPILIBRE.bat cannot be created: phar error: invalid path "Cliquez ici pour démarrer COMPILIBRE.bat" contains illegal character' in /home/david/Documents/logiciels/COMPILIBRE/SourceForge Code/COMPILIBRE-source/COMPILIBRE/compilation.php:271 Stack trace: #0 /home/david/Documents/logiciels/COMPILIBRE/SourceForge Code/COMPILIBRE-source/COMPILIBRE/compilation.php(271): PharData->buildFromDirectory('compilations/1') #1 {main} thrown in /home/david/Documents/logiciels/COMPILIBRE/SourceForge Code/COMPILIBRE-source/COMPILIBRE/compilation.php on line 271 Test script: --------------- // Create the zip file $phar = new PharData("compilations/".az09_($compilation_name).".".$compilation_key.".zip"); $phar->buildFromDirectory("compilations/".$compilation_key); Name of the file that causes the error : "Cliquez ici pour démarrer COMPILIBRE.bat"