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

Community News:
Latest PECL Releases (02.28.2017)
Feb 28, 2017 @ 14:05:03

Latest PECL Releases:

  • xdebug 2.5.1
    Sun, Feb 26, 2017 - xdebug 2.5.1

    = Fixed bugs:

    • Fixed issue #1057: Add xdebug.ini of all settings to package
    • Fixed issue #1165: DBGp: step_out skips subsequent function calls
    • Fixed issue #1180: Code coverage crashes with non-standard start/stops
    • Fixed issue #1278: Xdebug with PHP 7 does not handle prefill-from-oparray for XDEBUG_CC_UNUSED
    • Fixed issue #1300: Xdebug functions are not exposing their signature to Reflection
    • Fixed issue #1313: Arguments to __call() trampoline picked from the wrong memory location
    • Fixed issue #1329: While printing out a stack with and function parameters, XDebug reads uninitialized zvals or free()d memory
    • Fixed issue #1381: Code Coverage misses line due to missing FETCH_DIM_W overload
    • Fixed issue #1385: can not fetch IS_INDIRECT properties
    • Fixed issue #1386: Executable code not shown as executed/executable
    • Fixed issue #1392: Unable to compile on FreeBSD due to missing struct definition
    • Fixed issue #1394: Code coverage does not cover instanceof (in elseif)
  • swoole 1.9.6
    - Added swoole_mysql::escape method to escape special characters in SQL statements - Added support for openssl-1.1 - Fixed timer crash when more than 10,000 timers were added - Added swoole_serialize module, PHP7 under high performance serialization library - Fixed swoole_client->enableSSL method ssl_cert_file and ssl_key_file invalid parameters - Added swoole_http_server support for POST multi-level KEY - Fixed listening on UDP port setting onPacket invalid issue
tagged:

Link:


Trending Topics: