|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2021-09-16 21:31 UTC] cmb@php.net
-Package: *Extensibility Functions
+Package: PECL
[2021-09-21 12:37 UTC] cmb@php.net
-Status: Open
+Status: Not a bug
-Assigned To:
+Assigned To: cmb
[2021-09-21 12:37 UTC] cmb@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
Description: ------------ When i use grpc extension to connection some golang grpc server. --------------------------------------------------- class Client extends \Grpc\BaseStub { public function __construct($hostname, array $opts, $channel = null) { parent::__construct($hostname, $opts, $channel); } } ------------------------------------------ Error: Assertion failed: (((ht)->gc.refcount == 1) || ((ht)->u.flags & (1<<6))), function zend_hash_str_del, file /Users/xxx/opt/php-7.2.8/Zend/zend_hash.c, line 1162. ----------------------------- The php version is 7.2.8.