But I get an error saying that something isnt the same as something else and its talking about modules. And they need to match. How do I change them?
PHP MODULES
Moderator: General Moderators
PHP MODULES
What are php modules? I think I missed it somewhere.
But I get an error saying that something isnt the same as something else and its talking about modules. And they need to match. How do I change them?
But I get an error saying that something isnt the same as something else and its talking about modules. And they need to match. How do I change them?
are you sure you are not talking about "extensions"? http://pecl.php.net
Nope. This is the error:
Code: Select all
Unknown(): (null): Unable to initialize module
Module compiled with module API=20041030, debug=0, thread-safety=1
PHP compiled with module API=20020429, debug=0, thread-safety=1
These options need to match- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Also be careful with the various of ini settings in the php.ini. That file tends to change from time to time between versions...
Meaning; a setting that worked in php4 might be deprecated and fubar in php5. Common error when dealing with php.ini residing in the %SYSTEM%\ directory (or similiar) on the windows platform. Worth looking into, I'm just making this note for others reading this.
Neverless, you should allways make a 'clean' (re-)install of php when upgrading/downgrading.
Meaning; a setting that worked in php4 might be deprecated and fubar in php5. Common error when dealing with php.ini residing in the %SYSTEM%\ directory (or similiar) on the windows platform. Worth looking into, I'm just making this note for others reading this.
Neverless, you should allways make a 'clean' (re-)install of php when upgrading/downgrading.
Parody: goto: http://www.wampserver.com/en/ download and install.. I've never used easyphp but wamp is the same deal and I know it works. PHP5 has mysql functionality built in as far as I know..