fix laragon default directory path
This commit is contained in:
@@ -582,7 +582,7 @@ html_errors = On
|
||||
; http://php.net/error-log
|
||||
; Example:
|
||||
;error_log = php_errors.log
|
||||
error_log = "D:/Ishler/Open Source/laragon/laragon/tmp/php_errors.log"
|
||||
error_log = "C:/laragon/tmp/php_errors.log"
|
||||
; Log errors to syslog (Event Log on NT, not valid in Windows 95).
|
||||
;error_log = syslog
|
||||
|
||||
@@ -707,7 +707,7 @@ default_mimetype = "text/html"
|
||||
;
|
||||
; Windows: "\path1;\path2"
|
||||
;include_path = ".;c:\php\includes"
|
||||
include_path = ".;D:/Ishler/Open Source/laragon/laragon/etc/php/pear"
|
||||
include_path = ".;C:/laragon/etc/php/pear"
|
||||
;
|
||||
; PHP's default setting for include_path is ".;/path/to/php/pear"
|
||||
; http://php.net/include-path
|
||||
@@ -730,7 +730,7 @@ user_dir =
|
||||
; extension_dir = "./"
|
||||
; On windows:
|
||||
; extension_dir = "ext"
|
||||
extension_dir = "D:/Ishler/Open Source/laragon/laragon/bin/php/php-5.4.9-nts-Win32-VC9-x86/ext"
|
||||
extension_dir = "C:/laragon/bin/php/php-5.4.9-nts-Win32-VC9-x86/ext"
|
||||
|
||||
; Whether or not to enable the dl() function. The dl() function does NOT work
|
||||
; properly in multithreaded servers, such as IIS or Zeus, and is automatically
|
||||
@@ -1020,7 +1020,7 @@ smtp_port = 25
|
||||
|
||||
; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
|
||||
mail.add_x_header = On
|
||||
sendmail_path="D:/Ishler/Open Source/laragon/laragon/bin/sendmail/sendmail.exe"
|
||||
sendmail_path="C:/laragon/bin/sendmail/sendmail.exe"
|
||||
|
||||
; The path to a log file that will log all mail() calls. Log entries include
|
||||
; the full path of the script, line number, To address and headers.
|
||||
@@ -1399,7 +1399,7 @@ session.save_handler = files
|
||||
; does not overwrite the process's umask.
|
||||
; http://php.net/session.save-path
|
||||
;session.save_path = "/tmp"
|
||||
session.save_path = "D:/Ishler/Open Source/laragon/laragon/tmp"
|
||||
session.save_path = "C:/laragon/tmp"
|
||||
|
||||
; Whether to use cookies.
|
||||
; http://php.net/session.use-cookies
|
||||
|
||||
Reference in New Issue
Block a user