On my system Win 2K Prof. I have installed Apache with 4.3.4 PhP and MySQL....
I must make the porting of an application written in Php/MySQL and
I must change the DB in MS SQL Serveur 2000 in order to integrate
an other platform already working and written on MS SQL that I cannot modify.
I have read from the site php.net that in order to use functions MS SQL in PHP
I must load the extensions php_mssql.dll modifying the rows php.ini,
but when I try to startare my rows index.php
I receive the following message (taken from the Log di Apache):
[Mon Mar 08 17:36:35 2004] [error] [client 127.0.0.1] PHP Warning: Unknown(): mssql: Unable to initialize module
[Mon Mar 08 17:36:35 2004] [error] [client 127.0.0.1] Module compiled with module API=20010901, debug=0, thread-safety=1
[Mon Mar 08 17:36:35 2004] [error] [client 127.0.0.1] PHP compiled with module API=20020429, debug=0, thread-safety=1
[Mon Mar 08 17:36:35 2004] [error] [client 127.0.0.1] These options need to match
[Mon Mar 08 17:36:35 2004] [error] [client 127.0.0.1] in Unknown on line 0
after to have received the message the application allows me to insert
the data with turned out following:
Fatal error: Call to undefined function: mssql_connect() in........
there is someone that already has faced this problematic one and it can help me?
Best regards.😕