aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-yaml/10-detect.patch
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2018-03-11 16:42:12 +0200
committerAndy Postnikov <apostnikov@gmail.com>2018-03-16 19:09:14 +0200
commitedc429181396519efc2dfd637b3f5d0a501a172d (patch)
tree1bce9fcaaf13e619c9a905588102fe39b1ad031c /testing/php7-yaml/10-detect.patch
parent71e61b8dc3bef4a3a0bb18adb66bd646dd332d36 (diff)
downloadaports-edc429181396519efc2dfd637b3f5d0a501a172d.tar.bz2
aports-edc429181396519efc2dfd637b3f5d0a501a172d.tar.xz
testing/php7-yaml: move to community
Diffstat (limited to 'testing/php7-yaml/10-detect.patch')
-rwxr-xr-xtesting/php7-yaml/10-detect.patch11
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 ee0f01746e..0000000000
--- 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;
- }
- }