Extensions are not loaded
Posted by: linuxaddict_be (---.168-243-81.adsl-dyn.isp.belgacom.be)
Date: April 22, 2010 08:44AM

My WAMP server always loaded 2 special modules:
extension=dbg-php5.2.dll (Nusphere debugger)
extension=phpexpress-5.2.dll (Nusphere "pre-compiler"winking smiley

After installing 5.3 - then switching back to 5.2.11 they are no longer loaded.
Where can I find an explanation about the switching of versions, because I suspect this is the problem.

c:\wamp\bin\apache\Apache2.2.11\bin\php.ini
c:\wamp\bin\php\PHP5.2.8\php.ini
c:\wamp\bin\php\PHP5.2.8\phpforapache.ini (this one seems to play a role...)

BTW : I use IE8 / WAMP 2.2.11 / PHP 5.2.8 / MySQL 5.1.30 on the other test PC I have PHP 5.2.11 and MySQL 5.1.36.

Options: ReplyQuote
Re: Extensions are not loaded
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: April 22, 2010 11:12AM

You shouldnt really manually open the php.ini files

if you wanna change it , left click wamp icon> php> php.ini

(this will open the correct one then YOU need to restart services when you change it)
(if you use the wamp menu to select extentions it will automatically reload wamp)


WampServer is a little unusally when it comes to php.ini files

c:\wamp\bin\php\PHPX.X.X\php.ini
This php.ini is for the PHP CLI. wamp uses the CLI for the menu.


c:\wamp\bin\php\PHPx.x.x\phpforapache.ini
When you load a version of php ,this php.ini is copied into c:\wamp\bin\apache\ApacheX.X.X\bin\php.ini

When you load another version... The c:\wamp\bin\apache\Apachex.x.x\bin\php.ini
is copied back to the last version of php running into c:\wamp\bin\php\PHPx.x.x\phpforapache.ini

c:\wamp\bin\apache\ApacheX.X.X\bin\php.ini
This is the php.ini is used for your website and then one that is changed when editing the php.ini on the menu. This is the only one you should edit so that you see changes.

Hope it all makes sense.. So to summarise...

Left click wamp icon> php> php.ini

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]



Edited 1 time(s). Last edit at 04/22/2010 11:14AM by stevenmartin99.

Options: ReplyQuote


Sorry, only registered users may post in this forum.