Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Community News:
Latest PECL Releases (03.08.2022)
Mar 08, 2022 @ 08:05:05

Latest PECL Releases:

  • memcached 3.2.0RC1
    - PHP 8.0 and 8.1 support

    • store_retry_count is no more set explicitly (#452)
    • fix MemcachedServer (libmemcached-awesome is recommended)
    • code cleanup
  • teds 1.2.3
    * Make pop() on Sequences affect iterators the same way that `$o->offsetUnset(count($o) - 1)` would. (Move iterators pointing to the removed entry backwards by 1) * Make pop() on MutableIterable move iterators pointing to that entry backwards. * Properly convert references to non-references in some Collection constructors/unserializers and `Tedsunique_values()`
  • teds 1.2.2
    * Fix bugs in TedsStrictHashSet/TedsStrictHashMap iteration behavior. * Fix bug constructing balanced tree in TedsStrictTreeSet/TedsStrictTreeMap from array/unserializing, where certain sizes resulted in trees not maintaining the balancing invariant. * Fix bug when constructing TedsIntVector from array when promoting type but not keeping reserved capacity. * Fix bugs in TedsStrictSortedVectorSet::__construct
  • teds 1.2.1
    * Update documentation * Make iteration of TedsStrictSortedVectorSet and TedsStrictSortedVectorMap account for removals and additions. * Make removal in TedsStrictTreeSet and TedsStrictTreeMap move iterators to the previous node if the iterator pointed to the removed node. Add a state for iterators being prior to the start of the tree. Use the state of being before the first value of the tree when calling InternalIterator::rewind on an empty tree or removing an iterator pointing to the first value in a tree. * Make repacking/removals in TedsStrictHashSet and TedsStrictHashMap move InternalIterator positions. * Change iteration behavior of TedsDeque to be like Vector, make shift/pop behave the same way as offsetUnset with respect to iteration. (If the iterator is moved to be before the start of the deque, calling next will move it to the front, and other changes to the Deque will have no effect)
  • protobuf 3.20.0RC1
    * See github.com/protocolbuffers/protobuf/releases for release notes.
  • teds 1.2.0
    * Add `TedsSortedIntVectorSet` - a Set implementation represented in a way similar to an `TedsIntVector` with unique sorted integers. (This may be useful for reducing memory usage and speeding up unserialization, when unserializing large Sets of integers which change infrequently. See benchmarks/benchmark_vector_unserialize.php) * Add `TedsImmutableSortedStringSet` - an immutable Set implementation containing a list of unique strings sorted with strcmp. (This may be useful for reducing memory usage and speeding up unserialization, when unserializing large Sets of strings which change infrequently to check values for membership in a Set. See benchmarks/benchmark_string_set.php) * Add `TedsImmutableSortedIntSet` - an immutable Set implementation containing a list of unique integers sorted by increasing value. (This may be useful for reducing memory usage and speeding up unserialization, when unserializing large Sets of integers which change infrequently to check values for membership in a Set.) * Rename `TedsBitSet` to `TedsBitVector` * Add `TedsSequence::insert(int $offset, mixed ...$values)` to the Sequence interfaces and implementations * Add first/last to the `TedsSequence` interface. * Fix edge cases with var_export/var_dump/debug_zval_dump and cyclic data structures in debug builds and php 8.2.0-dev. * Make iteration account for offsetUnset/insert/shift/unshift in Sequences.
  • datadog_trace 0.70.1
    ### Changed - Disable x-datadog-tags header propagation #1528 ### Fixed - Fix Laravel exceptions being over-reported #1361 - Fix too aggressive symbol exporting #1523 - Hide the dummy span during trace hooks away #1519 - (PHP 5) Remove empty multi_curl handles hashtables #1513 - Do not mess with the span duration in curl integration #1512 - Fix #1510 post-install not detecting required extension #1511 - ??Explicitly depend on ext/standard and fix in-tree builds #1509
tagged:

Link:


Trending Topics: