Code Comments
Programming Forum and web based access to our favorite programming groups.Binay wrote: >Hi > >Does any one have idea about the compatibility of Turck MMcache with PHP 4. 3.8. It was working well with 4.3.3 and ever since i have upgraded to 4.3.8 it stopped. I recompiled Turck MMcache for new version of PHP also but no lu ck. > > > They work together. Make sure the mmcache.so goes to the right location. I will bet that make install didn't copy it -- Raditha Dissanayake. ------------------------------------------------------------------------ http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical User Inteface. Just 128 KB | with progress bar.
Post Follow-up to this messageHi I don't need everything i.e encoder, optimizer, accelerator etc. What i need is Loader which can decode the encoded files . I followed the instruction for installing the Turck loader but its not working on 4.3.8 . It was working on 4.3.3. I don know where m i doing wrong . Please help me out. Thanks Binay ----- Original Message ----- From: "raditha dissanayake" <jabber@raditha.com> Cc: <php-general@lists.php.net> Sent: Friday, September 24, 2004 6:41 AM Subject: Re: [PHP] PHP 4.3.8 and Turck MMCache compatibility > Binay wrote: > 4.3.8. It was working well with 4.3.3 and ever since i have upgraded to 4.3.8 it stopped. I recompiled Turck MMcache for new version of PHP also but no luck. > They work together. Make sure the mmcache.so goes to the right location. > I will bet that make install didn't copy it > > > -- > Raditha Dissanayake. > ------------------------------------------------------------------------ > http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload > Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader > Graphical User Inteface. Just 128 KB | with progress bar. > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php >
Post Follow-up to this messageIt works on php 4.3.8 and 4.3.9 fine (as server module it does, it does not work as cgi though - as page states) lp, Bostjan On Friday 24 of September 2004 08:29, Binay wrote: > Hi > > I don't need everything i.e encoder, optimizer, accelerator etc. What i > need is Loader which can decode the encoded files . > > I followed the instruction for installing the Turck loader but its not > working on 4.3.8 . It was working on 4.3.3. > > I don know where m i doing wrong . > > Please help me out. > > Thanks > Binay > ----- Original Message ----- > From: "raditha dissanayake" <jabber@raditha.com> > Cc: <php-general@lists.php.net> > Sent: Friday, September 24, 2004 6:41 AM > Subject: Re: [PHP] PHP 4.3.8 and Turck MMCache compatibility > > > 4.3.8. It was working well with 4.3.3 and ever since i have upgraded to > 4.3.8 it stopped. I recompiled Turck MMcache for new version of PHP also > but no luck. >
Post Follow-up to this messageSo how to check whether php is installled as apache module or CGI mode? Thanks ----- Original Message ----- From: "Bostjan Skufca @ domenca.com" <bostjan.skufca@domenca.com> To: <php-general@lists.php.net> Sent: Friday, September 24, 2004 12:30 PM Subject: Re: [PHP] PHP 4.3.8 and Turck MMCache compatibility > It works on php 4.3.8 and 4.3.9 fine (as server module it does, it does not > work as cgi though - as page states) > > lp, > Bostjan > > > On Friday 24 of September 2004 08:29, Binay wrote: PHP location. > ------------------------------------------------------------------------ http://www.raditha.com/megaupload > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php >
Post Follow-up to this messageBinay wrote: >So how to check whether php is installled as apache module or CGI mode? > > phpinfo(); Did you try out what I said in my reply to your Original Post? -- Raditha Dissanayake. ------------------------------------------------------------------------ http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical User Inteface. Just 128 KB | with progress bar.
Post Follow-up to this messageLook at phpinfo() output. Search for Server API Apache 2.0 Handler or Server API Apache 2.0 Filter or something about apachehook(s) All above means it is installed as module If you find something refering to CGI then it is installed as CGI (and not $_SERVER, apache environment and loaded modules) lp, B On Friday 24 of September 2004 09:01, Binay wrote: > So how to check whether php is installled as apache module or CGI mode? > > Thanks > ----- Original Message ----- > From: "Bostjan Skufca @ domenca.com" <bostjan.skufca@domenca.com> > To: <php-general@lists.php.net> > Sent: Friday, September 24, 2004 12:30 PM > Subject: Re: [PHP] PHP 4.3.8 and Turck MMCache compatibility > > > not > > > PHP > > > location. > > > http://www.raditha.com/megaupload >
Post Follow-up to this messagecorrect.... It show Server API CGI. So does it mean PHP is installed as CGI and not the apache module? Thanks Binay ----- Original Message ----- From: "Bostjan Skufca @ domenca.si" <bostjan.skufca@domenca.si> To: <php-general@lists.php.net> Sent: Friday, September 24, 2004 1:21 PM Subject: Re: [PHP] PHP 4.3.8 and Turck MMCache compatibility > Look at phpinfo() output. > > Search for > Server API apache 2.0 Handler > > or > Server API apache 2.0 Filter > > or something about apachehook(s) > All above means it is installed as module > > If you find something refering to CGI then it is installed as CGI (and not > $_SERVER, apache environment and loaded modules) > > lp, > B > > On Friday 24 of September 2004 09:01, Binay wrote: does What i not with to > ------------------------------------------------------------------------ > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php >
Post Follow-up to this messageWell, it could hardly mean that it is installed as sapi wouldn't it? On Friday 24 of September 2004 10:19, Binay wrote: > correct.... > > It show Server API CGI. > > So does it mean PHP is installed as CGI and not the apache module? > > Thanks > Binay > ----- Original Message ----- > From: "Bostjan Skufca @ domenca.si" <bostjan.skufca@domenca.si> > To: <php-general@lists.php.net> > Sent: Friday, September 24, 2004 1:21 PM > Subject: Re: [PHP] PHP 4.3.8 and Turck MMCache compatibility > > > does > > > What i > > > not > > > with > > > to > -- Best regards, Bostjan Skufca system administrator Domenca d.o.o. Phone: +386 4 5835444 Fax: +386 4 5831999 http://www.domenca.com
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.