[PHP-users 20338] Re: PHP4.3.5RC2 Released!!

HOTTA Michihide hotta @ net-newbie.com
2004年 2月 10日 (火) 10:27:13 JST


堀田です。

From: Seiji Masugata <s.masugata @ digicom.dnp.co.jp>
Subject: [PHP-users 20234] PHP4.3.5RC2 Released!!
Date: 2004/02/04 11:36:17

> 時間やマシンに余裕があるお方は、QAテストに参加してみたり、実際に
> 動かして動作確認してみる等、ご協力して頂ければと思います。
> 
> 【テスト方法】
> 
> http://ns1.php.gr.jp/pipermail/php-users/2004-January/020384.html

やってみました。あまり追求していません。

【VineSeed】

$ rpm -qa|grep -e snmp -e sablot -e libxml2 -e curl -e zlib -e bz2
libxml2-2.6.5-0vl1
zlib-devel-1.1.4-0vl3
libsablotron0-0.97-0vl2
zlib-1.1.4-0vl3
curl-7.10.7-0vl1
curl-devel-7.10.7-0vl1
net-snmp-devel-5.1-3vl1
libxml2-devel-2.6.5-0vl1
net-snmp-5.1-3vl1

$ cat test.conf
'./configure' '--prefix=/usr' '--cache-file=../config.cache' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--enable-force-cgi-redirect' '--disable-debug' '--enable-pic' '--disable-rpath' '--enable-inline-optimization' '--with-bz2' '--with-db4=/usr' '--with-curl' '--with-dom=/usr' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-gd' '--enable-gd-native-ttf' '--with-ttf' '--with-gdbm' '--with-gettext' '--with-ncurses' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-regex=system' '--with-xml' '--with-expat-dir=/usr' '--with-zlib' '--with-layout=GNU' '--enable-bcmath' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-safe-mode' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-discard-path' '--enable-track-vars' '--enable-yp' '--enable-wddx' '--without-oci8' '--with-pear=/usr/share/pear' '--with-imap=shared' '--with-imap-ssl' '--with-ldap=shared' 
 '--with-mysql=shared,/usr' '--with-pgsql=shared' '--with-snmp=shared,/usr' '--enable-ucd-snmp-hack' '--with-unixODBC=shared' '--enable-memory-limit' '--enable-shmop' '--enable-versioning' '--enable-calendar' '--enable-dbx' '--enable-dio' '--enable-mcal' '--enable-xslt' '--with-xslt-sablot=/usr' '--with-dom-xslt=/usr' '--enable-mbregex' '--with-namazu=/usr' '--with-kakasi=/usr' '--enable-mbstring' '--enable-zend-multibyte' '--with-apxs=/usr/sbin/apxs'

$ sh test.conf
(snip)
checking for SNMP support... yes, shared
checking OpenSSL dir for SNMP... no
checking for snmp_parse_oid in -lnetsnmp... no
checking for init_snmp in -lnetsnmp... no
configure: error: SNMP sanity check failed. Please check config.log for more information.

[SNMP関係をはずす]
$ cat test.conf
'./configure' '--prefix=/usr' '--cache-file=../config.cache' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--enable-force-cgi-redirect' '--disable-debug' '--enable-pic' '--disable-rpath' '--enable-inline-optimization' '--with-bz2' '--with-db4=/usr' '--with-curl' '--with-dom=/usr' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-gd' '--enable-gd-native-ttf' '--with-ttf' '--with-gdbm' '--with-gettext' '--with-ncurses' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-regex=system' '--with-xml' '--with-expat-dir=/usr' '--with-zlib' '--with-layout=GNU' '--enable-bcmath' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-safe-mode' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-discard-path' '--enable-track-vars' '--enable-yp' '--enable-wddx' '--without-oci8' '--with-pear=/usr/share/pear' '--with-imap=shared' '--with-imap-ssl' '--with-ldap=shared' 
 '--with-mysql=shared,/usr' '--with-pgsql=shared' '--with-unixODBC=shared' '--enable-memory-limit' '--enable-shmop' '--enable-versioning' '--enable-calendar' '--enable-dbx' '--enable-dio' '--enable-mcal' '--enable-xslt' '--with-xslt-sablot=/usr' '--with-dom-xslt=/usr' '--enable-mbregex' '--with-namazu=/usr' '--with-kakasi=/usr' '--enable-mbstring' '--enable-zend-multibyte' '--with-apxs=/usr/sbin/apxs'

