php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3669 'Cannot send session cache limiter' warning calling commandline php script
Submitted: 2000-02-29 16:45 UTC Modified: 2000-08-15 09:36 UTC
From: noc at bn-online dot net Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Beta 4 Patch Level 1 OS: Linux 2.2.12
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: noc at bn-online dot net
New email:
PHP Version: OS:

 

 [2000-02-29 16:45 UTC] noc at bn-online dot net
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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-23 14:17 UTC] stas at cvs dot php dot net
Could you please provide full reproducing script (as short as possible)?
 [2000-08-15 09:36 UTC] waldschrott@php.net
Closed due to missing user feedback.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 18:01:34 2025 UTC