Код: Выделить всё
php -C D:\\CPIT405\\Lab-exam\\PHP\\php.ini-development -S localhost:3000
Ошибка синтаксического анализа: синтаксическая ошибка, неожиданный токен «и» , ожидая конца файла в D:\CPIT405\Lab-exam\PHP\php.ini-development в строке 188
Я проверил php.ini -файл разработки в указанной строке, но я не смог выявить никаких проблем. Вот скриншот
соответствующей части файла.
Код: Выделить всё
; This directive determines whether or not PHP will recognize code between
; tags as PHP source which should be processed as such. It is
188 line; generally recommended that should be used and that this feature
; should be disabled, as enabling it may result in issues when generating XML
; documents, however this remains supported for backward compatibility reasons.
; Note that this directive does not control the
Подробнее здесь: [url]https://stackoverflow.com/questions/79263583/parse-error-in-php-ini-development-while-running-php-server[/url]
Мобильная версия