Skip to main content
Inspiring
July 23, 2007
Answered

how do you determine what version of PHP is on the cold fusion server

  • July 23, 2007
  • 1 reply
  • 275 views
I am trying to find out what version of PHP is on my cold fusion server, how do I do this? Does coldfusion come with PHP?
    This topic has been closed for replies.
    Correct answer Jatrix
    In the C:\Windows folder, locate the file called php.ini and open it in Notepad.

    <?php phpinfo() ?>

    I answered it myself. Maybe it can help someone else.

    1 reply

    JatrixAuthorCorrect answer
    Inspiring
    July 23, 2007
    In the C:\Windows folder, locate the file called php.ini and open it in Notepad.

    <?php phpinfo() ?>

    I answered it myself. Maybe it can help someone else.