find your php version
Ya, so I'm totally clued out on this PHP stuff, but I do know that I want to use a Subversion module that requires PHP version 4.3 or later.
So throw this bit of code
into a page named info.php (or whatever) in your /var/www/html directory and point your browser at it and it will let you know more than you ever wanted to know about your PHP installation.
source linkage
So throw this bit of code
< ?php phpinfo(); ? >
into a page named info.php (or whatever) in your /var/www/html directory and point your browser at it and it will let you know more than you ever wanted to know about your PHP installation.
source linkage
Labels: svn
0 Comments:
Post a Comment
<< Home