This is a discussion on phpinfo system and build date within the PHP Language forums, part of the PHP Programming Forums category; The phpinfo function lists the system ... But is it the system that PHP was compiled on OR the system that ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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. |
|
|||
|
.oO(nom_du_pere@yahoo.com)
>The phpinfo function lists the system ... But is it the system that PHP >was compiled on OR the system that PHP is executing on? It's the system PHP is currently running on. http://www.php.net/php_uname >Same >question for the build date. Is it the build date for PHP or the build >date for the system? PHP Micha |