[php-maint] Bug#482033: escapeshellcmd() in php5 etch11

debianbug debianbug at fidointelligence.pl
Tue May 20 10:33:32 UTC 2008


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






More information about the pkg-php-maint mailing list