PHP Upgrade 5.4 => 7.2

This commit is contained in:
2020-07-31 04:58:02 -04:00
parent d4271e9e90
commit 88819877ac
278 changed files with 40520 additions and 126229 deletions
+1
View File
@@ -52,6 +52,7 @@ static inline bool is_base64(unsigned char c) {
return (isalnum(c) || (c == '+') || (c == '/'));
}
string base64_decode(string const& encoded_string) {
int in_len = encoded_string.size();
int i = 0;