PHP runs as CGI, so it shouldn't cause any problem other then possibly with
my script-- or am I missing something?
On 3/19/07, Richard Lynch <[EMAIL PROTECTED]> wrote:
On Sun, March 18, 2007 9:28 pm, Mike Payson wrote:
> I'm trying to install the extension runkit on my shar
Never mind... should be temp_dir, not temp-dir... to make you all read that
long message for such a silly mistake!
On 3/18/07, Mike Payson <[EMAIL PROTECTED]> wrote:
I'm trying to install the extension runkit on my shared server. I
successfully installed a local copy of P
I'm trying to install the extension runkit on my shared server. I
successfully installed a local copy of PEAR via the instructions at
http://pear.php.net/manual/en/installation.shared.php. Here is the resulting
configuration:
Configuration (channel pear.php.net):
=
I'm in charge of setting up a web site/community for a non-profit group. We
are looking for a few key features: weblog, forums, a calendar, possibly
web-mail (not all of these need to be offered in the same package, of
course). Other features may be added as time goes on. To start with, I'm
fo
As far as I know, there is no way to do this in Apache. Instead, use
cron & lynx:
59 23 * * * lynx -dump http://domain.com/script.php > ~/phpdump.txt
If you don't need to save the results, use:
59 23 * * * lynx -dump http://domain.com/script.php > /dev/null
On Wed, 2001-10-17 at 17:05, Richar
5 matches
Mail list logo