Wed Nov 14, 2007 11:34 am |
Replies: 2 |
Views: 4346 |
|
 |
Nevermind! I compiled the DLL for PHP 5.0.4 while PhpED comes with PHP 5.2... I recompiled it for 5.2 and everything works fine now.
|
Wed Nov 14, 2007 10:45 am |
Replies: 2 |
Views: 4346 |
|
 |
Additionally, when trying to load this extension dynamically with dl() I get this warning:
Warning: dl() [function.dl]: Unable to initialize module Module compiled with module ...
|
Wed Nov 14, 2007 9:54 am |
Replies: 2 |
Views: 4346 |
|
 |
Hi,
Some time ago I built an extension for PHP which works fine using my usual Apache/PHP installation. Using PhpED however, it won't load (it does not appear in the phpinfo() list).
I put the ex ...
|