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/24 09:34] – Added PR brzuchalrfc:ommit-double-slash-in-user-stream-wrapper-uri [2017/01/26 09:44] brzuchal
Line 1: Line 1:
-====== PHP RFC: Ommit double-slash in user Stream Wrapper URI ======+====== PHP RFC: Remove requirement for authority portion of user stream wrapper URIs ======
   * Version: 1.0   * Version: 1.0
   * Date: 2017-01-23   * Date: 2017-01-23
Line 39: Line 39:
 </code> </code>
  
-Output: ''Stating file: test:file.txt''+Output: 
 +<code> 
 +Stating file: test:file.txt 
 +</code>
  
  
 ===== Backward Incompatible Changes ===== ===== Backward Incompatible Changes =====
-No backward incompatible changes, when the additional flag is missing all handled paths are checked in case of double slash existence after the colon. That's all.+No backward incompatible changes, when the additional flag is missing all handled paths are checked in case of double slash existence after the colon.
  
 ===== Proposed PHP Version(s) ===== ===== Proposed PHP Version(s) =====
rfc/ommit-double-slash-in-user-stream-wrapper-uri.txt · Last modified: 2021/03/27 14:59 by ilutov