php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27368 php.ini-(dist|recommended) have CR at end
Submitted: 2004-02-23 12:23 UTC Modified: 2004-02-25 18:30 UTC
From: danielc at analysisandsolutions dot com Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 5CVS-2004-02-23 (dev) OS: Windows 2000
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: danielc at analysisandsolutions dot com
New email:
PHP Version: OS:

 

 [2004-02-23 12:23 UTC] danielc at analysisandsolutions dot com
Description:
------------
Minor problem...

The php.ini-dist and php.ini-recommended files in the latest Windows snapshot (php5-win32-200402231530) are in Unix format, but have a CR thrown in at the end of each file:

... snip ...
; tab-width: 4
; End
     ^ here


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-23 13:17 UTC] sniper@php.net
In CVS:

; tab-width: 4
; End:

(there is no CR there)

 [2004-02-23 13:21 UTC] danielc at analysisandsolutions dot com
Where were you looking?  In CVS or in the files distributed in a php5-win32-200402231530 snapshot?  They are definitely there in the snapshot.  I can email you the files if you don't believe me.

This may be due to the new build system, which when it went into effect threw in loads of CR's even though the raw files in CVS were fine.  I posted a note to internals and it seems someone fixed something to make all but one of the CR's disappeared.
 [2004-02-23 13:48 UTC] sniper@php.net
I have no idea about this. Assigning to Wez who introduced this bug too.

 [2004-02-25 16:05 UTC] sniper@php.net
The ini files indeed are borked. Quite weird.

 [2004-02-25 16:15 UTC] sniper@php.net
Propably important note: This only happens with PHP 5 snaps, not PHP 4..

 [2004-02-25 18:30 UTC] sniper@php.net
Should be fixed in a few hours when next snapshot is due.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 09 15:01:34 2024 UTC