Questions tagged [extension]
67 questions
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…

G4schberle
- 1
- 3
-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…

Hcktrox
- 1
-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
…

Mohammad Hossein Fattahizadeh
- 471
- 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
- 1
- 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…

Mehrdad Amini
- 5
- 2
-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