ID:               29636
 Updated by:       [EMAIL PROTECTED]
 Reported By:      limelect at bezeqint dot net
-Status:           Open
+Status:           Bogus
 Bug Type:         Compile Failure
 Operating System: win xp
 PHP Version:      5.0.0
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Find & delete old php4ts.dll first. Probably it still exists in
system32/ or somewhere around there.


Previous Comments:
------------------------------------------------------------------------

[2004-08-12 17:00:29] limelect at bezeqint dot net

all my test work is doen on LOCAL SERVER
with Xitami as the server

------------------------------------------------------------------------

[2004-08-12 16:55:48] limelect at bezeqint dot net

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 



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=29636&edit=1

Reply via email to