$ sh test.conf
(snip)
checking for Sablotron libraries in the default path... found in
configure: error: not found. Please re-install the Sablotron distribution.

[sablot関係をはずす]
$ cat test.conf
'./configure' '--prefix=/usr' '--cache-file=../config.cache' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--enable-force-cgi-redirect' '--disable-debug' '--enable-pic' '--disable-rpath' '--enable-inline-optimization' '--with-bz2' '--with-db4=/usr' '--with-curl' '--with-dom=/usr' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-gd' '--enable-gd-native-ttf' '--with-ttf' '--with-gdbm' '--with-gettext' '--with-ncurses' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-regex=system' '--with-xml' '--with-expat-dir=/usr' '--with-zlib' '--with-layout=GNU' '--enable-bcmath' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-safe-mode' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-discard-path' '--enable-track-vars' '--enable-yp' '--enable-wddx' '--without-oci8' '--with-pear=/usr/share/pear' '--with-imap=shared' '--with-imap-ssl' '--with-ldap=shared' 
 '--with-mysql=shared,/usr' '--with-pgsql=shared' '--with-unixODBC=shared' '--enable-memory-limit' '--enable-shmop' '--enable-versioning' '--enable-calendar' '--enable-dbx' '--enable-dio' '--enable-mcal' '--enable-xslt' '--with-dom-xslt=/usr' '--enable-mbregex' '--with-namazu=/usr' '--with-kakasi=/usr' '--enable-mbstring' '--enable-zend-multibyte' '--with-apxs=/usr/sbin/apxs'

$ sh test.conf
(snip)
configure: error: No backend specified for XSLT extension.

[xslt関係をはずす]
$ cat test.conf
'./configure' '--prefix=/usr' '--cache-file=../config.cache' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--enable-force-cgi-redirect' '--disable-debug' '--enable-pic' '--disable-rpath' '--enable-inline-optimization' '--with-bz2' '--with-db4=/usr' '--with-curl' '--with-dom=/usr' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-gd' '--enable-gd-native-ttf' '--with-ttf' '--with-gdbm' '--with-gettext' '--with-ncurses' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-regex=system' '--with-xml' '--with-expat-dir=/usr' '--with-zlib' '--with-layout=GNU' '--enable-bcmath' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-safe-mode' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-discard-path' '--enable-track-vars' '--enable-yp' '--enable-wddx' '--without-oci8' '--with-pear=/usr/share/pear' '--with-imap=shared' '--with-imap-ssl' '--with-ldap=shared' 
 '--with-mysql=shared,/usr' '--with-pgsql=shared' '--with-unixODBC=shared' '--enable-memory-limit' '--enable-shmop' '--enable-versioning' '--enable-calendar' '--enable-dbx' '--enable-dio' '--enable-mcal' '--enable-mbregex' '--with-namazu=/usr' '--with-kakasi=/usr' '--enable-mbstring' '--enable-zend-multibyte' '--with-apxs=/usr/sbin/apxs'
$ sh test.conf
(snip)
$ make
$ make test
(snip)
=====================================================================
TIME END 2004-02-10 10:20:30
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   55
Exts tested     :   32
---------------------------------------------------------------------
Number of tests :  557
Tests skipped   :  111 (19.9%)
Tests warned    :    0 ( 0.0%)
Tests failed    :    6 ( 1.1%)
Tests passed    :  440 (79.0%)
---------------------------------------------------------------------
Time taken      :  161 seconds
=====================================================================

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #24773 (unset() of integers treated as arrays causes a crash) [tests/lang/bug24773.phpt]
Bug #25547 (error_handler and array index with function call) [tests/lang/bug25547.phpt]
Bug #26384 (domxslt->process causes segfault with xsl:key) [ext/domxml/tests/bug26384.phpt]
Bug #16069 [ext/iconv/tests/bug16069.phpt]
Bug #22414: passthru() does not read data correctly [ext/standard/tests/file/bug22414.phpt]
wddx deserialization test [ext/wddx/tests/001.phpt]
=====================================================================

-- 
堀田 倫英 <hotta @ net-newbie.com> <http://www.net-newbie.com>


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