diff options
| author | Remi Collet <remi@remirepo.net> | 2026-01-19 06:40:42 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-01-19 06:40:42 +0100 |
| commit | 174a928320d7662b6d8a0103687ac67dd9dd9825 (patch) | |
| tree | 803425058b398457e4d4f758ce5d8f1d92319a13 /grpc-php85.patch | |
| parent | d48b97a5d7691e0920c98a7d99d488114590938c (diff) | |
Diffstat (limited to 'grpc-php85.patch')
| -rw-r--r-- | grpc-php85.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/grpc-php85.patch b/grpc-php85.patch deleted file mode 100644 index a21f9a2..0000000 --- a/grpc-php85.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up ./src/php/ext/grpc/call.c.php85 ./src/php/ext/grpc/call.c ---- ./src/php/ext/grpc/call.c.php85 2025-07-17 10:28:12.598376396 +0200 -+++ ./src/php/ext/grpc/call.c 2025-07-17 10:28:45.097057429 +0200 -@@ -84,7 +84,7 @@ zval *grpc_parse_metadata_array(grpc_met - if (php_grpc_zend_hash_find(array_hash, str_key, key_len, (void **)&data) - == SUCCESS) { - if (Z_TYPE_P(data) != IS_ARRAY) { -- zend_throw_exception(zend_exception_get_default(TSRMLS_C), -+ zend_throw_exception(zend_ce_exception, - "Metadata hash somehow contains wrong types.", - 1 TSRMLS_CC); - efree(str_key); |
