Your message dated Fri, 8 Jan 2010 17:29:38 +0100
with message-id <[email protected]>
and subject line #482033: escapeshellcmd() in php5 etch11
has caused the Debian Bug report #482033,
regarding escapeshellcmd() in php5 etch11
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
482033: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482033
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libapache2-mod-php5
Version: 5.2.0-8+etch11

Function escapeshellcmd() strips polish characters from string. Previous
version (5.2.0-8+etch10) works fine. This also refers to php5-cli.

www:~# cat testescape.php 
#!/usr/bin/php
<?php

$test = "ółń";
echo $test,' ',escapeshellcmd($test),"\n";

?>

www:~# ./testescape.php
ółń ��


I'm using: Linux netmed 2.6.22-3-vserver-686 #1 SMP Sun Feb 10 23:11:25 UTC
2008 i686 GNU/Linux
with apache: apache2 2.2.3-4+etch4




--- End Message ---
--- Begin Message ---
Version: 5.2.6.dfsg.1-1+lenny4

Works ok in current stable.

-- 
Ondřej Surý <[email protected]>
http://blog.rfc1925.org/


--- End Message ---

Reply via email to