php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27910 Logging of unknown function error
Submitted: 2004-04-07 16:28 UTC Modified: 2004-04-12 17:54 UTC
From: info at kirmeir dot com Assigned:
Status: No Feedback Package: *General Issues
PHP Version: 4.3.6RC1 OS: windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: info at kirmeir dot com
New email:
PHP Version: OS:

 

 [2004-04-07 16:28 UTC] info at kirmeir dot com
Description:
------------
since Version 4.3.6 an error forced by an "unknown Function" will no longer reportet in the errorlog. Evenmore the error "function already registered" will not reportet.





Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-07 18:07 UTC] derick@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


Which functions don't show up in the error log? (internal, user-defined) Can you show us an example of something that should show up in the log? Add php ./configure line, or any other additional modules you load and post a link to phpinfo() output.
 [2004-04-08 05:44 UTC] info at kirmeir dot com
The subject are user-defined functions

to reproduce simply wirte "hellototellafunc();" in an phpfile and execute. 

Since 4.3.6 no errorlog will be created even if the logging is turned on

greetings Arno
 [2004-04-08 11:25 UTC] sniper@php.net
Of course you have to specify WHERE to log using "error_log" php.ini directive..did you do that?

 [2004-04-08 11:26 UTC] sniper@php.net
Also, what was the previous version you used where this supposedly 'worked'? (you propably should replace your old php.ini once in a while and not use the 5 year old one since php3 or so :)

 [2004-04-08 17:41 UTC] info at kirmeir dot com
ok my english is not so good but:
previous in my language is the word for the version before. means the last "functional" one: V4.3.4. The path for the Logfiles is correct. and the inifile is actual. 
Have you try and it is not reproduceable before u answered? 
or is it easyly that there is no interest in reporting errors? 

Arno
 [2004-04-08 19:49 UTC] sniper@php.net
I wouldn't be asking any of these questions if I could have reproduced the problem you report. Please stick to the problem at hand and leave the insults elsewhere.

FYI: Logging works just fine for me on both linux and windows. 

Are you absolutely sure your php.ini file is actually read by PHP and used?? (see phpinfo(); output to check the actual values for the ini options. (log_errors and error_log)

 [2004-04-12 17:54 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 08:01:28 2024 UTC