¡@

Home 

php Programming Glossary: extension_dir

“Call to undefined .. mssql_connect” when using PHP in IIS?

http://stackoverflow.com/questions/11517220/call-to-undefined-mssql-connect-when-using-php-in-iis

function mssql_connect 1 Check your PHP.INI file's extension_dir 2 Make sure you copied your .dlls into that directory for example..

How to get CURL to work with PHP on Windows? (WAMP)

http://stackoverflow.com/questions/1343514/how-to-get-curl-to-work-with-php-on-windows-wamp

PATH environment variable. Verified that php.ini includes extension_dir C PHP ext The directory C PHP ext contains php_curl.dll The..

intl extension: installing php_intl.dll

http://stackoverflow.com/questions/1451468/intl-extension-installing-php-intl-dll

in the subdir ext . All you have to do is to check if your extension_dir points to the right directory and add or uncomment the extension..

Installing mcrypt extension for PHP on OSX Mountain Lion

http://stackoverflow.com/questions/14595841/installing-mcrypt-extension-for-php-on-osx-mountain-lion

mcrypt extension is loaded. I then tried to specify the extension_dir inside php.ini again with no luck. I have done locate mcrypt.so.. mcrypt 5.3.18 mcrypt.so And tried both directories as the extension_dir with no luck. I have also tried the following after much Googling..

Socket transport “ssl” in PHP not enabled

http://stackoverflow.com/questions/1705856/socket-transport-ssl-in-php-not-enabled

php.ini in C xampp php folder Edit php.ini and uncomment extension_dir ext . Also uncomment extension php_openssl.dll . After that..

How do I install cURL on Windows?

http://stackoverflow.com/questions/181082/how-do-i-install-curl-on-windows

the right path to extension is called. It is correctly set extension_dir C PHP ext C PHP ext cURL support enabled cURL Information libcurl.. uses the right PHP.ini. and the PHP.ini has the correct extension_dir and extension php_curl.dll I have no idea why it doesn't work...

mssql_connect in PHP does not exist

http://stackoverflow.com/questions/3104921/mssql-connect-in-php-does-not-exist

the php.ini file to c windows In the ini I changed the extension_dir directive to c PHP ext and uncommented extension php_mssql.dll..

PHP GTK module in php.ini

http://stackoverflow.com/questions/3794130/php-gtk-module-in-php-ini

libraries php_ .dll or php_ .so files on your system. extension_dir . ext Make sure that php gtk2.dll under Windows or php gtk2.so.. or php gtk2.so under Unix is in the directory named in extension_dir alongside any other shared PHP extensions you intend to use.. and I use relative paths even inside .ini like this extension_dir ext extension php_cairo.dll extension php_mongo.dll This allows..

php-fpm for windows?

http://stackoverflow.com/questions/4539670/php-fpm-for-windows

What I did # nginx security setting cgi.fix_pathinfo 0 extension_dir C php 5.3.10 Win32 VC9 x86 ext enable the following modules..

Connection between MSSQL and PHP 5.3.5 on IIS is not working

http://stackoverflow.com/questions/5425322/connection-between-mssql-and-php-5-3-5-on-iis-is-not-working

to be sure that PHP can find these extensions ensure the extension_dir directive in C PHP PHP.INI is set to C PHP EXT extension_dir.. directive in C PHP PHP.INI is set to C PHP EXT extension_dir C PHP ext Restart IIS and call phpinfo . If all is well you..

How to enable php extension using `phpize`?

http://stackoverflow.com/questions/6200994/how-to-enable-php-extension-using-phpize

manually the ext_name.so file from .. .lib directory to extension_dir specified in php.ini file. or do make install restart web service..

PHP Fatal error: Call to undefined function mssql_connect()

http://stackoverflow.com/questions/9986804/php-fatal-error-call-to-undefined-function-mssql-connect

thread safe versions of the extension. Finally check your extension_dir setting. By default it's this extension_dir ext for most of.. check your extension_dir setting. By default it's this extension_dir ext for most of the time it works fine but if it doesn't try.. for most of the time it works fine but if it doesn't try extension_dir C PHP ext . EDIT given new info You are using the wrong..