slides/internals/php81-deprecations.xml
PHP 8.1 deprecations
29/32
Internal Method Return Types
No Title Text for this slide yet
  • • date_sunrise() and date_sunset()
  • • key(), current(), next(), prev(), and reset() on objects
  • • mb_check_encoding()% without argument
  • • FILE_BINARY and FILE_TEXT constants
  • • Passing bool for $value argument of IntlCalendar::roll()
  • • Accessing static members on traits
  • • strptime()
  • • strftime() and gmtstrftime()
  • • mhash*() function family
  • • ctype_*() function family accepts int parameters
  • • Return by reference with void type
  • • NIL constant defined by the IMAP extension
  • • Calling overloaded pgsql functions without the connection argument
  • • $num_points parameter of image(open|filled)polygon
  • • mysqli::init()
  • • filter.default ini setting
  • • auto_detect_line_endings ini setting
  • • ssl_method option to SoapClient constructor
  • • FILTER_SANITIZE_STRING
  • • oci8.old_oci_close_semantics ini setting
  • • odbc_result_all()