php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #16477 php.ini-dist refers to README.logging, which doesn't exist
Submitted: 2002-04-07 12:56 UTC Modified: 2002-04-07 13:48 UTC
From: pgl at instinct dot org Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.1.2 OS: FreeBSD
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: pgl at instinct dot org
New email:
PHP Version: OS:

 

 [2002-04-07 12:56 UTC] pgl at instinct dot org
I have just installed a fresh machine with php-4.1.2, and found that under the [Logging] section of php.ini-dist, it says:

[Logging]
; These configuration directives are used by the example logging mechanism.
; See examples/README.logging for more explanation.
;logging.method = db
;logging.directory = /path/to/log/directory

However, I cannot find README.logging anywhere on my machine:

[mili:root]:/usr/local/src/php/php-4.1.2 # find / -name README.logging | wc -l
       0

Also, there is no 'examples' directory in either the directory created when untarring the source file, or /usr/local/lib/php.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-07 13:48 UTC] sniper@php.net
These were some old example directives which were
only used by some script. You can ignore them.
(removed them in CVS)

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 07 14:01:37 2025 UTC