rfc:ommit-double-slash-in-user-stream-wrapper-uri

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
rfc:ommit-double-slash-in-user-stream-wrapper-uri [2017/01/26 09:44] brzuchalrfc:ommit-double-slash-in-user-stream-wrapper-uri [2017/01/26 09:48] – Gramatic brzuchal
Line 18: Line 18:
  
 ===== Proposal ===== ===== Proposal =====
-This RFC proposes to add new flag ''STREAM_IS_URI'' to use with [[http://pl1.php.net/manual/en/function.stream-wrapper-register.php|stream_wrapper_register]] in a third parameter.+This RFC proposes to add new flag ''STREAM_IS_URI'' to use with [[http://pl1.php.net/manual/en/function.stream-wrapper-register.php|stream_wrapper_register]] in a third parameter.
  
-Passing new flag allows user defined Stream Wrapper class based on [[http://pl1.php.net/manual/en/class.streamwrapper.php|streamWrapper prototype]] to handle URI in their general syntax consisting of ''<scheme>'' and ''<scheme-specific-part>'' whose interpretation depends on the scheme.+Passing the new flag allows user defined Stream Wrapper class based on [[http://pl1.php.net/manual/en/class.streamwrapper.php|streamWrapper prototype]] to handle URI in their general syntax consisting of ''<scheme>'' and ''<scheme-specific-part>'' whose interpretation depends on the scheme.
  
 ===== Examples ===== ===== Examples =====
Line 49: Line 49:
  
 ===== Proposed PHP Version(s) ===== ===== Proposed PHP Version(s) =====
-next PHP 7.x+next PHP 7.x or PHP 8.0
  
 ===== RFC Impact ===== ===== RFC Impact =====
rfc/ommit-double-slash-in-user-stream-wrapper-uri.txt · Last modified: 2021/03/27 14:59 by ilutov