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

Skip to content

Commit 114f4d6

Browse files
authored
Uniform meta file names (#2248)
* rename changelog to CHANGELOG * Rename COPYING to LICENSE * Rename cluster.markdown to cluster.md * Rename README.markdown to README.md * Rename INSTALL.markdown to INSTALL.md\ * Rename sentinel.markdown to sentinel.md * Rename arrays.markdown to array.md * fix all references
1 parent 7930a78 commit 114f4d6

8 files changed

Lines changed: 18 additions & 20 deletions

File tree

Changelog.md renamed to CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77

88
## [Unreleased]
99

10-
11-
1210
## [5.3.5RC1] - 2021-11-16 ([GitHub](https://github.com/phpredis/phpredis/releases/5.3.5RC1), [PECL](https://pecl.php.net/package/redis/5.3.5RC1))
1311

1412
### Sponsors :sparkling_heart:

INSTALL.markdown renamed to INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The extension also may compress data before sending it to Redis server, if you r
2828

2929
You can generate a debian package for PHP5, accessible from Apache 2 by running `./mkdeb-apache2.sh` or with `dpkg-buildpackage` or `svn-buildpackage`.
3030

31-
This extension exports a single class, [Redis](./README.markdown#class-redis) (and [RedisException](./README.markdown#class-redisexception) used in case of errors). Check out https://github.com/ukko/phpredis-phpdoc for a PHP stub that you can use in your IDE for code completion.
31+
This extension exports a single class, [Redis](./README.md#class-redis) (and [RedisException](./README.md#class-redisexception) used in case of errors). Check out https://github.com/ukko/phpredis-phpdoc for a PHP stub that you can use in your IDE for code completion.
3232

3333

3434
# Binary packages
File renamed without changes.

README.markdown renamed to README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ You can also make a one-time contribution with one of the links below.
3131
1. [Installing/Configuring](#installingconfiguring)
3232
* [Installation](#installation)
3333
* [PHP Session handler](#php-session-handler)
34-
* [Distributed Redis Array](./arrays.markdown#readme)
35-
* [Redis Cluster support](./cluster.markdown#readme)
36-
* [Redis Sentinel support](./sentinel.markdown#readme)
34+
* [Distributed Redis Array](./array.md#readme)
35+
* [Redis Cluster support](./cluster.md#readme)
36+
* [Redis Sentinel support](./sentinel.md#readme)
3737
* [Running the unit tests](#running-the-unit-tests)
3838
1. [Classes and methods](#classes-and-methods)
3939
* [Usage](#usage)
@@ -61,7 +61,7 @@ You can also make a one-time contribution with one of the links below.
6161
## Installation
6262

6363
For everything you should need to install PhpRedis on your system,
64-
see the [INSTALL.markdown](./INSTALL.markdown) page.
64+
see the [INSTALL.md](./INSTALL.md) page.
6565

6666
## PHP Session handler
6767

@@ -1173,7 +1173,7 @@ _**Description**_: Scan the keyspace for keys
11731173
##### *Return value*
11741174
*Array, boolean*: This function will return an array of keys or FALSE if Redis returned zero keys
11751175

1176-
*Note*: SCAN is a "directed node" command in [RedisCluster](cluster.markdown#directed-node-commands)
1176+
*Note*: SCAN is a "directed node" command in [RedisCluster](cluster.md#directed-node-commands)
11771177

11781178
##### *Example*
11791179
~~~php
File renamed without changes.
File renamed without changes.

package.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
4444
support for detecting a dirty connection, as well as many other fixes
4545
and improvements.
4646

47-
You can find a detailed list of changes in Changelog.md and package.xml
47+
You can find a detailed list of changes in CHANGELOG.md and package.xml
4848
or by inspecting the git commit logs.
4949

5050
--- Sponsors ---
@@ -116,13 +116,13 @@ http://pear.php.net/dtd/package-2.0.xsd">
116116
</notes>
117117
<contents>
118118
<dir name="/">
119-
<file role='doc' name='COPYING'/>
119+
<file role='doc' name='LICENSE'/>
120120
<file role='doc' name='CREDITS'/>
121-
<file role='doc' name='README.markdown'/>
122-
<file role='src' name='INSTALL.markdown'/>
123-
<file role='doc' name='arrays.markdown'/>
124-
<file role='doc' name='cluster.markdown'/>
125-
<file role='doc' name='sentinel.markdown'/>
121+
<file role='doc' name='README.md'/>
122+
<file role='src' name='INSTALL.md'/>
123+
<file role='doc' name='arrays.md'/>
124+
<file role='doc' name='cluster.md'/>
125+
<file role='doc' name='sentinel.md'/>
126126
<file role='src' name='backoff.c'/>
127127
<file role='src' name='backoff.h'/>
128128
<file role='src' name='cluster_library.c'/>
@@ -213,7 +213,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
213213
This release fixes a multi/pipeline segfault on apple silicon as well as
214214
two small compression related bugs.
215215

216-
You can find a detailed list of changes in Changelog.md and package.xml
216+
You can find a detailed list of changes in CHANGELOG.md and package.xml
217217

218218
* Fix multi/pipeline segfault on Apple silicon [e0796d48] (Michael Grunder)
219219
* Pass compression flag on HMGET in RedisCluster [edc724e6] (Adam Olley)
@@ -240,7 +240,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
240240
This release mostly includes just small PHP 8 Windows compatibility fixes
241241
such that pecl.php.net can automatically build Windows DLLs.
242242

243-
You can find a detailed list of changes in Changelog.md and package.xml
243+
You can find a detailed list of changes in CHANGELOG.md and package.xml
244244

245245
* Fix PHP8 Windows includes [270b4db8] (Jan-E)
246246
* Fix hash ops for php 8.0.1 [87297cbb] (defender-11)
@@ -263,7 +263,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
263263
<date>2020-10-22</date>
264264
<notes>
265265
This release containse some bugfixes and small improvements.
266-
You can find a detailed list of changes in Changelog.md and package.xml
266+
You can find a detailed list of changes in CHANGELOG.md and package.xml
267267

268268
* Sponsors
269269
~ Audiomack - https://audiomack.com
@@ -318,7 +318,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
318318
of if you're having trouble building 5.3.0 because the php_hash_bin2hex
319319
symbol is missing.
320320

321-
You can find a detailed list of changes in Changelog.md and package.xml
321+
You can find a detailed list of changes in CHANGELOG.md and package.xml
322322

323323
* Sponsors
324324
~ Audiomack - https://audiomack.com
@@ -348,7 +348,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
348348
This release contains initial support for Redis 6 ACLs, LZ4 compression,
349349
and many more fixes and improvements.
350350

351-
You can find a detailed list of changes in Changelog.md and package.xml
351+
You can find a detailed list of changes in CHANGELOG.md and package.xml
352352

353353
A special thanks to BlueHost for sponsoring ACL support \o/
354354

File renamed without changes.

0 commit comments

Comments
 (0)