aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7-yaml/10-detect.patch
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2018-10-21 00:49:16 +0300
committerAndy Postnikov <apostnikov@gmail.com>2018-10-21 00:56:02 +0300
commitd9d6b91560b5a712408b7ed325e65fdb9c35be2a (patch)
tree5fb0fe07caf015e9c953ee658d4f857068a69574 /community/php7-yaml/10-detect.patch
parent9f6448c10b8fcbd292acccb45130909e38e829e6 (diff)
downloadaports-d9d6b91560b5a712408b7ed325e65fdb9c35be2a.tar.bz2
aports-d9d6b91560b5a712408b7ed325e65fdb9c35be2a.tar.xz
community/php7-pecl-yaml: renamed from php7-yaml, modernize
Diffstat (limited to 'community/php7-yaml/10-detect.patch')
-rwxr-xr-xcommunity/php7-yaml/10-detect.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/php7-yaml/10-detect.patch b/community/php7-yaml/10-detect.patch
deleted file mode 100755
index ee0f01746e..0000000000
--- a/community/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;
- }
- }