]> granicus.if.org Git - php/commit
Fixed non-threadsafe code: 'isapi_special_server_variables' was a static
authorBen Mansell <joosters@php.net>
Fri, 16 Feb 2001 16:01:34 +0000 (16:01 +0000)
committerBen Mansell <joosters@php.net>
Fri, 16 Feb 2001 16:01:34 +0000 (16:01 +0000)
commitf49d4de5991499e6b427aef23e9a082b85e5b404
tree57eaf919ecd9c6913a78fc2850999040021da4ed
parent2c3b7385bf88c0ae9ad3647a2ad6d257a39a94ad
Fixed non-threadsafe code: 'isapi_special_server_variables' was a static
buffer, and not allocated per-connection. Bad bad bad!
sapi/isapi/php4isapi.c