codeguy / php-the-right-way

An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web
https://www.phptherightway.com
Other
9.04k stars 3.24k forks source link

Update APC and APCu #956

Closed petk closed 1 year ago

petk commented 1 year ago

The maintained APCu extension is the previous APC extension without opcode caching. APC is as of this writing unmaintained.

Xymph commented 1 year ago

Thanks.