]> granicus.if.org Git - php/commitdiff
MFH: Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where test
authorIlia Alshanetsky <iliaa@php.net>
Thu, 10 Jun 2004 14:06:20 +0000 (14:06 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 10 Jun 2004 14:06:20 +0000 (14:06 +0000)
command does not support -e parameter).

NEWS
ext/mbstring/config.m4

diff --git a/NEWS b/NEWS
index 8acada8cf0e00992e427833f507081e0699b4171..a90bb2c34342c8e72a53a09fb007aa27d2c53db8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, Version 4.3.8
+- Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where test
+  command does not support -e parameter). (Ilia)
 - Fixed bug #28692 (\0 in Authenticate header passed via safe_mode). (Ilia)
 - Fixed bug #28670 (WWW-Authentication header mangling with PCRE in safe_mode
   adds extra spaces). (Ilia)
index c6a0cb75899db5927f3d3e0a8b059bb8f4bbf600..371bf8c07f6d070a939c0ee7619ae414ea5deae9 100644 (file)
@@ -37,7 +37,7 @@ AC_DEFUN([PHP_MBSTRING_EXTENSION], [
   if test "$ext_shared" = "no"; then
     out="php_config.h"
   else
-    if test -e "$ext_builddir/config.h.in"; then
+    if test -f "$ext_builddir/config.h.in"; then
       out="$abs_builddir/config.h"
     else
       out="php_config.h"