[PHP-DEV] PHP 4.0 Bug #3669: 'Cannot send session cache limiter' warning calling commandline php script From: noc <email protected>
Date: 02/29/00

From: noc <email protected>
Operating system: Linux 2.2.12
PHP version: 4.0 Beta 4 Patch Level 1
PHP Bug Type: Scripting Engine problem
Bug description: 'Cannot send session cache limiter' warning calling commandline php script

When calling a standalone php script, the message

  <b>Warning</b>: Cannot send session cache limiter - headers already sent in <b>
  Unknown</b> on line <b>0</b><br>

appears at the beginning of the output.

First line of the script reads:

   #!/path/to/php -q

I tried to set
 
  session.cache_limiter =
  session.cache_expire =

or to '0' or 'disabled' with same result. Worked properly with Beta-3.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>