Leymelki Posted September 2, 2019 Report Share Posted September 2, 2019 Есть игра(браузерная) на php 5 кто и за сколько может перевести на php 7 Хотя бы пару скриптов (дальше сам по аналогии) Quote Link to comment Share on other sites More sharing options...
Rezvitsky Posted September 3, 2019 Report Share Posted September 3, 2019 В 02.09.2019 в 17:32, Karina сказал: Есть игра(браузерная) на php 5 кто и за сколько может перевести на php 7 Хотя бы пару скриптов (дальше сам по аналогии) Смотри в php есть удобная штука такая как вывод ошибок. Ты поставь на локалку или сервер и выбери php7. Будут ошибки выводиться и ты по ходу решишь их. Не забудь включить показ ошибок в php. Таким кодом: ini_set('error_reporting', E_ALL); ini_set('display_errors', 1); ini_set('display_startup_errors', 1); 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.