PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesPHP Development

Closed Thread
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old February 11th, 2013, 04:16 PM
williamrouse williamrouse is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2013
Posts: 10 williamrouse User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 59 m 39 sec
Reputation Power: 0
PHP-General - Phpinfo completnes

In my php.ini file I have these lines uncommented

extension=php_mysql.dll
extension=php_mysqli.dll
Yet when I run my phpinfo function I do not see them listed.
Is this the norm?

Reply With Quote
  #2  
Old February 11th, 2013, 04:58 PM
requinix's Avatar
requinix requinix is offline
Still alive
Click here for more information.
 
Join Date: Mar 2007
Location: Washington, USA
Posts: 12,723 requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)  Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1
Time spent in forums: 5 Months 1 Week 4 Days 7 h 52 m 46 sec
Reputation Power: 8969
Send a message via AIM to requinix Send a message via MSN to requinix Send a message via Yahoo to requinix Send a message via Google Talk to requinix
No it's not. Did you restart the web server?

Reply With Quote
  #3  
Old February 11th, 2013, 06:23 PM
williamrouse williamrouse is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2013
Posts: 10 williamrouse User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 59 m 39 sec
Reputation Power: 0
Quote:
Originally Posted by requinix
No it's not. Did you restart the web server?

Yes, I rebooted. I made sure there is only one php.ini file. I do have one concern and that is how you set the location for the location of the ini file. The statement that I found was:
PHPIniDir "c:/php"
Is that the only one needed?

The location of the two libraries should be in the ext directory, correct?
Thanks!
wbr

Reply With Quote
  #4  
Old February 11th, 2013, 07:13 PM
E-Oreo's Avatar
E-Oreo E-Oreo is offline
Lost in code
Click here for more information.
 
Join Date: Dec 2004
Posts: 7,947 E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)  Folding Points: 945 Folding Title: Novice Folder
Time spent in forums: 2 Months 10 h 55 m 23 sec
Reputation Power: 7053
phpinfo() will tell you the path to the php.ini file. I would use that, rather than trying to change it.
__________________
PHP FAQ
How to program a basic, secure login system using PHP
Connect with me on LinkedIn


Quote:
Originally Posted by Spad
Ah USB, the only rectangular connector where you have to make 3 attempts before you get it the right way around

Reply With Quote
  #5  
Old February 11th, 2013, 11:59 PM
williamrouse williamrouse is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2013
Posts: 10 williamrouse User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 59 m 39 sec
Reputation Power: 0
Quote:
Originally Posted by E-Oreo
phpinfo() will tell you the path to the php.ini file. I would use that, rather than trying to change it.


Yes, I found that line in the phpinfo() output.

I tried this experiment. I repeatedly commented and uncommented the line in the php.ini file that loads the gd_library:
extension=php_gd2.dll.
I then ran the phpinfo() function and the text appeared and disappeared in the output correctly. So now I am more confused.

Reply With Quote
  #6  
Old February 12th, 2013, 08:40 PM
williamrouse williamrouse is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2013
Posts: 10 williamrouse User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 59 m 39 sec
Reputation Power: 0
Quote:
Originally Posted by williamrouse
Yes, I found that line in the phpinfo() output.

I tried this experiment. I repeatedly commented and uncommented the line in the php.ini file that loads the gd_library:
extension=php_gd2.dll.
I then ran the phpinfo() function and the text appeared and disappeared in the output correctly. So now I am more confused.


I was able to resolve this issue by adding the PHP directory to the system path.

Reply With Quote
Closed Thread

Viewing: Dev Shed ForumsProgramming LanguagesPHP Development > PHP-General - Phpinfo completnes

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap