[PHP-INSTALL] PHP Upgrade problem

2007-12-21 Thread Patrick S.
Hello, I want to upgrade from PHP 4.4.7 to 5.2.5. System: openSuse 10.1 The packages: imap 2004g_suse-14 imap-devel 2004g_suse-14 imap-lib 2004g_suse-14 are installed! My Configure Command: ./configure --prefix=/usr --datadir=/usr/share/php5 --mandir=/usr/share/man --bindir=/usr/bin --includedir

Re: [PHP-INSTALL] PHP upgrade problem

2005-07-04 Thread Michael W.
Because you are using a CGI version of PHP, you have to edit httpd.conf and find the line that loads PHP (I think it's something like "AddAction application/x-httpd-php /path/to/php", but I'm not sure), and change the path. Have you considered using the shared-module version of PHP? Paul wrot

[PHP-INSTALL] PHP upgrade problem

2005-07-04 Thread Paul
Hi there, I've just upgraded my server from PHP 4.3.10 & MySQL 3.23 to... and here is the story: I've first upgraded Mysql to 4.0 and then 4.1, then got PHP 4.3.11 sources and compiled them. This installed a new version of php in /usr/local/bin/php: # /usr/local/bin/php -v PHP 4.3.11 (cgi) (bu