473,395 Members | 1,577 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

How do check what version of PHP is running on my web server (Windows XP)?

It seems stupid but I have inherited a server I know it's version
5.something but I would like to know the exact version. It doesn't seem to
be in the PHP.ini file where I would expect it to be.
Jan 18 '06 #1
4 23974
d
"Brendan" <te**@test.test> wrote in message
news:dq**********@ctb-nnrp2.saix.net...
It seems stupid but I have inherited a server I know it's version
5.something but I would like to know the exact version. It doesn't seem to
be in the PHP.ini file where I would expect it to be.


run php_version() and see what it says :)

For more information, though use:

phpinfo();

just put that in a script and run it. It'll tell you all you'll want to
know about your setup.

dave
Jan 18 '06 #2
Ksu
try some magic )))
<?php
phpinfo();
?>

Jan 18 '06 #3
On 2006-01-18, Brendan <te**@test.test> wrote:
It seems stupid but I have inherited a server I know it's version
5.something but I would like to know the exact version. It doesn't seem to
be in the PHP.ini file where I would expect it to be.


http://php.belnet.be/manual/en/reserved.constants.php

<?php echo PHP_VERSION; ?>

--
Met vriendelijke groeten,
Tim Van Wassenhove <http://timvw.madoka.be>
Jan 18 '06 #4
Right click on php.exe and select the Version tab.

Jan 18 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: wrybread | last post by:
I need to check the state of a processes from within a PHP script on a Windows machine. All I need to know is whether or not the process exists (i.e., is running). Anyone have any ideas? I...
2
by: aurora | last post by:
I am looking for a way for reloading updated modules in a long running server. I'm not too concerned about cascaded reload or objects already created. Just need to reload module xxx if the...
3
by: Chung Ley | last post by:
Hi I am having problem running an .net application on a Windows2000 Terminal Server. The application seems to work fine on user's desktop The issues that I have with running the application on...
4
by: gokoby | last post by:
Hi, I want to create a tool that run over Windows Server 2003 and checks the sql server 2000 edition (Enterprise, Standard, Personal, Developer). I know I can do from the query analyzer -...
10
by: Li Pang | last post by:
Hi Anybody knows how to check a network server is available (pingable) Many thanks in advance.
8
by: Neil Robbins | last post by:
I'd like to know how to check whether another application is running in Windows on the same computer from my application so I can perform an action if it is. Could anyone suggest where helpful...
3
by: Hamed | last post by:
Hello How can I check what is the Windows version and if it is Windows XP, is SP2 of Windows XP installed? Regards Hamed
6
by: Raghunandan24 | last post by:
Hi, Can you tell me how to check if tomcat server is running. Is there a command i can use. Thanks, Raghu
2
by: kellygreer1 | last post by:
Sorry for the crosspost, but I thought some of the PHP folks might also be able to help. Can anyone point me in the right direction for NT Authenticating on Apache running on Windows? I see many...
1
by: Victor Miagkikh | last post by:
I'm getting a foreign key constraint error when I use MySQL running under Windows 7. When I run the same MySQL and Hybernate code on Mac it works just fine. Here are the details of the error: ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.