fix: endless loop and error verification#292
Open
Endy-c wants to merge 1 commit intoalipay:masterfrom
Open
Conversation
1、PHP8中`0 != ''`永远为`true`导致while产生死循环 2、'alipay.merchant.item.file.upload'验签时加上异步通知接口参数会失败,其他接口 待遇到后加入getExcludeMethods数组
您好,您所反馈的php8中可能出现的while死循环问题已解决:c600883 |
Author
|
明天我来测试一下看看,光从代码看,这样简单注释掉我觉得会有问题,打开的流没有读取文件内容就直接返回了,文件不知道能不能传上去。
…---Original---
From: ***@***.***>
Date: Mon, Nov 28, 2022 22:17 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [alipay/alipay-easysdk] fix: endless loop and error verification (PR #292)
1、PHP8中0 != ''永远为true导致while产生死循环 2、'alipay.merchant.item.file.upload'验签时加上异步通知接口参数会失败,其他接口 待遇到后加入getExcludeMethods数组
您好,您所反馈的php8中可能出现的while死循环问题已解决:c600883
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1、PHP8中
0 != ''永远为true导致while产生死循环2、'alipay.merchant.item.file.upload'验签时加上异步通知接口参数会失败,其他接口
待遇到后加入getExcludeMethods数组