mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-08 06:47:09 +02:00
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
12 lines
250 B
Diff
Executable File
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;
|
|
}
|
|
}
|