Extension directory (php.ini setting)

Top  Previous  Next

If you want ixed loader to be loaded dynamically using dl() function you have to make sure that extension_dir setting in your php.ini is valid. It should point to a directory that does exists on the server. If it doesn't exists then PHP cannot load any extension at all (including ixed loader).

 

For windows users only: extension_dir option in php.ini should point to the directory located on the same drive with your document root and scripts directory.