> RAQ3-4 > Do you have the CS2 Apache 1.3.33 update out yet? Not quite sure I know what CS2 is ?
> Should the existing php 4.3.5 w/zend/GD/imagemajic/bcmath support > ect. be removed first to use your php > package or are there any other special instructions needed. I don't have this version of php here, so can't say. Actually this update doesn't care about old php. Please bear in mind that it was designed to be installed on a clean system from OS Restore CD and went public only because of serious vulnerability. Make sure php4_module line in your /etc/httpd/conf/httpd.conf points to modules/libphp4.so before restarting apache or rebooting the server. > This was > a fancy version so I'm not real > sure what I may loose break or otherwise leave inop... > Is your package just the bare bones version to fix the older versions > flaws without any extras compiled in? > All goodies are in commercial PHP package, sorry. So there're no extras in except gd2. If you won't uninstall current php, ImageMagick will stay. Not sure why you need bcmath :) ZendOptimzer is easy to install over this version right from their site. Installation session: [root /root]# cd ~admin [root admin]# mkdir zend [root admin]# cd zend [root zend]# wget -c "http://www.zend.com/store/getfreefile.php?pid=13&zbid=848" --19:49:54-- http://www.zend.com/store/getfreefile.php?pid=13&zbid=848 => `getfreefile.php?pid=13&zbid=848' Resolving www.zend.com... done. Connecting to www.zend.com[209.61.191.11]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 3,397,102 [application/x-gzip] 100%[=================================================================================>] 3,397,102 245.29K/s ETA 00:00 19:50:08 (245.29 KB/s) - `getfreefile.php?pid=13&zbid=848' saved [3397102/3397102] [root zend]# tar zxvf "getfreefile.php?pid=13&zbid=848" ZendOptimizer-2.5.7-linux-glibc21-i386/ ZendOptimizer-2.5.7-linux-glibc21-i386/md5 ...SKIP... ZendOptimizer-2.5.7-linux-glibc21-i386/README ZendOptimizer-2.5.7-linux-glibc21-i386/LICENSE [root zend]# cd ZendOptimizer-2.5.7-linux-glibc21-i386/ [root ZendOptimizer-2.5.7-linux-glibc21-i386]# ./install.sh Note file name in double quotes everywhere. You will only have to point installer to your php.ini file located in /etc/httpd/conf Don't forget to restart apache after installation. WBR Dmitry -- CobaltSupport.COM - Dynamic Support for your Cobalt Server _______________________________________________ Cobaltfacts site list [email protected] http://list.cobaltfacts.com/mailman/listinfo.cgi/cobaltfacts
