MSSQL IN LINUX SERVER
Posted: Tue Sep 22, 2009 1:31 pm
Hi,
I searched DEVNET around but it was not possible to find what I am looking for:
1 - I am runing PHP Version 5.2.0-8+etch13;
2 - Server : Debian;
3 - I NEED TO ACCESS REMOTELY: SQL SERVER outside this linux dist...and when I try to do it - I receive the following information: Fatal error: Call to undefined function mssql_connect()
The LOAD MODULES is "empty". So I need to compile php.ini as well as httpd.conf (apache).
This is the way my Dynamic Extensions are:
But I get lost in this point. I need some help to solve this.
I searched DEVNET around but it was not possible to find what I am looking for:
1 - I am runing PHP Version 5.2.0-8+etch13;
2 - Server : Debian;
3 - I NEED TO ACCESS REMOTELY: SQL SERVER outside this linux dist...and when I try to do it - I receive the following information: Fatal error: Call to undefined function mssql_connect()
The LOAD MODULES is "empty". So I need to compile php.ini as well as httpd.conf (apache).
This is the way my Dynamic Extensions are:
Code: Select all
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
;
; If you wish to have an extension loaded automatically, use the following
; syntax:
;
; extension=modulename.extension
;
; For example, on Windows:
;
; extension=msql.dll
;
; ... or under UNIX:
;
; extension=msql.so
;
; Note that it should be the name of the module only; no directory information
; needs to go here. Specify the location of the extension with the
; extension_dir directive above.