Has anyone else noticed this? When I install php5.0.3 with:
make clean && ./configure --prefix=/usr/local --with-mysqli=shared,/usr/bin/mysql_config --enable-soap --enable-cli --with-pear --with-apxs2=/usr/bin/apxs2 --enable-xmlrpc --no-create --no-recursion --with-soap --with-xmlrpc --with-xslt --with-xml2 --with-jpeg --with-png --with-gd --with-zlib --with-tiff --with-readline --enable-sockets --enable-shared-pdflib --enable-force-cgi-redirect --with-gettext --enable-mailparse --with-curl --enable-exif --with-fastcgi --enable-discard-path --with-versioning --with-layout=GNU && make install phpinfo() reports that it was built by ./configure with no switches (as shown below). PHP Version => 5.0.3 System => Linux ubu 2.6.8-1-686 #1 Thu Nov 25 04:34:30 UTC 2004 i686 Build Date => Jan 23 2005 20:05:22 Configure Command => './configure' Server API => Command Line Interface Virtual Directory Support => disabled Configuration File (php.ini) Path => /usr/local/lib PHP API => 20031224 PHP Extension => 20041030 Zend Extension => 220040412 Debug Build => no Thread Safety => disabled IPv6 Support => enabled Registered PHP Streams => php, file, http, ftp Registered Stream Socket Transports => tcp, udp, unix, udg .... Has anyone else had this problem? Any advice? Thanks, -Cere -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php