diff options
| author | Andy Postnikov <apostnikov@gmail.com> | 2020-04-25 03:12:13 +0300 |
|---|---|---|
| committer | Andy Postnikov <apostnikov@gmail.com> | 2020-04-25 05:32:28 +0300 |
| commit | ebd5cbf762717a605f5264fc3ce99bade92cf254 (patch) | |
| tree | a3d3afbe75d6314bf807d318b074ffd4e2a4f86c /community/php7-pecl-yaml/32bit.patch | |
| parent | df2317c3f2662ae2c2c1f6d729a6c1ad3aec23bf (diff) | |
| download | aports-ebd5cbf762717a605f5264fc3ce99bade92cf254.tar.bz2 aports-ebd5cbf762717a605f5264fc3ce99bade92cf254.tar.xz | |
community/php7-pecl-yaml: upgrade to 2.1.0
Diffstat (limited to 'community/php7-pecl-yaml/32bit.patch')
| -rw-r--r-- | community/php7-pecl-yaml/32bit.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/php7-pecl-yaml/32bit.patch b/community/php7-pecl-yaml/32bit.patch new file mode 100644 index 0000000000..5d03ee9822 --- /dev/null +++ b/community/php7-pecl-yaml/32bit.patch @@ -0,0 +1,13 @@ +diff --git a/tests/bug_79494.phpt b/tests/bug_79494.phpt +index f4f8b48..ec630a5 100644 +--- a/tests/bug_79494.phpt ++++ b/tests/bug_79494.phpt +@@ -1,7 +1,7 @@ + --TEST-- + Test PECL bug #74949 + --SKIPIF-- +-<?php if(!extension_loaded('yaml')) die('skip yaml n/a'); ?> ++<?php if(!extension_loaded('yaml') || PHP_INT_SIZE==4) die('skip yaml n/a'); ?> + --FILE-- + <?php + $data = array ( |
