]> granicus.if.org Git - php/commit
Fixed bug #25070 (Don't forget to unlock session files on win32 before
authorIlia Alshanetsky <iliaa@php.net>
Wed, 24 Sep 2003 23:39:14 +0000 (23:39 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 24 Sep 2003 23:39:14 +0000 (23:39 +0000)
commit569bd005d2534e529dcc04a6a2c6e6f0322817bf
tree6d5b2b65f79e7d02c135f4cc9612d3383ac509ee
parent102a5cadfd06b147c072493317a7c758794847f7
Fixed bug #25070 (Don't forget to unlock session files on win32 before
closing them).

Regions should be locked only briefly and should be unlocked before
closing a file or exiting the program. On Win32 locked files that are
closed without being explicitly unlocked will be unlocked only when "system
resources become avaliable".
ext/session/mod_files.c