T
T
Tom2018-06-08 19:31:52
PHP
Tom, 2018-06-08 19:31:52

What is the error when running php command line?

When I try to open php commandline(xampp\php\php.exe) it gives an error:

PHP:  syntax error, unexpected '(' in C:\xampp\php\php.ini on line 1312.

I go to php.ini and on line 1312 there is an entry: set_time_limit(60);
Tell me what is the error ...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2018-06-08
@LafTomas

oddly enough, but the error is in this entire line:
1 the format of the entry in the ini file is completely different
2 what does the function call do in it
read php.net/manual/en/info.configuration.php#ini.max-e...
compare with your
think

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question