Ticket #3539 (closed PHP deviation: fixed)

Opened 9 months ago

Last modified 7 months ago

pathinfo() second parameter not supported

Reported by: Michael Placentra II <nothingsoriginalontheinternet@gmail.com> Assigned to: anonymous
Priority: normal Milestone: 3.1.0 beta
Component: Standard Library Version: trunk
Severity: minor Keywords: pathinfo
Cc:

Description

Zend PHP supports a second, optional parameter to pathinfo() to limit what data to calculate and return.

If the second parameter is specified, pathinfo() should return a string (corresponding to the second parameter, and Zend's picks one if you bit-or multiple) as opposed to an array of strings of all the data you could possibly want.

Change History

04/11/08 10:39:33 changed by weyrick

  • status changed from new to closed.
  • resolution set to fixed.

this was fixed in r431. thanks.