So i can just download from php.net whatever i want version and compile, i mean clean php package.
Is it good to use for compile this query : ./configure '--prefix=/usr/share/php5-cgi' '--datadir=/usr/share/php5-cgi' '--bindir=/usr/bin/php5-cgi' '--libdir=/usr/share/php5-cgi' \ '--with-exec-dir=/usr/lib/php5-cgi/bin' '--sysconfdir=/etc/php5-cgi' '--with-config-file-path=/etc/php5-cgi' '--with-config-file-scan-dir=/etc/php5-cgi' \ '--with-gd' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--with-freetype-dir=/usr' '--with-gettext' '--with-mcrypt' '--with-mysql' \ '--with-mysqli' '--with-curl' '--with-curlwrappers' '--with-zlib' '--with-pear' '--with-openssl' '--with-mime-magic' '--with-bz2' \ '--with-imap' '--with-imap-ssl' '--with-kerberos' '--enable-libxml' '--enable-session' '--enable-xml' '--enable-simplexml' \ '--enable-inline-optimization' '--enable-zend-multibyte' '--enable-exif' '--enable-mbstring' '--enable-gd-jis-conv' '--enable-gd-native-ttf' \ '--enable-bcmath' '--enable-sockets' '--enable-ftp' '--enable-dba' '--enable-calendar' '--enable-shmop' '--enable-soap' '--enable-zip' \ '--enable-force-cgi-redirect' '--enable-fastcgi' '--disable-debug' '--disable-ipv6' -- Pagarbiai Simonas Šerlinskas -----Original Message----- From: Juan J. Martínez [mailto:[email protected]] Sent: Monday, January 03, 2011 1:23 PM To: Simonas Šerlinskas Cc: [email protected] Subject: Re: [Cherokee] ubuntu server 10.10 php version On Mon, 2011-01-03 at 11:18 +0000, Juan J. Martínez wrote: > On Mon, 2011-01-03 at 13:06 +0200, Simonas Šerlinskas wrote: > > How to downgrade php version from 5.3.3 to 5.2.16 ? all the tutorials > > are for apache on the net.. > > It's related to PHP and your Linux distribution, Cherokee it's > independent of the PHP version. Let me elaborate this part: PHP can be deployed on Apache as a module, and because of that, downgrading/upgrading the PHP version can affect Apache. Cherokee uses PHP via fastcgi interface, that it's external to Cherokee and PHP. Let's say that fastcgi acts like *glue* that makes possible to change the PHP version without affecting your installed Cherokee binaries. Cheers, Juanjo -- jjm's home: http://www.usebox.net/jjm/ blackshell: http://blackshell.usebox.net/ ramble on: http://rambleon.usebox.net/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
