This topic, and the ones I refer to, contain probably all of the information I 
know about about getting PHP to work.

Most likely the the phpservlet.dll is missing a dependency. To check this out, 
get a copy of the Dependency Walker (it comes with the XP support tools 
available of the XP installation CD, or google for it). Load the phpservlet.dll 
into the Dependency Walker and see if it reports anything missing. 

Another possibility is that the phpservlet.dll is once again using the wrong 
class name (as mentioned in one of the topics I linked to above), in which case 
you will have to compile it from source (looks like the windows download is 
still outdated).

Oh, and you are not running a 64-bit XP by any chance? If so, you will have to 
use a 32-bit JVM or the php5servlet.dll will not load.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189184#4189184

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189184
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to