Subscribe to PHP Freaks RSS

Community News: Latest PECL Releases (09.06.2022)

syndicated from www.phpdeveloper.org on September 6, 2022

Latest PECL Releases:

  • xhprof 2.3.7
    - fix version number

  • xhprof 2.3.6
    - Compatible with PHP8.2RC1 #68
  • ibm_db2 2.1.7
    Corrects a packaging mistake in 2.1.6.
  • var_representation 0.1.2
    * Switch from infinite recursion detection on the object's properties to infinite recursion detection on the object itself. This conforms with the change to var_export/debug_zval_dump in php 8.2-dev, and would allow data structures to safely start returning temporary arrays that can be garbage collected to save memory (after dumping the representation) starting in php 8.2+.
  • simdjson 2.0.3
    * Fix error validating package.xml when uploading to PECL due to blank username of lead without a PECL account.