Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eeafeab

Browse files
Remove diacritics so pecl can render the release notes.
1 parent f5476bf commit eeafeab

File tree

1 file changed

+52
-51
lines changed

1 file changed

+52
-51
lines changed

package.xml

Lines changed: 52 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -47,70 +47,71 @@ http://pear.php.net/dtd/package-2.0.xsd">
4747
You can find a detailed list of changes in Changelog.md and package.xml
4848
or by inspecting the git commit logs.
4949

50-
* Sponsors
51-
~ Audiomack - https://audiomack.com
52-
~ Open LMS - https://openlms.net
53-
~ BlueHost - https://bluehost.com
54-
~ Object Cache Pro for WordPress - https://objectcache.pro
55-
~ Avtandil Kikabidze - https://github.com/akalongman
56-
~ Zaher Ghaibeh - https://github.com/zaherg
57-
~ BatchLabs - https://batch.com
58-
~ Luis Zárate - https://github.com/jlzaratec
59-
60-
---
50+
--- Sponsors ---
6151

62-
* Fixed segfault in redis_setoption_handler [692e4e84] (Pavlo Yatsukhnenko)
63-
* Fix masters array in the event of a cluster failover [bce692962] (Bar Shaul)
64-
* Fix 32 bit type error [672dec87f] (Remi Collet)
65-
* Fix radix character in certain locales [89a871e24] (Pavlo Yatsukhnenko)
66-
* ZSTD Validation fix [6a77ef5cd] (Michael Grunder)
67-
* Remove superfluous typecast [b2871471f] (Remi Collet)
52+
Audiomack - https://audiomack.com
53+
Open LMS - https://openlms.net
54+
BlueHost - https://bluehost.com
55+
Object Cache Pro for WordPress - https://objectcache.pro
56+
Avtandil Kikabidze - https://github.com/akalongman
57+
Zaher Ghaibeh - https://github.com/zaherg
58+
BatchLabs - https://batch.com
59+
Luis Zarate - https://github.com/jlzaratec
6860

69-
* Updated documentation [f84168657, d017788e7, 20ac84710, 0adf05260,
70-
aee29bf73, 09a095e72, 12ffbf33a, ff331af98, a6bdb8731, 305c15840,
71-
1aa10e93a, d78b0c79d, c6d37c27c, a6303f5b9, d144bd2c7, a6fb815ef, 9ef862bc6]
72-
(neodisco, Clément Tessier, T. Todua, dengliming, Maxime Cornet,
73-
Emanuele Filannino Michael Grunder)
61+
---
7462

75-
* Travis CI Fixes
76-
[a43f4586e, 4fde8178f, 7bd5415ac, fdb8c4bb7, d4f407470]
77-
(Pavlo Yatsukhnenko)
63+
* Fixed segfault in redis_setoption_handler [692e4e84] (Pavlo Yatsukhnenko)
64+
* Fix masters array in the event of a cluster failover [bce692962] (Bar Shaul)
65+
* Fix 32 bit type error [672dec87f] (Remi Collet)
66+
* Fix radix character in certain locales [89a871e24] (Pavlo Yatsukhnenko)
67+
* ZSTD Validation fix [6a77ef5cd] (Michael Grunder)
68+
* Remove superfluous typecast [b2871471f] (Remi Collet)
69+
70+
* Updated documentation [f84168657, d017788e7, 20ac84710, 0adf05260,
71+
aee29bf73, 09a095e72, 12ffbf33a, ff331af98, a6bdb8731, 305c15840,
72+
1aa10e93a, d78b0c79d, c6d37c27c, a6303f5b9, d144bd2c7, a6fb815ef, 9ef862bc6]
73+
(neodisco, Clement Tessier, T. Todua, dengliming, Maxime Cornet,
74+
Emanuele Filannino Michael Grunder)
75+
76+
* Travis CI Fixes
77+
[a43f4586e, 4fde8178f, 7bd5415ac, fdb8c4bb7, d4f407470]
78+
(Pavlo Yatsukhnenko)
7879

79-
* Minor fixes/cleanup
80-
[2e190adc1, 99975b592, 9d0879fa5, 22b06457b]
81-
(Pavlo Yatsukhnenko)
80+
* Minor fixes/cleanup
81+
[2e190adc1, 99975b592, 9d0879fa5, 22b06457b]
82+
(Pavlo Yatsukhnenko)
8283

83-
* Fix RedisArray constructor bug
84-
[85dc883ba](https://github.com/phpredis/phpredis/commit/85dc883ba)
85-
([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
84+
* Fix RedisArray constructor bug
85+
[85dc883ba](https://github.com/phpredis/phpredis/commit/85dc883ba)
86+
([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
8687

87-
* Moved to GitHub Actions
88-
[4d2afa786, 502d09fd5] (Pavlo Yatsukhnenko)
88+
* Moved to GitHub Actions
89+
[4d2afa786, 502d09fd5] (Pavlo Yatsukhnenko)
8990

90-
* Use more appropriate array iteration macro
91-
[6008900c2] (Pavlo Yatsukhnenko)
91+
* Use more appropriate array iteration macro
92+
[6008900c2] (Pavlo Yatsukhnenko)
9293

93-
* Clean up session tests
94-
[ab25ae7f3] (Michael Grunder)
94+
* Clean up session tests
95+
[ab25ae7f3] (Michael Grunder)
9596

96-
* RedisArray refactors [1250f0001, 017b2ea7f, 37ed3f079]
97-
(Pavlo Yatsukhnenko)
97+
* RedisArray refactors [1250f0001, 017b2ea7f, 37ed3f079]
98+
(Pavlo Yatsukhnenko)
9899

99-
* Use zend_parse_parameters_none helper
100-
[a26b14dbe] (Remi Collet)
100+
* Use zend_parse_parameters_none helper
101+
[a26b14dbe] (Remi Collet)
101102

102-
* Support for various exponential backoff strategies
103-
[#1986, #1993, 732eb8dcb, 05129c3a3, 5bba6a7fc],
104-
(Nathaniel Braun)
103+
* Support for various exponential backoff strategies
104+
[#1986, #1993, 732eb8dcb, 05129c3a3, 5bba6a7fc],
105+
(Nathaniel Braun)
105106

106-
* Added experimental support for detecting a dirty connection
107-
[d68579562] (Michael Grunder)
107+
* Added experimental support for detecting a dirty connection
108+
[d68579562] (Michael Grunder)
108109

109-
* Created distinct compression utility methods (pack/unpack)
110-
[#1939, da2790aec] (Michael Grunder)
110+
* Created distinct compression utility methods (pack/unpack)
111+
[#1939, da2790aec] (Michael Grunder)
111112

112-
* SMISMEMBER Command
113-
[#1894, ae2382472, ed283e1ab] (Pavlo Yatsukhnenko)
113+
* SMISMEMBER Command
114+
[#1894, ae2382472, ed283e1ab] (Pavlo Yatsukhnenko)
114115

115116
</notes>
116117
<contents>
@@ -195,7 +196,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
195196
<notes>
196197
phpredis 5.3.4
197198

198-
This release fixes a multi/pipeline segfault on apple silicon as well as
199+
This release fixes a multi/pipeline segfault on apple silicon as well as
199200
two small compression related bugs.
200201

201202
You can find a detailed list of changes in Changelog.md and package.xml

0 commit comments

Comments
 (0)