[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 Krehl [EMAIL PROTECTED

[PHP] ?param=value#anchorname

2001-03-06 Thread Matthias Krehl
#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: [EMAIL PROTECTED] To contact the list administrators, e

AW: [PHP] ?param=value#anchorname

2001-03-06 Thread Matthias Krehl
and only bye Matthias Matthias Krehl [EMAIL PROTECTED] -Ursprngliche Nachricht- Von: Jon Haworth [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 6. Mrz 2001 14:17 An: 'Matthias Krehl' Betreff: RE: [PHP] ?param=value#anchorname But if you're trying to pass an anchor as part

[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 that? bye Matthias Matthias Krehl [EMAIL PROTECTED] -- PHP General

[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] -Ursprngliche

[PHP] trouble with reading session variables: BUG?

2001-01-30 Thread Matthias Krehl
nt']; 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 List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL