Jump to content

Probleme d'installation


Recommended Posts

Merci pour votre réponse, j'ai augmenté le temps mais rien n'y fait

voici les lignes time de mon php.ini

Quote

dedi-par-64932% cat php.ini | grep time             ; 6. The directory from the --with-config-file-path compile time option, or the                         ; at runtime. Currently, [PATH=] and [HOST=] sections only work under
; max_input_time                                    ; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)
; Duration of time, in seconds for which to cache realpath information for a given
; Maximum execution time of each script, in seconds ; http://php.net/max-execution-time                 max_execution_time = 300                            ; Maximum amount of time each script may spend parsing request data. It's a good
; idea to limit this time on productions servers in order to eliminate unexpectedly
; http://php.net/max-input-time                     max_input_time = 300                                ; E_ERROR           - fatal run-time errors         ; E_RECOVERABLE_ERROR  - almost fatal run-time errors
; E_WARNING         - run-time warnings (non-fatal errors)
; E_PARSE           - compile-time parse errors     ; E_NOTICE          - run-time notices (these are warnings which often result
; E_STRICT          - run-time notices, enable to have PHP suggest changes
; E_COMPILE_ERROR   - fatal compile-time errors     ; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
; This directive determines whether PHP registers $argv & $argc each time it                            ; enabled, registering these variables consumes CPU cycles and memory each time                         ; Default timeout for socket based streams (seconds); http://php.net/default-socket-timeout             default_socket_timeout = 300                        ; Defines the default timezone used by the date functions
; http://php.net/date.timezone                      ;date.timezone =                                    ; Default timestamp format.                         ibase.timestampformat = "%Y-%m-%d %H:%M:%S"         ; Default time format.                              ibase.timeformat = "%H:%M:%S"                       ; compile-time value defined MYSQL_PORT (in that order).  Win32 will only look
;mysqlnd.net_read_timeout = 31536000                ; http://php.net/oci8.persistent-timeout            ;oci8.persistent_timeout = -1                       ; Lifetime in seconds of cookie or, if 0, until browser is restarted.
; http://php.net/session.cookie-lifetime            session.cookie_lifetime = 0                         ; http://php.net/session.gc-maxlifetime             session.gc_maxlifetime = 1440                       ;       setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
; Switch whether to compile assertions at all (to have no overhead at run-time)                         ;  0: Jump over assertion at run-time               ; Changing from or to a negative value is only possible in php.ini! (For turning assertions on and off at run-time, see assert.active, when zend.assertions = 1)
; (time to live) Sets the number of second while cached file will be used
;opcache.validate_timestamps=1                      ; How often (in seconds) to check file timestamps for changes to the shared
;opcache.force_restart_timeout=180

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...