task 3106 - Php setting
This commit is contained in:
parent
b78d93c37c
commit
2fb2d1468d
2 changed files with 3 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ Avec PHP 4.3.1 :
|
|||
voir la variable register_globale = off dans le php.ini
|
||||
</quote>
|
||||
|
||||
php.ini doit contenir pour wcompta
|
||||
php.ini doit contenir pour phpcompta
|
||||
<verb>
|
||||
[PHP]
|
||||
include_patch=../include:.
|
||||
|
|
@ -89,6 +89,7 @@ session.auto_start = 1 ; initialize session on request startup
|
|||
session.cookie_lifetime = 0 ; lifetime in seconds of cookie
|
||||
; or if 0, until browser is restarted
|
||||
session.cookie_path = /tmp ; the path the cookie is valid for
|
||||
include_path=".:../include:addon"
|
||||
</verb>
|
||||
|
||||
</sect>
|
||||
|
|
|
|||
|
|
@ -171,6 +171,7 @@ register_argc_argv = on
|
|||
session.bug_compat_42 = 1
|
||||
session.bug_compat_warn = 0
|
||||
session.use_trans_sid = 1
|
||||
include_path=".:../include:addon"
|
||||
</verb>
|
||||
</p>
|
||||
</sect1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue