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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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().