|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-08-12 17:00 UTC] limelect at bezeqint dot net
[2004-08-12 17:01 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 15 21:00:01 2025 UTC |
Description: ------------ i cannot find a solution altho i found many qeuestions about this it does not work with ANY DLL if(!extension_loaded('killer')) { dl('killer.dll'); } Warning: dl() [function.dl]: killer: Unable to initialize module Module compiled with module API=20040316, debug=0, thread-safety=1 PHP compiled with module API=20040412, debug=0, thread-safety=1 These options need to match in C:\Xitami\webpages\Test_PHP\test1.php on line 3 php.ini has : PHP API 20031224 PHP Extension 20040412 Zend Extension 220040412 Debug Build no Thread Safety enabled Reproduce code: --------------- if(!extension_loaded('killer')) { dl('killer.dll'); } Actual result: -------------- Warning: dl() [function.dl]: killer: Unable to initialize module Module compiled with module API=20040316, debug=0, thread-safety=1 PHP compiled with module API=20040412, debug=0, thread-safety=1 These options need to match in C:\Xitami\webpages\Test_PHP\test1.php on line 3