[PLUTO-help] Problemi con PHP
Paolo Ornati
ornati a fastwebnet.it
Mer 15 Ago 2007 09:47:13 CEST
On Wed, 15 Aug 2007 00:58:38 +0200
Carlo Alberto Filiberti <kain1985 a libero.it> wrote:
> <?php
> ob_start();
> require_once 'server.php'
> ?>
>
> server.php č il file che fa tutto quello che deve fare con tag html e
> con in mezzo il cookie ma l'errore persiste....se vuoi ti mando i file....
strano, per adesso l'unica cosa che mi viene in mente č questa: la
dimensione del buffer di output (attivato con ob_start()) puņ essere
limitata da "php.ini":
Nel mio caso "/etc/php/apache2-php5/php.ini":
---------------------------------------------------------------------------
; Output buffering allows you to send header lines (including cookies) even
; after you send body content, at the price of slowing PHP's output layer a
; bit. You can enable output buffering during runtime by calling the output
; buffering functions. You can also enable output buffering for all files by
; setting this directive to On. If you wish to limit the size of the buffer
; to a certain size - you can use a maximum number of bytes instead of 'On', as
; a value for this directive (e.g., output_buffering=4096).
output_buffering = Off
---------------------------------------------------------------------------
Se hai "output_buffering = valore piccolo" quello puņ essere un
problema...
Che server usi? Apache?
--
Paolo Ornati
Linux 2.6.23-rc3-gbfefa254 on x86_64
More information about the pluto-help
mailing list