diff options
author | Sascha Schumann <sas@php.net> | 2000-08-10 19:27:30 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-08-10 19:27:30 +0000 |
commit | 34bee836b13deee171c130b7896fe163a7e9ee4d (patch) | |
tree | 1ff89e2046f057ae986e223715bcd2a525cd532d /ext/session | |
parent | a2cb77aa82628869d976096634c3ac3c7ceb0724 (diff) | |
download | php-git-34bee836b13deee171c130b7896fe163a7e9ee4d.tar.gz |
Remove bogus "by"
Diffstat (limited to 'ext/session')
-rw-r--r-- | ext/session/session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/session.c b/ext/session/session.c index a2d12294e5..cbad769484 100644 --- a/ext/session/session.c +++ b/ext/session/session.c @@ -611,7 +611,7 @@ static void _php_session_cache_limiter(PSLS_D) int output_start_lineno = php_get_output_start_lineno(); if (output_start_filename) { - php_error(E_WARNING, "Cannot send session cache limiter - headers already sent by (output started at %s:%d)", + php_error(E_WARNING, "Cannot send session cache limiter - headers already sent (output started at %s:%d)", output_start_filename, output_start_lineno); } else { php_error(E_WARNING, "Cannot send session cache limiter - headers already sent"); |