Mailinglisten-Archive |
> Subject: AW: [php] Ausgaben im Shell oder in der CommandBox
>
> >wichtig ist weiterhin, das kein output-buffer aktiv ist, also auch
> >keine compression der seite als gzip. ich habe weiterhin
> festgestellt,
> >das eine direkte ausgabe nur mit ausgeschaltetem
> session-handling für
> >die seite funktioniert. Gruß
> >Andreas
> Ja klasse schon mal das es irgendwie geht. Den Output-Buffer
> habe ich ausgeschaltet in der php.ini, aber ich finde
> nirgends die Option "Session auszuschalten" - aber eine Menge
> andere Optionen...... Eine Ausgabe habe ich auch noch nicht
> erhalten. :-( Gruß Jan-Philip
Ich habe für den Zweck des "Shell Einsatzes" eine extra php.ini für
die standalone version. (PHP 4.2.1)
Für Rothüte gibt’s hier ne schöne Site mit den passenden RPMs:
http://rpms.arvin.dk/php/
vor allem, da es dort auch die imlib-extenstion gibt (ohne compilen ;-))
so aber hier meine abgespeckte php.ini:
<-- snip -->
;; EXTENSION LOADING
extension_dir = /usr/lib/php4
;Global PHP defaults
expose_php = Off
register_globals = Off ; Restores older PHP versions'
behavior for backwards compatibility.
warn_plus_overloading = On ; warn if the + operator is used
with strings
track_errors = On ; Store the last error/warning
message in $php_errormsg (boolean)
magic_quotes_gpc = On ; magic quotes for incoming
GET/POST/Cookie data
; many people think that the
system is a pain in the
; a**, but it probably does
represent a security
; feature for in-experienced PHP
developers. Turn it
; off if you don't want PHP to
mess with your incoming
; variables.
include_path = ".:/php/includes:/usr/share/php/PEAR"
session.save_path = "/tmp"
session.use_trans_sid = Off ; Wichtig, sonst wird wieder
gebuffert bei nicht cookies
log_errors = On
extension = domxml.so
extension = mysql.so
extension = imlib.so
extension = sockets.so
<-- snip -->
Andreas
php::bar PHP Wiki - Listenarchive