?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");