]> granicus.if.org Git - php/commitdiff
Fixed Bug #68941 mod_files.sh is a bash-script
authorYasuo Ohgaki <yohgaki@php.net>
Thu, 29 Jan 2015 00:23:10 +0000 (09:23 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Thu, 29 Jan 2015 00:25:28 +0000 (09:25 +0900)
NEWS
ext/session/mod_files.sh

diff --git a/NEWS b/NEWS
index f08e4f431e254d8e9143ca877f8102e7d563c6ef..09eeb31281c0a2816d10d4fa94a83002b772e9c2 100644 (file)
--- a/NEWS
+++ b/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)
 
index 4fc4f20f7f12c7bbf8b5e5dba21e8845c18ad3d3..aac0d48fd0131bd0fe3091129218d8083e9b676b 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/bash
 
 if [[ "$2" = "" ]] || [[ "$3" = "" ]]; then
        echo "Usage: $0 BASE_DIRECTORY DEPTH HASH_BITS"