Changes between Initial Version and Version 1 of Ticket #21121, comment 1
- Timestamp:
- 06/30/12 10:15:32 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21121, comment 1
initial v1 1 Although this function started out life as a compatibility function.. It's got some non-php-core functionality in it, which is why it's been used directly than through a compat wrapper.1 Although this function started out life as a compatibility function.. It's got some non-php-core functionality in it, which is why it's been used directly rather than through a compat wrapper. 2 2 3 3 Specifically, the PHP version doesn't support the final parameter, `$urlencode`, which core uses to produce url's usable for Location headers (IIRC) amongst other things.