PHP extensions can be compiled statically or shared.
* Static compilation puts the extension directly into PHP (therefore it does not need to be loaded and cannot be unloaded).
* When using shared compilation `--enable-calendar=shared` that will create file `calendar.so`. You can enable or disable it by editing `php.ini`.