diff options
author | Marcus Boerger <helly@php.net> | 2006-07-16 10:37:24 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-07-16 10:37:24 +0000 |
commit | f03f2c5eaed65e366409d3071ba5ec44b56f341b (patch) | |
tree | 882cc9a27a75a7dc6daed14c6d2703106cd7be25 /NEWS | |
parent | 9c30e20bd672b7c8ef53257705e9010dd29b656f (diff) | |
download | php-git-f03f2c5eaed65e366409d3071ba5ec44b56f341b.tar.gz |
- MFH Pathinfo allows to get filename (Toby S, Christian S)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -56,6 +56,8 @@ PHP NEWS . Added readInnerXML(), readOuterXML(), readString(), setSchema(). (2.6.20+) . Changed to passing libxml options when loading reader. +- Added PATHINFO_FILENAME option to pathinfo() to get the filename. (Toby S., + Christian S.) - Added array_fill_keys(). (Marcus, Matthew Wilmas) - Added posix_initgroups() function. (Ilia) - Added an optional parameter to parse_url() to allow retrieval of distinct URL |