Browse Source

MFH: Fixed bug #39265 (Fixed path handling inside mod_files.sh).

experimental/5.2-WITH_DRCP
Ilia Alshanetsky 20 years ago
parent
commit
3f71251ffa
  1. 2
      NEWS
  2. 2
      ext/session/mod_files.sh

2
NEWS

@ -1,6 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2007, PHP 5.2.1
- Fixed bug #39265 (Fixed path handling inside mod_files.sh).
(michal dot taborsky at gmail dot com, Ilia)
- Fixed bug #38680 (Added missing handling of basic types in json_decode).
(Ilia)

2
ext/session/mod_files.sh

@ -20,5 +20,5 @@ fi
for i in $hash_chars; do
newpath="$1/$i"
mkdir $newpath || exit 1
sh $0 $newpath `expr $2 - 1 $3`
sh $0 $newpath `expr $2 - 1` $3
done
Loading…
Cancel
Save