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

Community News:
Latest PECL Releases (05.24.2016)
May 24, 2016 @ 13:05:02

Latest PECL Releases:

  • v8js 1.3.0
    This release merges changes from V8Js for PHP 5.x (version 0.6.3) to PHP 7.0 branch.

    New Features

    • Allow to adjust the considered "amount of external memory" by objects exported to V8

    Bug Fixes

    • Pass back V8Object instances, don't re-wrap
    • Retain object identity on 'return $this'
    • Retain object identity on JS-side 'return this'
    • Send LowMemoryNotification signals to V8 before imposing memory limit
    • Fix build against V8 version 5.2 (deprecated WeakCallbackInfo & GetHiddenValue et al)
    • Improve/Clarify README

    Code Cleanup

    • Removed support for "old-age" V8 versions (i.e. V8 < 4.6.76)
    • Removed old examples and pre-phpt test script
  • v8js 0.6.3
    Bug Fixes - Send LowMemoryNotification signals to V8 before imposing memory limit - Fix build against V8 version 5.2 (deprecated WeakCallbackInfo & GetHiddenValue et al) - Improve/Clarify README

    Code Cleanup

    • Removed support for "old-age" V8 versions (i.e. V8 < 4.6.76)
    • Removed old examples and pre-phpt test script
  • pq 2.1.1
    * Fix build with PostgreSQL < 9.3 * Fix required PHP version in package.xml
  • pq 1.1.1
    * Fix build with PostgreSQL < 9.3
  • pq 1.1.0
    * Added public readonly array pqResult::$diag property, listing PQresultErrorField details (gh-issue #14) * Restore listeners and prepared statements after a connection reset (gh-issue #15) * Added pqConnection::$nonblocking and pqConnection::flush() to support non-blocking writes (gh-issue #16)
  • pq 2.1.0
    * Added public readonly array pqResult::$diag property, listing PQresultErrorField details (gh-issue #14) * Restore listeners and prepared statements after a connection reset (gh-issue #15) * Added pqConnection::$nonblocking and pqConnection::flush() to support non-blocking writes (gh-issue #16)
  • SeasLog 1.5.6
    - Fixed issue #76 #80 #86 Fixed segment fault with PHP7. - Make memory usage more stable, and clear memory leaks with PHP5.* and PHP7.*.
  • scrypt 1.4.2
    Fixed memory leak in PHP 7 (#48), weak CSPRNG on salts in the example file (#44)
  • scrypt 1.4.1
    Fixed issue on RHEL 6 in x86_64 with PHP 7 (#46)
  • scrypt 1.4
    Added PHP 7 support (#39, #40, #45)

    Removed support for PHP 5.2 as Travis no longer supports testing it.

tagged:

Link:


Trending Topics: