[PHP] Re: Re: Re: Pixmicat!-PIO 在php7.4下调试记录1 →→→→→进入此内容的聊天室

来自 Tacky Plover, 2022-05-02, 写在 PHP, 查看 189 次. 这张便签是回复 Re: Re: Pixmicat!-PIO 在php7.4下调试记录1 来自 Trivial Dolphin - 返回
URL http://www.code666.cn/view/9cbf6245/diff
?error.log??????????????????????????????



3. 4.ERROR Global - Fatal error Error caught: #8192: Array and string offset access syntax with curly braces Function get_magic_quotes_gpc() is deprecated in /pixmicat-develop/lib/lib_common./pixmicat-develop/pixmicat.php on line 165

????php7???????????????????????

$chars = ord($str{$i});

680


 $upsizeHDR += strlen('Content-Disposition: form-data; name="' . $header . '"' . "\r\n\r\n" . (get_magic_quotes_gpc() ? stripslashes($value) : $value) . "\r\n");

??get_magic_quotes_gpc() ??????????????

??

$chars = ord($str[$i]); $upsizeHDR += strlen('Content-Disposition: form-data; name="' . $header . '"' . "\r\n\r\n" . ( stripslashes($value) ) . "\r\n");

回复 "Re: Re: Re: Pixmicat!-PIO 在php7.4下调试记录1 "

这儿你可以回复上面这条便签

captcha