Questions tagged [extension]

69 questions
0
votes
0 answers

Installing PCNTL module for PHP7.4 on Amazon Linux

I'm using amazon linux2 and trying to install pcntl extension for php7.4.9. There are no package for pcntl after run yum search pcntl, so I manually copied file pcntl.so to /usr/lib64/php/modules and created /etc/php.d/20-pcntl.ini, file. But I got…
HoangNK
  • 1
  • 1
0
votes
0 answers

How to install mysql extension for php 5.3?

I'm trying to get an old application running under CentOS 7.8 which only supports php 5.3. I already compiled and installed php 5.3 but I'm not able to get the mysql extension working. Here is what I did so far: installed php 5.3 wget…
0
votes
0 answers

PHP not loading specific extension if relative path is specified

I have a specific extension that won't load if I specific a relative path in the extension_dir parameter. If I specify an absolute path it gets loaded. I can't use absolute path because I often need to move the webserver location and would be…
Mark
  • 111
  • 3
-1
votes
1 answer

Install kadm5 php extention

System is: openSUSE Leap 42.2 php 5.5.14-77.3.1 I want to install the kadm5 extention for php5 and have so far failed to do so. As https://codex.wordpress.org/User:Hakre/HowTo_PECL_on_Opensuse suggests I've tried with: pecl install…
-1
votes
1 answer

Pass ASP as PHP on nginx

I have been trying to parse .ASP files as PHP, but no matter what I try (for hours), it just doesn't work. None of the tutorials/notes I find seem to work for me! Either file(s) get downloaded with their PHP code not being processed, or I get a…
-1
votes
1 answer

nginx special directory whitelist extension

How can i set white list extension for special directory for my virtual host. I have bower installation of my webapp and i install many bower component into bower_components directiry of root of virtual host /vhostroot /bower_components /foo …
sweb
  • 451
  • 1
  • 9
  • 27
-1
votes
2 answers

mediawiki cleanup extension?

Are there any extensions to mediawiki that will allow for a button to mark a page as "needs cleanup" or "deprecated"?
javamonkey79
  • 139
  • 6
-2
votes
1 answer

Is There any way to change Active Directory Users Database Source?

I need Active Directory Use My Own Custom Database (or shell or ...) for Authentication Users. Is there any extention or something like this to change User Passwords Database of active directory? I need this Because My Accounts Are In simple…
-3
votes
1 answer

PHP extensions not loading on IIS

Calling a function that loads an extension (curl, mysqli, etc.) throws a PHP fatal error. I've looked all over the internets but all the things found did not resolve. Here is a list of findings and details: PHP 5.6.14 NTS located in…
Alex
  • 101
  • 1
1 2 3 4
5