php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13658 accents problem with system, fpassthru and so more
Submitted: 2001-10-12 20:13 UTC Modified: 2001-10-13 08:16 UTC
From: yogi2 at caramail dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.0.6 OS: WinXP build 2600
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:
35 - 30 = ?
Subscribe to this entry?

 
 [2001-10-12 20:13 UTC] yogi2 at caramail dot com
I actually use the latest php-gtk (0.1.1a), but the problem seems to be the same with the latest PHP (4.0.6), both for win32. 

When we system() or fpassthru() (or same exec..) something which containts accents, it squizzes the accents and then 
make invalid the command.

for example : 

system ("cmd nul /c move "C:testbelenos-errances_oniriquessupport_du_n?ant.jpg"  "C:testbelenos-errances_oniriquesSupport du N?ant.jpeg"") ;

will be execute as :

move "C:testbelenos-errances_oniriquessupport_du_n,ant.jpg"  "C:testbelenos-errances_oniriquesSupport du N,ant.jpeg" ;

and so the file can't be found..

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-13 08:16 UTC] sander@php.net
Submitted twice.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 08:01:35 2024 UTC