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

Community News:
Latest PECL Releases (09.27.2016)
Sep 27, 2016 @ 13:05:02

Latest PECL Releases:

  • pdo_sqlsrv 4.0.4
    This version is for PHP 7 only. This preview contains the PDO_SQLSRV drivers for PHP 7 (64-bit) with limitations (see Limitations below for details). Upcoming release(s) will contain more functionality, bug fixes, and more.

  • protobuf 3.1.0a1
    First alpha release.
  • yaml 1.3.0
    New Features: - Removed IS_UNICODE (PHP6) support - Removed support for PHP <5.3.3 - Timestamps encoded according to https://www.w3.org/TR/NOTE-datetime

    Bugs Fixed:

    • Various missing free calls (remicollet, bd808)
    • Fix parameter parsing for yaml_emit_file
    • Fix callback handling for yaml_emit_file
    • Fix result of tag callback to be copied to aliases (ranvis)
    • #71696 Bad datetime management
  • yaml 2.0.0
    Breaking changes: - #69617 yaml.decode_php ini setting now defaults to false. New Features: - PHP7 compatible - 2.x series will no longer support PHP5 Bugs Fixed: - Premature free in y_write_object (remicollet) - Uninitialized smart_str in convert_to_char (remicollet) - Missing free in convert_to_char (remicollet) - Use zend_* datatypes (weltling) - Fix handling of optional encoding argument to yaml_emit_file (weltling) - Removed PHP6 compat IS_UNICODE support (bd808) - Fixed parameter parsing for yaml_emit_file() - Fixed callback usage for yaml_emit_file() - Use smart_str_free() instead of smart_string_free() (remicollet) - #71045 zend_mm_alloc_small crashes with zend_string_alloc - Fix handling of tag callbacks for aliased values (ranvis) - Quick fix on handle_mapping. arrval should be used instead of retval (jabiinfante) - #71696 Bad datetime management (bocharov) - Fix memory leak in mapping with sequence (bocharov) - Fix anchor in anchor problemo (bocharov) - Fix tests bug_64019.phpt, bug_parsing_alias.phpt (bocharov) - #72204 Crash when try to parse yaml file
  • v8js 1.3.3
    - fix detection of libv8_libbase.a during configuration - fix license URIs in package.xml
  • pdflib 4.0.0
    - add support for PHP7
  • mongodb 1.2.0alpha3
    ** Bug * [PHPC-794] - BulkWrite::update() silently ignores invalid arguments

    ** Improvement * [PHPC-424] - Validate that read preference tag set is an array of documents * [PHPC-705] - Do not unnecessarily wrap filters in $query

    ** New Feature * [PHPC-498] - ReadPreference, ReadConcern, and WriteConcern should serialize to BSON * [PHPC-734] - Support providing collation per operation * [PHPC-752] - Allow users to set a limit on acceptable staleness

    ** Task * [PHPC-783] - Use mongoc_collection_find_with_opts() for Query execution * [PHPC-796] - Use flexible opts for BulkWrite update and delete

  • sqlsrv 4.0.4
    This version is for PHP 7 only. This preview contains the SQLSRV drivers for PHP 7 (64-bit) with limitations (see Limitations below for details). Upcoming release(s) will contain more functionality, bug fixes, and more.
tagged:

Link:


Trending Topics: