]> git.pld-linux.org Git - packages/php.git/blob - php-bcmath.patch
- release 2, built against libpng >= 1.0.8
[packages/php.git] / php-bcmath.patch
1 --- php-4.0RC2/Zend/zend_operators.c.wiget      Thu May 11 09:56:16 2000
2 +++ php-4.0RC2/Zend/zend_operators.c    Thu May 11 09:58:43 2000
3 @@ -1341,7 +1341,7 @@
4         
5         if ((ret1=is_numeric_string(s1->value.str.val, s1->value.str.len, &lval1, &dval1)) &&
6                 (ret2=is_numeric_string(s2->value.str.val, s2->value.str.len, &lval2, &dval2))) {
7 -#if WITH_BCMATH
8 +#if 0
9                 if ((ret1==FLAG_IS_BC) || (ret2==FLAG_IS_BC)) {
10                         bc_num first, second;
11                         
This page took 0.047326 seconds and 3 git commands to generate.