Menu

Not supported in multithreaded Web servers

2006-03-13
2013-04-22
  • Nobody/Anonymous

    I use simple testdll.php, error follow:

    Warning: dl() [function.dl]: Not supported in multithreaded Web servers - use extension=phpDll.dll in your php.ini in C:\www\zjb\testdll.php on line 3
    Module some_functions is not compiled into PHP
    Functions available in the some_functions extension:

    Warning: Invalid argument supplied for foreach() in C:\www\zjb\testdll.php on line 16

    Fatal error: Call to undefined function MyGetText() in C:\www\zjb\testdll.php on line 20

     
    • Nobody/Anonymous

      What do you understand? dl() function doesn't work on multi threaded servers so yout web server doesn't support multithreading.

      Try load custom extensions in your php ini using extension=phpDll.dll not at runtime with dl().

       

Log in to post a comment.