]> git.pld-linux.org Git - packages/php.git/blob - php-5.3.6-bug-52209.patch
use /usr/sbin/php-fpm as other branches
[packages/php.git] / php-5.3.6-bug-52209.patch
1 --- PHP_5_3/ext/filter/filter.c 2010/12/22 16:03:43     306574
2 +++ PHP_5_3/ext/filter/filter.c 2010/12/22 16:18:59     306575
3 @@ -559,7 +559,7 @@
4                         if (jit_initialization) {
5                                 zend_is_auto_global("_ENV", sizeof("_ENV")-1 TSRMLS_CC);
6                         }
7 -                       array_ptr = IF_G(env_array);
8 +                       array_ptr = IF_G(env_array) ? IF_G(env_array) : PG(http_globals)[TRACK_VARS_ENV];
9                         break;
10                 case PARSE_SESSION:
11                         /* FIXME: Implement session source */
This page took 0.0247 seconds and 3 git commands to generate.