[Apachetoolbox-devel] PHP 4.2.3 fix...
Brought to you by:
bryanandrews
From: Toni M. <su...@oe...> - 2002-10-06 11:55:28
|
Hello, while rebuilding my Apache(s) I came across a string handling problem in PHP. The patch below fixes this, according to a PHP developer's statement. Btw, what's the best way of posting a patch, inline or attached? --- bin/php~ Wed Sep 18 01:07:51 2002 +++ bin/php Sun Oct 6 11:01:20 2002 @@ -54,6 +54,9 @@ # build the PHP configure script as go.sh in the php # source root, and make it executable =20 +### fix for string handling (see http://bugs.php.net/bug.php?id=3D19404) + +CONFIGPHP=3D"${CONFIGPHP} --enable-mbstr-enc-trans" =20 notice "$MENUTRUE" " PHP: creating configuration script..." cd $root/src/php-$PHP This patch should work against both 1.5.61 and 1.5.62. Enjoy, --Toni++ |