![]() |
|
|
+ Search |
![]()
|
Oct 8th, 2006 09:53
Matthew Wilkinson, Seann Giffin,
If you have access to the php.ini that your PHP dist is using, just
remove the semi-colons the are in front of the wanted php extensions,
otherwise, in each script, include the extensions you want dynamically with
dl('php_xxx.dll');
This will take a little extra processing time (not much) but should
solve your problem.