aports/testing/php7-yaml/10-detect.patch
Renoir Boulanger 864c2dac33 testing/php7-yaml: new aport
YAML PECL package, version 2.0.2 (stable), released 2017-07-29

https://pecl.php.net/package/yaml
YAML-1.1 parser and emitter as a PHP PECL Extension
2017-11-02 07:07:05 +00:00

12 lines
250 B
Diff
Executable File

--- a/detect.c 2017-07-29 17:56:18.000000000 -0400
+++ b/detect.c 2017-10-30 21:15:09.000000000 -0400
@@ -568,7 +568,7 @@ finish:
break;
default:
- *dval = atof(buf);
+ *dval = zend_strtod(buf, (const char **) NULL);
break;
}
}