Re: [PHP] Re: PHP and CGI

2009-08-19 Thread Ben Dunlap
       That's exactly the case.  I have been running my business on a Perl cart for the last 5+ years, and I can't switch to a PHP cart just yet.  I was just hoping to add some functionality with PHP.  Perl was much harder It would probably bomb your performance but you could always call a

RE: [PHP] Re: PHP and CGI

2009-08-19 Thread Bob McConnell
From: sono...@fannullone.us On Aug 18, 2009, at 7:13 PM, Shawn McKenzie wrote: P.S. Does anyone know of a good Perl mailing list? beginn...@perl.org Or you can try www.perlmonks.org. Bob McConnell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Re: PHP and CGI

2009-08-18 Thread Shawn McKenzie
Andrew Mason wrote: If you already have it written in Perl, I would recommend writing the rest of functionality in Perl. Please reply all. I agree, but I assumed that the problem was that he knew PHP and he had downloaded a Perl cart and didn't know Perl. -Shawn -- PHP General Mailing

Re: [PHP] Re: PHP and CGI

2009-08-18 Thread sono-io
On Aug 18, 2009, at 7:13 PM, Shawn McKenzie wrote: I assumed that the problem was that he knew PHP and he had downloaded a Perl cart and didn't know Perl. That's exactly the case. I have been running my business on a Perl cart for the last 5+ years, and I can't switch to a PHP cart just

Re: [PHP] Re: PHP and CGI

2009-08-18 Thread kranthi
try adding AddType application/x-httpd-php .pl -- or whatever extension your perl script has -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] RE: php vs. cgi app

2004-07-15 Thread Ed Lazor
-Original Message- When you say cgi vs. php, I'm going to assume you mean cgi versus apache module (correct me if I misunderstand). To be honest I don't know enough about the internals of the apache module to tell you why it's better for an apache server (would love it if someone

Re: [PHP] RE: php vs. cgi app

2004-07-15 Thread Jason Wong
On Thursday 15 July 2004 16:02, Ed Lazor wrote: There are some benefits to having the cgi available though. For example, if you're at a unix prompt and need to process a file. Or, more commonly, if you want to execute scripts in cronjobs. For these situations you would be better off using