Community News:
Latest PECL Releases (02.16.2021)
by Chris Cornutt
Feb 16, 2021 @ 08:05:02
Latest PECL Releases:
- ice 1.8.0alpha3
- Pecl, add build directories fix #271
- Di, resolve default services in cli fix #295
- Loader, register namespaces in the constructor fix #294
- ev 1.1.2
Fixed Windows build configuration for PHP 8
- ev 1.1.1r1
Stable version release
- event 3.0.2r1
Stable version release.
- gnupg 1.5.0RC1
* Added support for PHP 8
* Added support for GnuPG 2.1+
* Added argument info for all functions and methods (reflection support)
* Added new function `gnupg_getengineinfo`
* Added new function `gnupg_geterrorinfo`
* Added init array argument for setting home dir and gpg binary file name
* Added additional fields to `gnupg_keyinfo` returned array
* Added parameter to `gnupg_keyinfo` to use `secret_only`
* Fixed `gnupg_deletekey` to use boolean for `allow_secret` parameter
- Tensor 2.1.03
No notes
- Tensor 2.1.3
No notes
- ice 1.8.0alpha2
- PHP 7.1, drop support, update phpunit to v8
- Update zephir parser to 1.3.5
- Zephir, use zephir-php8 branch
- Pdo, fix associative array in order by
- PHP 7.2 and 7.3, drop support
- Tests, fix get related count and filter
- Version, remove hyphen fix #292
- gmagick 2.0.6RC1
Works with PHP 8 but some fixes still required.
- smbclient 1.0.5
Fixes possible segfault in php_smb_ops_close.
- protobuf 3.15.0RC1
PHP protobuf
- maxminddb 1.10.0
* When using the pure PHP reader, unsigned integers up to PHP_MAX_INT
will now be integers in PHP rather than strings. Previously integers
greater than 2^24 on 32-bit platforms and 2^56 on 64-bit platforms
would be strings due to the use of `gmp` or `bcmath` to decode them.
Reported by Alejandro Celaya. GitHub #119.
tagged:
Community News:
Latest PECL Releases (02.09.2021)
by Chris Cornutt
Feb 09, 2021 @ 08:05:02
Latest PECL Releases:
- swoole 4.6.3
New APIs
- Added SwooleCoroutinego function (swoole/library@82f63be) (@matyhtf)
- Added SwooleCoroutinedefer function (swoole/library@92fd0de) (@matyhtf)
Enhancement
- Added option compression_min_length for HTTP Server (#4033) (@matyhtf)
- Allowed setting content-length HTTP header in application layer (#4041) (@doubaokun)
Fixed
- Fixed coredump when program reach file open limitation (swoole/swoole-src@709813f) (@matyhtf)
- Fixed JIT being disabled (#4029) (@twose)
- Fixed Response::create() bug (swoole/swoole-src@a630b5b) (@matyhtf)
- Fixed task process id false positives on ARM (#4040) (@doubaokun)
- Fixed README (#4046) (@asheroto)
- Fixed native-curl crash on PHP8 (#4042) (#4045) (@Yurunsoft) (@matyhtf)
- Fixed mem error (#4050) (@matyhtf)
Kernel
- Optimized ssl_connect/ssl_shutdown (#4030) (@matyhtf)
- Exit the process directly when a fatal error occurs (#4053) (@matyhtf)
- pcsc 0.4.0
Updated for PHP 7 compatibility.
- scoutapm 1.2.1
- Fixing builds on ZTS mode (thanks @remicollet, #69)
- datadog_trace 0.55.0
### Added
- Slim 4 integration #1136
- Add support for redis cluster #1137
- scoutapm 1.2.0
- Added support for PHP 8.0 (#66)
- ev 1.1.1
- Fixed #39: tests/bug33.phpt is slow on s390x
- Fixed tests/10_signal.phpt which failed on mips64 Alpinelinux due to a different value of SIGUSR1
tagged:
Community News:
Latest PECL Releases (02.02.2021)
by Chris Cornutt
Feb 02, 2021 @ 08:05:01
Latest PECL Releases:
- redis 5.3.3
phpredis 5.3.3
This release mostly includes just small PHP 8 Windows compatibility fixes
such that pecl.php.net can automatically build Windows DLLs.
You can find a detailed list of changes in Changelog.md and package.xml
-
Fix PHP8 Windows includes [270b4db8] (Jan-E)
-
Fix hash ops for php 8.0.1 [87297cbb] (defender-11)
-
Disable cloning Redis and RedisCluster objects [cd05a344]
(Michael Grunder)
-
Sponsors
~ Audiomack - https://audiomack.com
~ BlueHost - https://bluehost.com
~ Redis Cache Pro for WordPress - https://wprediscache.com
~ Avtandil Kikabidze - https://github.com/akalongman
~ Oleg Babushkin - https://github.com/olbabushkin
~ Zaher Ghaibeh - https://github.com/zaherg
~ BatchLabs - https://batch.com
- ev 1.1.0
Upgraded to PHP8
- sqlsrv 5.9.0
[Added]
- Support for PHP 8.0
- Support for macOS Big Sur, Ubuntu 20.04, Ubuntu 20.10 and Alpine 3.12
- Support for GB18030 locale [#1115](
https://github.com/microsoft/msphpsql/pull/1115)
- Feature Request [#924](https://github.com/microsoft/msphpsql/issues/924) - extended PDO errorinfo to include [additional odbc messages if available](https://docs.microsoft.com/sql/connect/php/pdo-errorinfo) - pull request [#1133](
https://github.com/microsoft/msphpsql/pull/1133)
- [Data Classification with rank info](https://github.com/microsoft/msphpsql/wiki/Features#dataClass), which requires [MS ODBC Driver 17.4.2+](https://docs.microsoft.com/sql/connect/odbc/download-odbc-driver-for-sql-server) and [SQL Server 2019](https://www.microsoft.com/sql-server/sql-server-2019) or an Azure SQL instance that supports it
- [Azure Active Directory Service Principal authentication support](https://docs.microsoft.com/sql/connect/php/azure-active-directory), which requires [MS ODBC Driver 17.7+](https://docs.microsoft.com/sql/connect/odbc/download-odbc-driver-for-sql-server)
[Removed]
- Dropped support for PHP 7.2
- Dropped support for macOS High Sierra, Ubuntu 19.10 and Debian 8
[Fixed]
- Pull Request [#1127](https://github.com/microsoft/msphpsql/pull/1127) - removed TSRMLS macros in preparation for PHP 8 by remicollet
- Pull Request [#1136](https://github.com/microsoft/msphpsql/pull/1136) - improved performance when handling decimal numbers as inputs or outputs and removed unncessary conversions for numeric values
- Pull Request [#1143](https://github.com/microsoft/msphpsql/pull/1143) - if an exception occurs when executing a query, it will not change the output parameters
- Pull Request [#1144](https://github.com/microsoft/msphpsql/pull/1144) - use the correct C types when binding output parameters with integer values
- Pull Request [#1146](https://github.com/microsoft/msphpsql/pull/1146) - improved performance when fetching numbers using client buffers
- Pull Request [#1165](https://github.com/microsoft/msphpsql/pull/1165) - set query timeout without using LOCK TIMEOUT, which saves an extra trip to the server
- Issue [#1170](https://github.com/microsoft/msphpsql/issues/1170) - when fetching large data types such as ntext, check more than only the display size - pull request [#1172](https://github.com/microsoft/msphpsql/pull/1172)
- Pull Request [#1205](https://github.com/microsoft/msphpsql/pull/1205) - minimized compilation warnings on Linux and macOS
- Pull Request [#1209](https://github.com/microsoft/msphpsql/pull/1209) - fixed a bug when fetching varbinary max fields as char or wide chars
- Issue [#1210](https://github.com/microsoft/msphpsql/issues/1210) - switched from preview to beta terminology to enable Pickle support
- Issue [#1213](https://github.com/microsoft/msphpsql/issues/1213) - the MACOSX_DEPLOYMENT_TARGET in config files caused linker errors in macOS Big Sur - Pull Request [#1215](https://github.com/microsoft/msphpsql/pull/1215)
- Pull Request [#1226](https://github.com/microsoft/msphpsql/pull/1226) - replaced the problematic strlen function
- Pull Request [#1227](https://github.com/microsoft/msphpsql/pull/1227) - addressed static code analyis issues
[Limitations]
- No support for inout / output params when using sql_variant type
- No support for inout / output params when formatting decimal values
- In Linux and macOS, setlocale() only takes effect if it is invoked before the first connection. Attempting to set the locale after connecting will not work
- Always Encrypted requires [MS ODBC Driver 17+](https://docs.microsoft.com/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server)
- Only Windows Certificate Store and Azure Key Vault are supported. Custom Keystores are not yet supported
- Issue [#716](https://github.com/Microsoft/msphpsql/issues/716) - With Always Encrypted enabled, named parameters in subqueries are not supported
- Issue [#1050](https://github.com/microsoft/msphpsql/issues/1050) - With Always Encrypted enabled, insertion requires the column list for any tables with identity columns
- [Always Encrypted limitations](https://docs.microsoft.com/sql/connect/php/using-always-encrypted-php-drivers#limitations-of-the-php-drivers-when-using-always-encrypted)
[Known Issues]
- This preview release requires ODBC Driver 17.4.2 or above. Otherwise, a warning about failing to set an attribute may be suppressed when using an older ODBC driver.
- Connection pooling on Linux or macOS is not recommended with [unixODBC](http://www.unixodbc.org/) < 2.3.7
- When pooling is enabled in Linux or macOS
- unixODBC <= 2.3.4 (Linux and macOS) might not return proper diagnostic information, such as error messages, warnings and informative messages
- due to this unixODBC bug, fetch large data (such as xml, binary) as streams as a workaround. See the examples [here](https://github.com/Microsoft/msphpsql/wiki/Features#pooling)
- pdo_sqlsrv 5.9.0
[Added]
- Support for PHP 8.0
- Support for macOS Big Sur, Ubuntu 20.04, Ubuntu 20.10 and Alpine 3.12
- Support for GB18030 locale [#1115](
https://github.com/microsoft/msphpsql/pull/1115)
- Feature Request [#924](https://github.com/microsoft/msphpsql/issues/924) - extended PDO errorinfo to include [additional odbc messages if available](https://docs.microsoft.com/sql/connect/php/pdo-errorinfo) - pull request [#1133](
https://github.com/microsoft/msphpsql/pull/1133)
- [Data Classification with rank info](https://github.com/microsoft/msphpsql/wiki/Features#dataClass), which requires [MS ODBC Driver 17.4.2+](https://docs.microsoft.com/sql/connect/odbc/download-odbc-driver-for-sql-server) and [SQL Server 2019](https://www.microsoft.com/sql-server/sql-server-2019) or an Azure SQL instance that supports it
- [Azure Active Directory Service Principal authentication support](https://docs.microsoft.com/sql/connect/php/azure-active-directory), which requires [MS ODBC Driver 17.7+](https://docs.microsoft.com/sql/connect/odbc/download-odbc-driver-for-sql-server)
[Removed]
- Dropped support for PHP 7.2
- Dropped support for macOS High Sierra, Ubuntu 19.10 and Debian 8
[Fixed]
- Pull Request [#1127](https://github.com/microsoft/msphpsql/pull/1127) - removed TSRMLS macros in preparation for PHP 8 by remicollet
- Pull Request [#1136](https://github.com/microsoft/msphpsql/pull/1136) - improved performance when handling decimal numbers as inputs or outputs and removed unncessary conversions for numeric values
- Pull Request [#1143](https://github.com/microsoft/msphpsql/pull/1143) - if an exception occurs when executing a query, it will not change the output parameters
- Pull Request [#1144](https://github.com/microsoft/msphpsql/pull/1144) - use the correct C types when binding output parameters with integer values
- Pull Request [#1146](https://github.com/microsoft/msphpsql/pull/1146) - improved performance when fetching numbers using client buffers
- Pull Request [#1165](https://github.com/microsoft/msphpsql/pull/1165) - set query timeout without using LOCK TIMEOUT, which saves an extra trip to the server
- Issue [#1170](https://github.com/microsoft/msphpsql/issues/1170) - when fetching large data types such as ntext, check more than only the display size - pull request [#1172](https://github.com/microsoft/msphpsql/pull/1172)
- Pull Request [#1205](https://github.com/microsoft/msphpsql/pull/1205) - minimized compilation warnings on Linux and macOS
- Pull Request [#1209](https://github.com/microsoft/msphpsql/pull/1209) - fixed a bug when fetching varbinary max fields as char or wide chars
- Issue [#1210](https://github.com/microsoft/msphpsql/issues/1210) - switched from preview to beta terminology to enable Pickle support
- Issue [#1213](https://github.com/microsoft/msphpsql/issues/1213) - the MACOSX_DEPLOYMENT_TARGET in config files caused linker errors in macOS Big Sur - Pull Request [#1215](https://github.com/microsoft/msphpsql/pull/1215)
- Pull Request [#1226](https://github.com/microsoft/msphpsql/pull/1226) - replaced the problematic strlen function
- Pull Request [#1227](https://github.com/microsoft/msphpsql/pull/1227) - addressed static code analyis issues
[Limitations]
- No support for inout / output params when using sql_variant type
- No support for inout / output params when formatting decimal values
- In Linux and macOS, setlocale() only takes effect if it is invoked before the first connection. Attempting to set the locale after connecting will not work
- Always Encrypted requires [MS ODBC Driver 17+](https://docs.microsoft.com/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server)
- Only Windows Certificate Store and Azure Key Vault are supported. Custom Keystores are not yet supported
- Issue [#716](https://github.com/Microsoft/msphpsql/issues/716) - With Always Encrypted enabled, named parameters in subqueries are not supported
- Issue [#1050](https://github.com/microsoft/msphpsql/issues/1050) - With Always Encrypted enabled, insertion requires the column list for any tables with identity columns
- [Always Encrypted limitations](https://docs.microsoft.com/sql/connect/php/using-always-encrypted-php-drivers#limitations-of-the-php-drivers-when-using-always-encrypted)
[Known Issues]
- This preview release requires ODBC Driver 17.4.2 or above. Otherwise, a warning about failing to set an attribute may be suppressed when using an older ODBC driver.
- Connection pooling on Linux or macOS is not recommended with [unixODBC](http://www.unixodbc.org/) < 2.3.7
- When pooling is enabled in Linux or macOS
- unixODBC <= 2.3.4 (Linux and macOS) might not return proper diagnostic information, such as error messages, warnings and informative messages
- due to this unixODBC bug, fetch large data (such as xml, binary) as streams as a workaround. See the examples [here](https://github.com/Microsoft/msphpsql/wiki/Features#pooling)
- geospatial 0.3.1
- Added support for PHP 8
- Drop support for PHP 5
tagged:
Community News:
Latest PECL Releases (01.26.2021)
by Chris Cornutt
Jan 26, 2021 @ 08:05:01
Latest PECL Releases:
- swoole 4.6.2
New APIs
- Added Http::Request::getMethod() (#3987) (@luolaifa000)
- Added Coroutine::Socket:recvLine() (#4014) (@matyhtf)
- Added Socket::readWithBuffer() (#4017) (@matyhtf)
Enhancement
- Improved Response::create() (#3998) (@matyhtf)
- Supported CoroutineRedis::hExists return bool with compatibility_mode (swoole/swoole-src@b8cce7c) (@matyhtf)
- Supported PHP_NORMAL_READ for socket_read (swoole/swoole-src@b1a0dcc) (@matyhtf)
Fixed
- Fixed Coroutine::defer coredump in PHP8 (#3997) (@huanghantao)
- Fixed Coroutine::Socket::errCode is not set correctly when using thread context (swoole/swoole-src@004d08a) (@matyhtf)
- Fixed build Swoole error on latest macos (#4007) (@matyhtf)
- Fixed php stream context is nullptr when use md5_file with url (#4016) (@ZhiyangLeeCN)
- Fixed rshutdown deprecated warning when throw exception (#4026) (@huanghantao)
Kernel
- Used AIO thread hook stdio instead of coroutine socket (#4002) (@matyhtf)
- Refactor HttpContext (#3998) (@matyhtf)
- Refactor Process::wait() (#4019) (@matyhtf)
- timezonedb 2021.1
Updated to version 2021.1 (2021a)
- zstd 0.10.0
- Added APCu serialization support
- Updated built-in zstd library to 1.4.8
- smbclient 1.0.4
Check if smbc_setOptionProtocols is available, as at least one distro might have a libsmbclient that is too old.
- smbclient 1.0.3
Add client min/max protocol to streams, and make either min/max optional.
- smbclient 1.0.2
--- Introduces smbclient_client_protocols() to set min and max protocol for negotiation.
- gRPC 1.35.0
- gRPC Core 1.35.0 update
- Removed zend_hash_destroy() from postfork handler #24891
- couchbase 3.1.0
PCBC-742: Propagate custom value transcoder to results
PCBC-707: Add scope-level query and scope qualifier support for QueryOptions.
PCBC-741: Fix memory leak in Bucket::viewQuery()
PCBC-734: Fix destruction of SearchOptions.
PCBC-591: KeyNotFoundException is an alias for DocumentNotFoundException
- datadog_trace 0.54.0
### Added
- Support distributed tracing for calls to curl_multi_exec() #1119
### Changed
- Refactor PHP 7 curl distributed tracing #1123
- Real package verification on nginx, cli, apache #1129
tagged:
Community News:
Latest PECL Releases (01.19.2021)
by Chris Cornutt
Jan 19, 2021 @ 08:05:01
Latest PECL Releases:
- SeasLog 2.2.0
- Support PHP8
- Support s390x and mips64 platform
- Fixed ulong conflicting
- Fixed test case dependence on INI setting (seaslog.default_template)
- Fixed memory leak on
get_code_filename_line
- mysql_xdevapi 8.0.23
WL#14014: XProtocol: Support connection close notification
WL#14228: Replace language in APIs and source code/docs
orabug #30134451: mysqlndx replace raw zval with improved zvalue where possible
orabug #31589457: change default engine from MyISAM to InnoDB
- varnish 1.2.6
- Fix missing header
- xmldiff 1.1.3
- fix inappropriate xmlCleanupParser usage
- Fix PHP 8.0 compatibility (Remi Collet)
- Apply latest compat patches to bundled diffmark
- varnish 1.2.5
- Fix PHP 8.0 compatibility (Remi Collet)
- trader 0.5.1
- Fixed PHP 8.0 support
- parle 0.8.2
- Fixed PHP 8 compatibility (Remi Collet)
- Fixed PHP 7.4+ compatibility (Remi Collet)
- gearman 2.1.0
PHP 8.0.x is now supported
- xmlrpc 1.0.0RC2
This is the snapshot of ext/xmlrpc just before it was unbundled from php-src.
Only minimal modifications have been made thereafter.
- rdkafka 5.0.0
## Enhancements
- PHP 8 support (@nick-zh, @arnaud-lb)
- Suport passing an opaque value in produce(), producev() (@arnaud-lb)
Breaking changes
- pecl_http 3.2.4
* Fixed configure on systems which do not provide icu-config
* Fixed gh-issue #89: Cookie handling cannot be disabled since v3.2.1
- pecl_http 4.0.0
> *NOTE:*
v4.x is PHP-8 only.
- PHP 8 compatibility
- Drop ext-propro support
PHP 8 removes the object get/set API from the ZendEngine, which renders
that extension dysfunctional. As a consequence, the header property of
httpMessage and derived classes cannot be modified in place, and thus
by reference.
Changes from beta1:
- Fixed configure on systems which do not provide icu-config
- Fixed gh-issue #89: Cookie handling cannot be disabled since v3.2.1
tagged:
Community News:
Latest PECL Releases (01.12.2021)
by Chris Cornutt
Jan 12, 2021 @ 08:05:02
Latest PECL Releases:
- igbinary 3.2.2RC1
* Update php version check to allow igbinary to be statically built in PHP 8.0+
- Fix bug in out of memory error handling in __sleep, slightly speed up serializing with __sleep.
- Continue serializing remaining properties if a missing property name is returned from __sleep.
- Speed up serializing by optimizing for the case where there is no memory manager override.
When there is a memory manager override, only use that for allocating the string to return.
(benchmarks/serialize-scalar-int.b.php showed a speedup from 0.22 to 0.18 seconds for repeated serialization of a single scalar,
and from 0.186 to 0.180 seconds for benchmarks/serialize-stringarray.b.php for an array of strings)
- Speed up unserializing arrays in php 7.2-8.0 by adding optimized code for finding the hash bucket of
a string/integer key of an array, or creating a placeholder if it does not already exist.
- vld 0.17.1
- Added support for PHP 8.0.
- swoole 4.6.1
Enhancement
---
+ Added --enable-thread-context option (#3970) (@matyhtf)
+ Strict session_id, check the connection activity (#3993) (@matyhtf)
* Optimized CURLOPT_PROXY, support user, pass and scheme (swoole/library#87) (sy-records)
Fixed
- Fixed minimal PHP version (#3979) (@remicollet)
- Fixed pecl install missing enable-swoole-json and enable-swoole-curl options (#3980) (@sy-records)
- Fixed openssl thread safety issue (swoole/swoole-src@b516d69) (@matyhtf)
- Fixed enableSSL coredump (#3990) (@huanghantao)
Kernel
- Optimized ipc writev, avoid coredump how event data is null (#3994) (@matyhtf)
- swoole 4.5.11
Enhancement
---
* Optimize table (#3959) (@matyhtf)
* Enhancement CURLOPT_PROXY (swoole/library#87) (@sy-records)
Fixed
- Clear all columns when incr and decr (#3956) (@matyhtf)
- Fixed compile error (49fea171) (@matyhtf)
- Fixed fread bugs (#3972) (@matyhtf)
- Fixed openssl thread safety issue (7ee2c1a0) (@matyhtf)
- Fixed Invalid argument supplied for foreach (swoole/library#80) (@sy-records)
- Fixed trigger_error param error (swoole/library#86) (@sy-records)
- PKCS11 0.1.1
- Added a lot of new test cases
- Refactored some Object related functions
- maxminddb 1.9.0
* The `maxminddb` extension is now buildable on Windows. Pull request
by Jan Ehrhardt. GitHub #115.
- gRPC 1.35.0RC1
- gRPC Core 1.35.0 update
- Removed zend_hash_destroy() from postfork handler #24891
- yac 2.3.0
- PHP8 Supported
- yaf 3.3.0
- PHP8 Supported
- Fixed issue #508 (Route::addConfig take action as module wrongly)
- Fixed issue #509 (getViewpath return NULL)
- Fixed issue #513 (supports of custom camel MVC name)
- Fixed issue #518 (setRediect not working)
- swoole 4.6.0
Backward compatibility Break
---
* Removed the maximum limit of session id, never repeat (#3879) (@matyhtf)
* Disabled unsafe function when use Coroutine, including pcntl_fork/pcntl_wait/pcntl_waitpid/pcntl_sigtimedwait (#3880) (@matyhtf)
* Enabled coroutine hook by default (#3903) (@matyhtf)
Remove
- No longer support PHP-7.1 (swoole/swoole-src@4a963df) (swoole/swoole-src@9de8d9e) (@matyhtf)
Deprecated
- Marked the Event::rshutdown() as deprecated, please use Coroutine::run instead (#3881) (@matyhtf)
New APIs
- Supported setPriority/getPriority (#3876) (@matyhtf)
- Supported native-curl hook (#3863) (@matyhtf) (@huanghantao)
- Supported object style callback parameters for Server, off by default (#3888) (@matyhtf)
- Supported ext-sockets hook (#3898) (@matyhtf)
- Supported duplicate header (#3905) (@matyhtf)
- Supported SSL sni (#3908) (@matyhtf)
- Supported hook stdio (#3924) (@matyhtf)
- Supported capture_peer_cert option for stream_socket (#3930) (@matyhtf)
- Added HttpRequest::create/parse/isCompleted (#3938) (@matyhtf)
- Added HttpResponse::isWritable (swoole/swoole-src@db56827) (@matyhtf)
Enhancement
- All time accuracy of Server changed from int to double (#3882) (@matyhtf)
- Added poll EINTR check for swoole_client_select (#3909) (@shiguangqi)
- Added coroutine deadlock detect (#3911) (@matyhtf)
- Supported closing the connection in another process with server base mode (#3916) (@matyhtf)
- Optimized send to worker from master, reduced memory copy (#3910) (@huanghantao) (@matyhtf)
Fixed
- Pop Coroutine::Channel data when channel is closed (swoole/swoole-src@960431d) (@matyhtf)
- Fixed memory error when use JIT (#3907) (@twose)
- Fixed port->set() dtls compile error (#3947) (@Yurunsoft)
- Fixed connection_list error (#3948) (@sy-records)
- Fixed ssl verify (#3954) (@matyhtf)
- Clear all columns when incr and decr (#3956) (@matyhtf) (@sy-records)
- Fixed failed to compile with LibreSSL 2.7.5 (#3962) (@matyhtf)
- Fixed undefined constant CURLOPT_HEADEROPT and CURLOPT_PROXYHEADER
Kernel
- Ignored SIGPIPE signal by default (swoole/swoole-src@9647678) (@matyhtf)
- Supported running php and c coroutines at same time (swoole/swoole-src@c94bfd8) (@matyhtf)
- Added TEST(coroutine_base, get_elapsed) (#3961) (@luolaifa000)
- Added TEST(coroutine_base, get_init_msec) (#3964) (@luffluo)
tagged:
Community News:
Latest PECL Releases (01.05.2021)
by Chris Cornutt
Jan 05, 2021 @ 08:05:01
Latest PECL Releases:
- yar 2.2.0
- PHP8 Supported
- xmlrpc 1.0.0RC1
This is the snapshot of ext/xmlrpc just before it was unbundled from php-src.
Only minimal modifications have been made thereafter.
- xdebug 3.0.2
Mon, Jan 04, 2021 - Xdebug 3.0.2
= Fixed bugs:
- Fixed issue #1907: Empty exception message when setting the $message property to a stringable object
- Fixed issue #1910: Code coverage misses constructor property promotion code
- Fixed issue #1914: Compillation failure on OpenBSD
- Fixed issue #1915: Debugger should only start with XDEBUG_SESSION and not XDEBUG_PROFILE
- Fixed issue #1918: Warn if PHP's Garbage Collection is disabled in gc_stats mode
- Fixed issue #1919: Crash when enabling filter without the right mode active
- Fixed issue #1921: Xdebug does not start step debugging if start_with_request=trigger
- Fixed issue #1922: Code coverage misses array assignment lines
- Fixed issue #1924: Deprecated INI settings displayed in phpinfo()
- Fixed issue #1925: xdebug.start_with_request and start_upon_error display inconsistent values
- Fixed issue #1926: Add Xdebug mode's source to xdebug_info() output
- Fixed issue #1927: Crash when calling xdebug_stop_trace without a trace in progress
- Fixed issue #1928: xdebug_stop_gcstats() can also return false
- xlswriter 1.3.7
- Fix IBM s390x.
- Fix header line no and sheet checkout not init line no.
- Fix single instance opens multiple files, but the file handle is not released.
- Feat worksheet printed.
- Feat worksheet hidden.
- Feat workbook custom first worksheet.
- Feat custom skip hidden rows.
- Feat skip empty rows.
- Feat set global type.
- Feat url text and tool tip.
- Feat work sheet protection.
- Helper xlswriter_get_version and xlswriter_get_author
- datadog_trace 0.53.0
### Added
- Add function to correctly extract trace id in all contexts #1125
### Fixed
- Attach fatal errors to userland root span on PHP 5.6 + PHP 5.5 #1109
- Rebuild CentOS 6 containers #1116
- NullLogger is essential, not optional #1113
- Make Uri to resource name normalization case insensitive #1120
- Avoid empty resource names in Yii in case of root `/` paths #1122
- Fix multiple deferred integration loading on PHP from 7.0 to 7.2 #1121
- Fix error in case of x-datadog-origin header in distributed tracing on PHP 7.0-7.2 #1124
- PKCS11 0.1
Initial Release
- PDO_IBM 1.4.1
* 2020-12-22: 1.4.1
- Fix memory leaks
- Remove PHP compatibility stubs and ifdefs
- Fix compile warnings
- Fix tests with PHP 8 exceptions
tagged: