Skip to content

Commit aa6823b

Browse files
committed
chore: fix in docs
1 parent c1534b3 commit aa6823b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Enabled extensions by default:
3030
| [pcntl](https://www.php.net/manual/en/book.pcntl.php) | Process control | native |
3131
| [sockets](https://www.php.net/manual/en/book.sockets.php) | Socket communication functions | native |
3232
| [pdo_pgsql](https://www.php.net/manual/en/ref.pdo-pgsql.php) | PostgreSQL functions | native |
33-
| [opcache](https://www.php.net/manual/en/book.opcache.php) | OPcache improves PHP performance by storing precompiled script bytecode in shared memory | native |
33+
| [opcache](https://www.php.net/manual/en/book.opcache.php) | Improves PHP performance by storing precompiled script bytecode in shared memory | native |
3434
| [zip](https://www.php.net/manual/en/book.zip.php) | Read/write functions for ZIP archives | native |
3535
| [bcmath](https://www.php.net/manual/en/book.bc.php) | For arbitrary precision mathematics | native |
3636
| [redis](https://pecl.php.net/package/redis) | Functions for interfacing with Redis | pecl |

0 commit comments

Comments
 (0)