php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #51301 Wrong escape sequence
Submitted: 2010-03-15 13:19 UTC Modified: 2010-04-25 15:23 UTC
From: bjori@php.net Assigned: bjori (profile)
Status: Closed Package: Doc Build problem
PHP Version: Irrelevant OS: Linux
Private report: No CVE-ID: None
 [2010-03-15 13:19 UTC] bjori@php.net
Description:
------------
The "basename" unix manual page entry has wrong escape sequence:

"$path - A path.  On Windows, both slash ( / ) and backslash ( \fP ) are used as directory separator character. In other environments, it is the forward slash ( / )."


Note the "\fP"

Test script:
---------------
pman basename


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-04-25 15:23 UTC] bjori@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: bjori
 [2010-04-25 15:23 UTC] bjori@php.net
This bug has been fixed in SVN. Since the websites are not directly
updated from the SVN server, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.

Fixed in r298495
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 11:01:30 2024 UTC