Skip to content

Commit

Permalink
chore: fix in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Nov 3, 2022
1 parent c1534b3 commit aa6823b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Enabled extensions by default:
| [pcntl](https://www.php.net/manual/en/book.pcntl.php) | Process control | native |
| [sockets](https://www.php.net/manual/en/book.sockets.php) | Socket communication functions | native |
| [pdo_pgsql](https://www.php.net/manual/en/ref.pdo-pgsql.php) | PostgreSQL functions | native |
| [opcache](https://www.php.net/manual/en/book.opcache.php) | OPcache improves PHP performance by storing precompiled script bytecode in shared memory | native |
| [opcache](https://www.php.net/manual/en/book.opcache.php) | Improves PHP performance by storing precompiled script bytecode in shared memory | native |
| [zip](https://www.php.net/manual/en/book.zip.php) | Read/write functions for ZIP archives | native |
| [bcmath](https://www.php.net/manual/en/book.bc.php) | For arbitrary precision mathematics | native |
| [redis](https://pecl.php.net/package/redis) | Functions for interfacing with Redis | pecl |
Expand Down

0 comments on commit aa6823b

Please sign in to comment.