hallo,
wie rufe ich den php4 interpreter für die konsole auf?
gruesse rene
aufruf des php4 interpreters auf konsole?
Code: Alles auswählen
php --help
Usage: php [options] [-f] <file> [args...]
php [options] -r <code> [args...]
php [options] [-- args...]
-a Run interactively
-c <path>|<file> Look for php.ini file in this directory
-n No php.ini file will be used
-d foo[=bar] Define INI entry foo with value 'bar'
-e Generate extended information for debugger/profiler
-f <file> Parse <file>.
-h This help
-i PHP information
-l Syntax check only (lint)
-m Show compiled in modules
-r <code> Run PHP <code> without using script tags <?..?>
-s Display colour syntax highlighted source.
-v Version number
-w Display source with stripped comments and whitespace.
-z <file> Load Zend extension <file>.
args... Arguments passed to script. Use -- args when first argument
starts with - or script is read from stdin
Und php4? Bei mir ist /usr/bin/php ein Link was wiederum rin link auf php4 ist:
bert
Code: Alles auswählen
/usr/bin/php -> /etc/alternatives/php
Code: Alles auswählen
/etc/alternatives/php -> /usr/bin/php4
Programmer: A biological machine designed to convert caffeine into code.
xmpp:bert@debianforum.de
xmpp:bert@debianforum.de
Dann wird Dir wohl das nötige Packet fehlen. Eine kurze suche auf [1] nach der von mir gepostetetn Datei bringt Dich zu dem Ergebniss, das Du das Package php4-cli [2] brauchst.
[1] http://packages.debian.org
[2] http://packages.debian.org/stable/web/php4-cli
Bert
[1] http://packages.debian.org
[2] http://packages.debian.org/stable/web/php4-cli
Bert
Programmer: A biological machine designed to convert caffeine into code.
xmpp:bert@debianforum.de
xmpp:bert@debianforum.de