rfc:binary_string_comparison

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:binary_string_comparison [2014/08/17 19:41] – rm open issues maberfc:binary_string_comparison [2014/08/17 19:47] – depreacte zendi_smart_strcmp mabe
Line 29: Line 29:
  
 As a side effect it makes string comparison much faster and force developer to really write what they mean (No need to guess) and to force developers to cast/filter input once which also affects performance. As a side effect it makes string comparison much faster and force developer to really write what they mean (No need to guess) and to force developers to cast/filter input once which also affects performance.
 +
 +On C-Level the function ''zendi_smart_strcmp'' will be unused and marked as deprecated.
  
 === string == string === === string == string ===
Line 256: Line 258:
 As this is a backwards-incompatible change, this RFC targets PHP.next. As this is a backwards-incompatible change, this RFC targets PHP.next.
  
-===== Unaffected PHP Functionality =====+===== Affected PHP Functionality =====
  
 Only non-strict string to string comparison will be affected. Only non-strict string to string comparison will be affected.
 +Means the operators ''=='', ''!='', ''<'', ''>'', ''>='', ''>='' and related sorting functions using the default sorting flag ''SORT_REGULAR''.
  
 ===== Future Scope ===== ===== Future Scope =====
rfc/binary_string_comparison.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1