I am running Apache 1.3.x with php 4.1.1x whe I try to load module phpgettext.dll I get and error module compiled with mod API 20011030 php compiled with mod api 20020429
I am sure this has something to do with the sifferent version I have of apache and php on this system [XP pro] before but am not sure how to fix it. Thanks for the help
Get an updated dll file. THe API is out of date. Or downgrade in PHP (not suggested).
~Brett
wow, that's a pretty old version you got there! I agree, update the dll or better yet - upgrade the whole package =\
I believe 4.3.11 or something like that is the Current 4.x version?
I installed 4.3.11 but the phpinfo still shows 4.3.10 where I I track down this pesky DLL?
Did you use the installer? I hope not. If you did, just download the zip and overwrite everything and set up PHP again the old fashioned way.
ok. I had used the installed but did what you said. However, NOW I get that it cannot fiond the module. it is in the directory that it is looking for. I can load other modules but not this one. What i did was use the same php.ini and let the contents of the zip overwrite what I had in my php folder
restart windows? I had problems with Apache loading the PHP extensions for mySQL and mySQLi and it required a restart.
Nope that did not do it
And you have C:\php; as an enviro variable in windows, and the proper NEW files were copied into the windows directory?
ah...maybe I missed something I do have and have had c:\php in the path setting but perhaps I did not copy what was needed to windows what all should I have put there?
Gee, not 100% sure, but if you google PHP Install on Windows you'll know what to copy where. I think it's the php.ini file, not sure though. And it goes in the windows/system32/?
Copy "php.ini-dist" from the extracted files into your Windows directory, typically "C:\Windows" on Windows 95/98/ME, and rename it to "php.ini".
Here's a guide: How to Install and Configure PHP4 to Run with Apache on Windows by Christopher Heng
Thanks. I should have replied back that I did read that and got it all set now. Thanks again for the help