[PHP] Linux: 1 machine, 2 installs?

2001-04-03 Thread Matthias Krehl
Hi there, any hints on how to install two versions of PHP on one linux machine? Is it possible? I want to have a 'normal' installation working together with apache and a 'command-line' version for running cron jobs (#!/usr/local/bin/php ...). bye Matthias Matthias Kr

php-general@lists.php.net

2001-03-06 Thread Matthias Krehl
the first approach ist the one and only bye Matthias Matthias Krehl [EMAIL PROTECTED] > -Ursprüngliche Nachricht- > Von: Jon Haworth [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 6. März 2001 14:17 > An: 'Matthias Krehl' > Betreff: RE: [PHP] ?param=value&

php-general@lists.php.net

2001-03-06 Thread Matthias Krehl
foo-script.php?param=value&#anchorname which will lead to 'value' for $HTTP_GET_VARS['param'] bye Matthias Matthias Krehl [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP] foo[bar] _or_ foo['bar'] ?

2001-02-13 Thread Matthias Krehl
Hi there! I'd really appreciate a clear statement whether to use better $foo = array('bar' => 'boing'); doWhatSoEver($foo[bar]); or $foo = array('bar' => 'boing'); doWhatSoEver($foo['bar']); Someone to know th

[PHP] AW: Sessions and Objects

2001-02-06 Thread Matthias Krehl
As far as I unterstood: No! The variables however should be accessible directly (*sic*). I wonder why there is no nice example documented how to take advantage of objects in PHP sessions. I'd really appreciate any hints! bye Matthias Matthias Krehl [EMAIL PROTECTED] > -Urspr

[PHP] trouble with reading session variables: BUG?

2001-01-30 Thread Matthias Krehl
echo $ident; echo $HTTP_COOKIE_VARS['ident']; echo $HTTP_SESSION_VARS['ident']; - Tested on Win2000/IIS5 and Linux 6.1/Apache3.12 with PHP4.04pl1 Any Ideas? bye Matthias Matthias Krehl [EMAIL PROTECTED] -- PHP General Mailing Li