]> git.pld-linux.org Git - packages/php.git/blob - php-5.3.7-bug-55399.patch
use /usr/sbin/php-fpm as other branches
[packages/php.git] / php-5.3.7-bug-55399.patch
1 --- PHP_5_3/ext/standard/url.c  2011/08/11 12:34:51     314782
2 +++ PHP_5_3/ext/standard/url.c  2011/08/11 13:01:52     314783
3 @@ -197,6 +197,10 @@
4                                 efree(ret);
5                                 return NULL;
6                         }
7 +               } else if (p == pp && *pp == '\0') {
8 +                       STR_FREE(ret->scheme);
9 +                       efree(ret);
10 +                       return NULL;
11                 } else {
12                         goto just_path;
13                 }
This page took 0.028853 seconds and 3 git commands to generate.