Page 1 of 1

HELP:how to enable extensions of php in XAMPP 4 Windows?

PostPosted: 10. April 2009 09:09
by fishfree
I want to use phpldapadmin which needs phpldap and gettext extensions enabled. I uncomment the two extensions in the php.ini file, then restart apache, but it still didn't work and showed the same error tip. But the files:php_gettext.dll and php_ldap.dll are really in the extension base dir which is defined in the php.ini!

And then I copied php.ini and the modified php5.ini to C:\windows and apache\conf\, restart apache, still the same error :(

Any help would be appreciated!

Re: HELP:how to enable extensions of php in XAMPP 4 Windows?

PostPosted: 10. April 2009 09:25
by Sharley
This is the German language forum and so this topic may be moved to here:
viewforum.php?f=16


Open http://localhost/xampp/phpinfo.php in your browser and look for this line:
Loaded Configuration File
It will tell you which php.ini file is in use and it's location.

Make your edits in this php.ini file and then save the file and restart Apache.

Re: HELP:how to enable extensions of php in XAMPP 4 Windows?

PostPosted: 14. April 2009 01:49
by fishfree
Thank u! Sharley, u r right!