Richard G
Verified User
Some application generates errors like this:
Same for time. So I need both the functions phpversion and time to be compile with php.
I found this:
However, I always get confused with modules and functions and what I have to use to get it working.
Do I need for example
Same for time and file_exists()?
Code:
Uncaught Error: Call to undefined function phpversion()
I found this:
However, I always get confused with modules and functions and what I have to use to get it working.
Do I need for example
--with-phpversion
or --enable-phpversion
or something completely different to get this to work in php?Same for time and file_exists()?
Last edited: