Description of problem: /usr/lib*/php/maxlifetime search session.gc_maxlifetime value on /etc/php.d/*_session.ini but this are defined on /etc/php.ini. How reproducible: Steps to Reproduce: 1. edit /etc/php.ini and set session.gc_maxlifetime = 14400 2. run /usr/lib*/php/maxlifetime and return 24 (default value. should be 240). 3. Recomendations: - replace /usr/lib*/php/maxlifetime for a php script. php handle the files config and put the correct value ever. - or add /etc/php.ini on bash script. regards!
Assignee: bugsquad => thomas
This could be changed in /usr/lib*/php/maxlifetime and that works.
Status: NEW => UNCONFIRMEDEver confirmed: 1 => 0
Is this bug still present in Mageia 4 and/or Mageia 5RC?
Keywords: (none) => NEEDINFO
still present on Mageia 5RC.
Keywords: NEEDINFO => (none)Status: UNCONFIRMED => NEWEver confirmed: 0 => 1
Whiteboard: (none) => MGA4TOO MGA5TOO
Is this an upstream bug or a bug at all? I cannot find anything on Google nor have I seen it on the mailing lists. I am going to assign this to Oden as he is the apache/php Guru
CC: (none) => thomasAssignee: thomas => oe
# cat /etc/php.d/47_session.ini extension = session.so session.gc_maxlifetime = 1441 # php -i | grep session.gc_maxlifetime session.gc_maxlifetime => 1441 => 1441