Download & Extend

Is it possible to disable the use of dynamically loaded extensions

Project:xapian
Version:6.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:stan@altungnade
Status:closed (fixed)

Issue Summary

When i enable Xapian over the module section, drupal tells me, that

"warning: dl() [function.dl]: Dynamically loaded extensions aren't enabled in /usr/share/php/xapian.php on line 23."

As far as i can see, i have to enable this feature (via php.ini an "enable_dl=On") but debian tells me, that this is a potential security hole. Is it possible to change the code (by patch or else) so that i doesn't need that feature any more?

Thankxs in advance

Comments

#1

Category:feature request» support request
Status:active» fixed

This suggests that you do not have Xapian compiled into your PHP installation. The xapian.php code referenced is not part of this project, it is provide by Xapian itself. What it is doing is trying to load the Xapian extension dynamically as it has not been compiled in. As it is not able to do either, it is reporting an error. You should be able to get more data by going to your Drupal status report.

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.