phpinfo system and build date

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • nom_du_pere@yahoo.com

    #1

    phpinfo system and build date

    The phpinfo function lists the system ... But is it the system that PHP
    was compiled on OR the system that PHP is executing on? I took a sneak
    peek at the source code and I am leaning toward the latter... Same
    question for the build date. Is it the build date for PHP or the build
    date for the system?

    Thanks.

  • Michael Fesser

    #2
    Re: phpinfo system and build date

    .oO(nom_du_pere @yahoo.com)
    [color=blue]
    >The phpinfo function lists the system ... But is it the system that PHP
    >was compiled on OR the system that PHP is executing on?[/color]

    It's the system PHP is currently running on.

    Returns information about the operating system PHP is running on

    [color=blue]
    >Same
    >question for the build date. Is it the build date for PHP or the build
    >date for the system?[/color]

    PHP

    Micha

    Comment

    Working...