diff options
Diffstat (limited to 'testing/php7-yaml/10-detect.patch')
-rwxr-xr-x | testing/php7-yaml/10-detect.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/php7-yaml/10-detect.patch b/testing/php7-yaml/10-detect.patch deleted file mode 100755 index ee0f01746eb..00000000000 --- a/testing/php7-yaml/10-detect.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; - } - } |