On Solaris 2.7 with Apache 1.3.27 and PHP-4.2.3, I configure PHP with this command : './configure' \ '--with-config-file-path=/usr/local/apache/conf' \ '--with-gd=/usr/local' \ '--enable-gd-native-ttf' \ '--with-png-dir=/usr/local' \ '--with-jpeg-dir=/usr/local' \ '--with-zlib=/usr/local' '--with-zlib-dir=/usr/local' \ '--with-freetype-dir=/usr/local' \ '--with-apxs=/usr/local/apache/bin/apxs' \ '--with-oci8=/produits/oracle/product/8.1.7' \ '--enable-track-vars' \ '--enable-libgcc' \ '--without-pear' \ '--disable-FEATURE' \ '--disable-xml' \ '--enable-inline-optimization' 1>>build_apache_php.log 2>>build_apache_php.log
During 'make', I get this warning : /bin/sh /produits/packages/php-4.2.3/libtool --silent --mode=compile gcc -I. -I/produits/packages/php-4.2.3/ext/standard -I/produit s/packages/php-4.2.3/main -I/produits/packages/php-4.2.3 -I/usr/local/apache/include -I/produits/packages/php-4.2.3/Zend -I/usr/loca l/include -I/usr/local/include/freetype2/freetype -I/produits/packages/php-4.2.3/ext/mysql/libmysql -I/produits/oracle/product/8.1.6 /rdbms/public -I/produits/oracle/product/8.1.6/rdbms/demo -I/produits/oracle/product/8.1.6/network/public -D_POSIX_PTHREAD_SEMANTIC S -DSOLARIS2=270 -DEAPI -I/produits/packages/php-4.2.3/TSRM -g -O2 -prefer-pic -c var_unserializer.c var_unserializer.c: In function `php_var_unserialize': var_unserializer.c:308: warning: comparison is always false due to limited range of data type Is it normal ? AL -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php