Re: [PHP] debugging dl()

2005-09-07 Thread Mikey
Bob Pilly wrote: Hi All Im having problems using dl() to load an extension that someone has given me. I get the following output from this simple script: //script //output PHP Warning: dl(): \u?\u: Unable to initialize module Module compiled with module API=20020429, debug=0, threa

Re: [PHP] debugging dl()

2005-09-07 Thread Jasper Bryant-Greene
Bob Pilly wrote: [snip] PHP Warning: dl(): \u?\u: Unable to initialize module Module compiled with module API=20020429, debug=0, thread-safety=0 PHPcompiled with module API=20041030, debug=0, thread-safety=0 These options need to match The module was compiled for an earlier version

[PHP] debugging dl()

2005-09-07 Thread Bob Pilly
Hi All Im having problems using dl() to load an extension that someone has given me. I get the following output from this simple script: //script //output PHP Warning: dl(): \u?\u: Unable to initialize module Module compiled with module API=20020429, debug=0, thread-safety=0 PHPc