Hey all when i go to my website i get "Apache HTTP Server has encountered a problem and needs to close."
When i remove all the MSSQL Codes on it i can see it..
Whats wrong??
Tried reinstall xampp,,didnt work
help me please.:w00t:
Printable View
Hey all when i go to my website i get "Apache HTTP Server has encountered a problem and needs to close."
When i remove all the MSSQL Codes on it i can see it..
Whats wrong??
Tried reinstall xampp,,didnt work
help me please.:w00t:
Did you enable MSSQL in the php.ini?
PHP.ini in your php/php.ini
PHP Code:[MSSQL]
; Allow or prevent persistent links.
mssql.allow_persistent = On
; Maximum number of persistent links. -1 means no limit.
mssql.max_persistent = -1
; Maximum number of links (persistent+non persistent). -1 means no limit.
mssql.max_links = -1
; Minimum error severity to display.
mssql.min_error_severity = 10
; Minimum message severity to display.
mssql.min_message_severity = 10
; Compatibility mode with old versions of PHP 3.0.
mssql.compatability_mode = On
; Connect timeout
;mssql.connect_timeout = 5
; Query timeout
;mssql.timeout = 60
; Valid range 0 - 2147483647. Default = 4096.
;mssql.textlimit = 4096
; Valid range 0 - 2147483647. Default = 4096.
;mssql.textsize = 4096
; Limits the number of records in each batch. 0 = all records in one batch.
;mssql.batchsize = 0
; Specify how datetime and datetim4 columns are returned
; On => Returns data converted to SQL server settings
; Off => Returns values as YYYY-MM-DD hh:mm:ss
;mssql.datetimeconvert = On
; Use NT authentication when connecting to the server
mssql.secure_connection = On
; Specify max number of processes. -1 = library default
; msdlib defaults to 25
; FreeTDS defaults to 4096
;mssql.max_procs = -1
; Specify client character set.
; If empty or not set the client charset from freetds.comf is used
; This is only used when compiled with FreeTDS
;mssql.charset = "ISO-8859-1"
didnt work..
can you give me your whole php.ini??
bring up my post
Anyone help me please
Bring up this post : )
bump ftw
Bumppppp
Bumppp
Helpp!!!
i really need hlep
Don't spam and try to google it.
Try googling for stuff like "Apache crashes on MSSQL" and such.
i have already google it but cant find anything..