/    Sign up×
Community /Pin to ProfileBookmark

problems with mssql.dll

I have installed Apache with PHP:

httpd.conf

DirectoryIndex index.html index.html.var default.htm default.html index.php index.php3 index.phtml
ScriptAlias /php/ “C:/Apache2/php/”
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
AddType application/x-httpd-php .php .php4 .phtml
AddType application/x-httpd-php-source .phps
AddHandler cgi-script .cgi
AddHandler php3-script .php3 .phtml
AddHandler php-script .php .php4 .phtml
Action php3-script /php/php.exe
Action php-script /php/php.exe

I try to connect to sql server 2000:

php.ini

extension=php_mssql.dll
extension_dir = “C:Apache2phpextensions”

but I try info.php and it show me unable to load dynamic library C.Apachephpextensionsphp_mssql.dll

some idea???

Thanks,

Ricardo

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@ShrineDesignsNov 23.2004 — [i]extension_dir[/i] must be the path to the php extension directory example:

extension_dir = "c:/php/extensions"

also these lines:

AddType application/x-httpd-php3 .php3

AddType application/x-httpd-php3-source .phps

AddType application/x-httpd-php .php .php4 .phtml

AddType application/x-httpd-php-source .phps

should be:

AddType application/x-httpd-php .php .php4 .php3 .phtml

AddType application/x-httpd-php-source .phps
×

Success!

Help @rsanabria spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...