Joseph E. Maxwell wrote: > Just upgraded to php 4.3.10 > phpinfo() apparently stuck on > > > PHP Version 4.3.5 > > > System FreeBSD xxxxxxx.com 4.9-STABLE FreeBSD 4.9-STABLE #0: Wed Nov > i386 > Build Date Apr 11 2004 20:01:52 > > > > Command line ==> > php -v > PHP 4.3.10 (cli) (built: Jan 15 2005 12:54:11) > Copyright (c) 1997-2004 The PHP Group > Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies > > > Is this a php or an Apache problem. I did do an Apache restart !
To make 100% sure your Apache restart actually happened, check the run-times for your 'httpd' processes or use mod_status (?) http://127.0.0.1/server-status (http://127.0.0.1/server_status?) which will print Apache uptime (and other fun stuff) If you didn't install mod_status, ps auxwww | grep httpd might show it, or top. Some Apache restart scripts don't report errors well, so when you THINK you re-started, you didn't. Also check the module path in httpd.conf as suggestd, and re-do PHP's "make install" paying particular attention to where it puts things... You may be putting the php*.so in the wrong directory. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php