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

Community News:
Latest PECL Releases (04.11.2017)
Apr 11, 2017 @ 13:05:02

Latest PECL Releases:

  • sqlsrv 4.1.8preview
    [Added]

    • Connection Resiliency now supported in Windows
    • Connection pooling now works in MAC [Fixed]
    • Added a workaround for a bug in unixODBC 2.3.4 when connection pooling is enabled
    • Fixed the issue in MAC such that the order of which drivers are loaded first no longer matters
    • Fixed sqlsrv_num_rows() when the client buffered result is null (issue #330)
    • Fixed compilation const char conversion warnings (issue #332) [Known Issues]
    • User defined data types and SQL_VARIANT
  • pdo_sqlsrv 4.1.8preview
    [Added] - Connection Resiliency now supported in Windows - Connection pooling now works in MAC [Fixed] - Added a workaround for a bug in unixODBC 2.3.4 when connection pooling is enabled - Fixed the issue in MAC such that the order of which drivers are loaded first no longer matters - Improved performance by implementing a cache to store column SQL types and display sizes (issue #189) - Fixed issue with the unsupported attribute PDO::ATTR_PERSISTENT in connection (issue #65) - Fixed issue when deleting on something that doesn't exist (issue #336) [Known Issues] - User defined data types and SQL_VARIANT - Binary column binding with emulate prepare (issue #140)
  • krb5 1.1.2
    - [BUG] Add missing function entry termination for TLData - [CLEANUP] Don't return garbage on hard class initialization errors, don't throw from create_object handlers
  • vips 1.0.5
    * Use VIPS_SONAME, if we can * More stuff in php_info(), see https://github.com/jcupitt/php-vips/issues/32 * Add vips_foreign_find_load() and vips_foreign_find_load_buffer(), see https://github.com/jcupitt/php-vips/issues/37
  • couchbase 2.3.1
    * PCBC-459: restore CouchbaseBucket::unlock() method, which has been lost in refactoring * PCBC-460: prefer managed strings to persistent when storing document values. * PCBC-461: deallocate intermediate results when using encoder compression * PCBC-462: replace new lines in log entries with space * PCBC-464: fix NumericRangeFacet with NULL boundary on PHP 5.4 * PCBC-463: fix incorrect reference counting on Search API. (might lead to segfaults and leaks) * PCBC-465: check encoded ViewQuery before sending to libcouchbase * PCBC-467: intermediate values in Datastructures API might leak. (e.g. result of internal "get" to find out size of the list) * PCBC-469: implement SearchQuery->sort() function to support sorting FTS results, which is accessible in Couchbase Server 4.6+ * PCBC-471: fixed issue, when the library always use credentials for the first bucket in Authenticator. * PCBC-441: add experimental support of Analytics query. https://developer.couchbase.com/documentation/server/4.5/analytics/introduction.html
  • zip 1.14.0
    - Fix #70103: ZipArchive::addGlob ignores remove_all_path option (cmb) - add ZipArchive::setEncryptionName and ZipArchive::setEncryptionIndex methods available with libzip >= 1.2.0 (Remi) - add encryption_method in statIndex/statName returned array (Remi) - allow to set password in stream wrapper using context (Remi) - Fix #73803: Reflection of ZipArchive does not show public properties (Remi) - support for system libzip on Windows (Anatol) - drop bundled libzip, only support system library (Remi)
tagged:

Link:


Trending Topics: