# PHP Extensions Locations For .so Files

<span style="color: rgb(0, 0, 0);">PHP stores its .so extension files in /usr/lib/php/ then the API version of PHP. For ease of use, they have been listed here as they are not listed on any site.</span>

- <span style="color: rgb(0, 0, 0);">**PHP 8.0:** 20200930</span>
- <span style="color: rgb(0, 0, 0);">**PHP 8.1:** 20210902</span>
- <span style="color: rgb(0, 0, 0);">**PHP 8.2:** 20220829</span>

<span style="color: rgb(0, 0, 0);">If you need it and you can't find it, run **php -i | grep API** and you will see the API number:</span>

![image.png](https://docs.jasmeow.systems/uploads/images/gallery/2023-11/scaled-1680-/i4iI7HWZWTBB5749-image.png)