]> git.pld-linux.org Git - packages/php.git/blob - php-vhost.patch
This commit was manufactured by cvs2git to create branch 'RA-branch'.
[packages/php.git] / php-vhost.patch
1 diff -ur php-4.3.4/sapi/apache/mod_php4.c php-4.3.5RC2/sapi/apache/mod_php4.c
2 --- php-4.3.4/sapi/apache/mod_php4.c    Tue Jun  3 07:41:49 2003
3 +++ php-4.3.5RC2/sapi/apache/mod_php4.c Wed Jan 28 18:42:20 2004
4 @@ -830,6 +830,9 @@
5         }
6         if(!AP(xbithack)) {
7                 r->allowed |= (1 << METHODS) - 1;
8 +               zend_try {
9 +                       zend_ini_deactivate(TSRMLS_C);
10 +               } zend_end_try();
11                 return DECLINED;
12         }
13         return send_parsed_php(r);
This page took 0.040104 seconds and 3 git commands to generate.