php showing 2 versions


 
Thread Tools Search this Thread
Top Forums Web Development php showing 2 versions
# 1  
Old 10-06-2011
php showing 2 versions

Fedora core 5
upgraded PHP

php -v
PHP 5.3.8 (cli) (built: Sep 30 2011 05:55:57)
Copyright (c) 1997-2011 The PHP Group

but if I also created a <?php phpinfo() ?> doc and it reports as
5.1.6 still

something missing somewhere?
# 2  
Old 10-18-2011
Restart the web server.
Make sure the web server is configured to load modules from the same place you installed them, which would most likely be /usr/lib/php/modules or /usr/lib64/php/modules.
It's possible HTTP is running in 32 bit land and php from the command line is 64-bit, or vice-versa.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Fedora

All different versions of UNIX

Hello, I am very new at this and would like to know how many versions of Unix there are and all of the different versions of unix. (3 Replies)
Discussion started by: rosanna azani
3 Replies

2. HP-UX

Versions of HP-UX

Lo guys, I've just started a new department in work and I'm going to be using HP-UX with Vi. The problem is I'm completely new to UNIX, I'm currently learning at work but I only have limited amounts of time on our dev systems. Is it possible to get a free/educational version any where? I don't... (4 Replies)
Discussion started by: john2012
4 Replies

3. UNIX for Advanced & Expert Users

What are these kernel versions?

2.6.32-028stab094.3 x86_64 vs 2.6.32-5-amd64 x86_64 and where can i download the first one? thx (1 Reply)
Discussion started by: suffeks
1 Replies

4. Shell Programming and Scripting

compare versions.

Hi , I have versions something like 1.10.0 and 1.9.1 and i want to compare them. I wrote sample program like below. #!/usr/bin/perl my $var1 = "1.10.0"; my $var2 = "1.9.0"; if ($var1 eq $var2) { print "EQUAL\n"; } if ($var1 gt $var2) { print "GREATER $var1 $var2\n"; } if ($var1 lt... (3 Replies)
Discussion started by: successlin
3 Replies

5. Web Development

apache2 & two php versions, how to use specific version

Hi all, I have my Debian web server, where apache2 and php 5.2.0 are installed from debian package. It worked fine, both in CLI & Browser. Recently i installed the php 5.2.9 from the source. To verify it i executed the "php --version" and it is showing 5.2.9 . But in the browser still it is... (19 Replies)
Discussion started by: thegeek
19 Replies

6. Solaris

How to know which versions we are using c, c++ in Solaris.

How to know which versions we are using c, c++ in Solaris. Thanks & Regards Durgaprasad (1 Reply)
Discussion started by: durgaprasadr13
1 Replies

7. HP-UX

Is there any way to get old HP-UX versions?

I got my hands on a HP9000/380 and need a (really) old version of HP-UX, like 7 or 8. Is there any vendor who sells older versions? I did a quick search here and checked the FAQ and HPs HP-UX site but couldn't find anything. :confused: Any help is appreciated! (4 Replies)
Discussion started by: dlundh
4 Replies

8. UNIX for Dummies Questions & Answers

Versions of UNIX

Hi all: I was just wondering if someone could tell me what versions of UNIX are available to public? I'm aware of all the available distro's for Linux e.g. Debain, SuSe, RedHat, etc ... However you never really here much about UNIX distro's! Is UNIX BDS a common one in use? Thanks Oliver (4 Replies)
Discussion started by: oliver79
4 Replies

9. UNIX Desktop Questions & Answers

Need to know all versions of Unix

:confused: What are some of the most popular versions of Unix and why? (2 Replies)
Discussion started by: jpawlicki2
2 Replies

10. Shell Programming and Scripting

different versions?

can someone tell me a shell-script to convert an older version of a file with the current one? (1 Reply)
Discussion started by: deeptia
1 Replies
Login or Register to Ask a Question