]> granicus.if.org Git - php/commit
If we have a text/html file with the executable bit set, we load up the
authorRasmus Lerdorf <rasmus@php.net>
Wed, 28 Jan 2004 17:42:20 +0000 (17:42 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Wed, 28 Jan 2004 17:42:20 +0000 (17:42 +0000)
commite596539840ecb51a76083d533945da62d7dd62d1
tree78765ca80b3867b6349c8f4d3e84f017014f0317
parent0a00d25a28aa1b178fd1b8567170c5a36aa22217
If we have a text/html file with the executable bit set, we load up the
current ini, but if php's xbithack option is not set we forgot to restore
the previous ini settings potentially leaking ini settings from one request
to the next.  Closes bug #25753 and a few others.
sapi/apache/mod_php4.c