Verifying installation
After installing the Loader and restarting PHP, confirm it’s active.
Check from the command line
Section titled “Check from the command line”Run:
php -mThis lists the loaded PHP modules. You should see oxrion in the list. If it’s there, the Loader is installed and active.
Check with phpinfo()
Section titled “Check with phpinfo()”Alternatively, create a PHP file that calls phpinfo() and open it in your browser, or run:
php -i | grep -i oxrionYou should see an Oxrion Loader section reported as enabled.
If it’s not showing up
Section titled “If it’s not showing up”If the Loader doesn’t appear:
- Make sure you restarted your web server or PHP service after editing
php.ini. - Confirm the
extension=line points to the correct file name. - Check that the file you downloaded matches your PHP version and platform — see Choosing the right build.
- Confirm the file is in your PHP extension directory (the
extension_dirpath).
Still stuck? See Troubleshooting.