php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #52538 ctype function
Submitted: 2010-08-05 06:51 UTC Modified: 2017-10-18 18:19 UTC
From: programmer dot php dot net at gmail dot com Assigned: kalle (profile)
Status: Closed Package: *General Issues
PHP Version: 5.2.14 OS: any
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: programmer dot php dot net at gmail dot com
New email:
PHP Version: OS:

 

 [2010-08-05 06:51 UTC] programmer dot php dot net at gmail dot com
Description:
------------
ex.
test(){2345} valid filename
test([90?\+-_]){2345} valid filename

Can you add the function to check the filename which is valid for the Unix system?
Let me know on the same id whatever your reply (i.e. yes / no).
I want to contribute in the PHP code for some new features. But dont know the right way to do this. Confused.. I downloaded the core PHP code from the whaterver.com site But dont know the right way to add the new function & creating new patch. Please help about this. Your help to me will provide new feature in the PHP.
Thank you.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-10-18 18:19 UTC] kalle@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: kalle
 [2017-10-18 18:19 UTC] kalle@php.net
I'm not sure if this can practically be implemented in PHP, I would argue that it is up to the PHP developer to know the OS conversions on the matter.

Tho, I know you specifically stated Unix, the following article is for Windows and may be of help to future readers, and I'm sure there is a similar one for Unix style systems:
https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx

If you want to contribute to PHP, you can find many of the resources at php.net, wiki.php.net and the README files in the root of php-src when downloading the source of PHP directly.

Thanks
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 13 21:01:33 2025 UTC