php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1579 error_log acts like printf
Submitted: 1999-06-21 19:36 UTC Modified: 1999-11-14 03:49 UTC
From: mtippett at ticons dot com dot au Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 3.0.9 OS: Solaris 2.5.1
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: mtippett at ticons dot com dot au
New email:
PHP Version: OS:

 

 [1999-06-21 19:36 UTC] mtippett at ticons dot com dot au
<?
	error_log("This is a %exciting test");
?>

Outputs 
	This is an 2.199067e-308xciting test.

Rather than

	This is an %exciting test.

Possibly okay, but there is no option for passing args to error_log.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-09-03 11:36 UTC] coar at cvs dot php dot net
Is this in the Apache error log file, or some other logging method?
If it's mod_php, this has been fixed for 3.0.13 and this is closed;
otherwise it's still open, I guess..

 [1999-09-03 18:53 UTC] mtippett at ticons dot com dot au
Possibly fixed under bug 1955

	http://bugs.php.net/bugs.php3?id=1955


 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Fri Jul 03 03:00:02 2026 UTC