Browse Source

Fixed Bug #68941 mod_files.sh is a bash-script

pull/1063/head
Yasuo Ohgaki 12 years ago
parent
commit
abf9e2ea09
  1. 3
      NEWS
  2. 2
      ext/session/mod_files.sh

3
NEWS

@ -39,6 +39,9 @@ PHP NEWS
. Fixed bug #68657 (Reading 4 byte floats with Mysqli and libmysqlclient
has rounding errors) (Keyur Govande)
- Session:
. Fixed bug #68941 (mod_files.sh is a bash-script) (bugzilla at ii.nl, Yasuo)
- Streams:
. Fixed bug which caused call after final close on streams filter. (Bob)

2
ext/session/mod_files.sh

@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/bash
if [[ "$2" = "" ]] || [[ "$3" = "" ]]; then
echo "Usage: $0 BASE_DIRECTORY DEPTH HASH_BITS"

Loading…
Cancel
Save