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

Community News:
Latest PECL Releases (07.30.2019)
Jul 30, 2019 @ 13:05:01

Latest PECL Releases:

  • redis 5.0.2
    This release contains bugfixes and changes that necessary for PHP-7.4 compatibility

    • Cleanup TSRMLS_* usage [94380227] (Remi Collet)
    • Replace ulong with zend_ulong [b4eb158a] (Remi Collet)
    • Replace uint with uint32_t [d6fc5c73] (Remi Collet)
    • Fix regression for conntecting to ports > 32767 [1f41da64] (Owen Smith)
    • RedisCluster segfaults after second connection with cache_slots enabled [f52cd237, cb5d6b94] (Pavlo Yatsukhnenko, Michael Grunder)
    • Documentation improvements (Michael Grunder)
  • http_message 0.1.1
    Fixed default value issue with ServerRequest::getAttribute(). The method only accepted one argument.
  • ast 1.0.3
    - Fix build error in php 7.4.0alpha3. - Add `DIM_ALTERNATIVE_SYNTAX` as a flag of `AST_DIM` for `$x{'offset'}` (for php 7.4+) - Add `PARENTHESIZED_CONDITIONAL` as a flag of `AST_CONDITIONAL` for `($a ? $b : $c)` (for php 7.4+) - Bugfix: Make `astkind_uses_flags(astAST_ARROW_FUNC)` true in php 7.3 and lower.
  • swoole 4.4.2
    Enhancement --- + Added `idle_worker_num` and `task_idle_worker_num` to `Server::stats` (#2687) (@matyhtf) + PHP7.4 Compatibility (5bf6491) (@twose) (#2707) (@remicollet) + Clear reactor when error occured (61536e7) (@twose)

    Fixed

    • Fixed Socket->sendto (7bd8492) (@twose)
    • Fixed WaitGroup->wait timeout type (acf20c3) (@twose)
    • Fixed #2710 (#2710) (@twose)
    • Fixed event num of signal in OSX (cf32c35) (@matyhtf)
  • xdebug 2.8.0beta1
    Thu, Jul 25, 2019 - xdebug 2.8.0beta1

    = Fixed bugs:

    • Fixed issue #1679: Code Coverage misses static property as function argument
    • Fixed issue #1682: Invalid NULL byte in debugger XML with anonymous classes
    • Fixed issue #1683: Xdebug does not compile due to changes to ASSIGN_ADD and friends operations in PHP 7.4alpha3
    • Fixed issue #1687: Use appropriate process ID for logging and "right process" tracking
    • Fixed issue #1688: Improve performance by using getpid() only when step debugger is active
tagged:

Link:


Trending Topics: