Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (4d7bd132a2270e47d23fced5df97550051246271)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (4d7bd132a2270e47d23fced5df97550051246271)
  • Date: Thu, 16 Aug 2007 10:53:40 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

php-pear/php/BUILD | 1 +
php-pear/php/CONFIGURE | 4 ++++
php-pear/php/HISTORY | 3 +++
3 files changed, 8 insertions(+)

New commits:
commit 4d7bd132a2270e47d23fced5df97550051246271
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

php: Added option for multibyte support. Bug 13943.

diff --git a/php-pear/php/BUILD b/php-pear/php/BUILD
index 17456be..b20da77 100755
--- a/php-pear/php/BUILD
+++ b/php-pear/php/BUILD
@@ -6,6 +6,7 @@ OPTS="$OPTS \
$PHP4_CALENDAR \
$PHP4_PCRE \
$PHP4_PCNTL \
+ $PHP5_MBSTRING \
$PHP4_FTP \
$PHP4_FCGI \
" &&
diff --git a/php-pear/php/CONFIGURE b/php-pear/php/CONFIGURE
index 62b66a8..d86c0f2 100755
--- a/php-pear/php/CONFIGURE
+++ b/php-pear/php/CONFIGURE
@@ -23,6 +23,10 @@ config_query_option PHP4_FCGI 'Enable FastCGI
module?' y \
'--enable-fastcgi' \
'--disable-fastcgi' &&

+config_query_option PHP5_MBSTRING "Enable multibyte support?" n \
+ "--enable-mbstring" \
+ "--disable-mbstring" &&
+
config_query_list PHP4_APACHE 'Which Apache module to build?' \
none handler filter &&

diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index e956440..ae4cdf0 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2007-08-15 George Sherwood <george AT beernabeer.com>
+ * CONFIGURE, BUILD: Added option for multibyte support. Bug #13943
+
2007-06-03 Elisamuel Resto <ryuji AT mages.ath.cx>
* DETAILS: Updated to version 5.2.3, SECURITY_PATCH++ Bug #13811




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (4d7bd132a2270e47d23fced5df97550051246271), George Sherwood, 08/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page