[PHP-users 18693] Re: PHP4.3.4RC3 Released!!

Seiji Masugata s.masugata @ digicom.dnp.co.jp
2003年 10月 30日 (木) 13:03:54 JST


桝形です。

さりげなくというか、

% cd ../php-4.3.4RC2

% ./configure --help | grep mb
  --enable-embed[=TYPE]   EXPERIMENTAL: Enable building of embedded SAPI library
  --enable-debug          Compile with debugging symbols.
  --enable-versioning     Export only required symbols.
  --enable-mbstring[=LANG]
  --enable-mbregex        Enable multibyte regex support

----------------------------------------------------------------------

  --enable-mbstring[=LANG]
                          Enable multibyte string support.
                          LANG can be any one of ja, cn, tw, kr, ru, or all.
  --enable-mbregex        Enable multibyte regex support

----------------------------------------------------------------------

% cd ../php-4.3.4RC3

% ./configure --help | grep mb
  --enable-embed[=TYPE]   EXPERIMENTAL: Enable building of embedded SAPI library
  --enable-debug          Compile with debugging symbols.
  --enable-versioning     Export only required symbols.
  --enable-mbstring       Enable multibyte string support.
  --disable-mbregex         MBSTRING: Disable multibyte regex support
  --with-libmbfl[=DIR]      MBSTRING: Use external libmbfl. DIR is the libmbfl install prefix.
                            If DIR is not set, the bundled libmbfl will be used.

----------------------------------------------------------------------

  --enable-mbstring       Enable multibyte string support.
  --disable-mbregex         MBSTRING: Disable multibyte regex support
  --with-libmbfl[=DIR]      MBSTRING: Use external libmbfl. DIR is the libmbfl install prefix.
                            If DIR is not set, the bundled libmbfl will be used.

----------------------------------------------------------------------

と、変わっているようです。RCの最中に大きな変更が。。。これで
PHP.Netでの「mbstring extension〜」というのを、ようやく納得。

その影響か、Red Hat Linux6.2Jの環境で、PHP4.3.4RC3をmake testして
みると、やたらと

PHP Warning:  Function registration failed - duplicate name -  in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -  in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -  in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -  in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -  in Unknown on 


こんなワーニングが延々と出るようになり、テストが全て失敗します。

他の方のLinux環境ではどんなもんでしょう?
自分の環境の問題のような気もするので、もいっかい確認してみます。

--
Seiji Masugata<s.masugata @ digicom.dnp.co.jp>




PHP-users メーリングリストの案内