apache - Php.ini file structure in cpanel is different -


i have php file authenticate ldap, working fine on localhost when uploaded cpanel(softaculous), got error fatal error: uncaught error: call undefined function ldap_connect(), know have uncomment extension=php_ldap.dll in php.ini, opened php.ini , didn't found extension=php_ldap.dll & found structure different 1 on pc, how can solve problem?

allow_url_fopen = off allow_url_include = off asp_tags = off display_errors = on enable_dl = off file_uploads = on max_execution_time = 30 max_input_time = 60 max_input_vars = 1000 memory_limit = 32m session.save_path = "" upload_max_filesize = 2m 


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -