]> git.pld-linux.org Git - packages/php.git/blob - php-5.3.7-bug-54242.patch
use /usr/sbin/php-fpm as other branches
[packages/php.git] / php-5.3.7-bug-54242.patch
1 --- PHP_5_3/ext/dba/dba_flatfile.c      2011/03/13 14:19:31     309171
2 +++ PHP_5_3/ext/dba/dba_flatfile.c      2011/03/13 14:21:58     309172
3 @@ -96,7 +96,7 @@
4                 return SUCCESS;
5         case 1:
6                 php_error_docref1(NULL TSRMLS_CC, key, E_WARNING, "Key already exists");
7 -               return SUCCESS;
8 +               return FAILURE;
9         }
10  }
11  
This page took 0.023671 seconds and 3 git commands to generate.