From: James E. F. <jf...@ac...> - 2002-03-07 13:36:19
|
On Thu, 7 Mar 2002, Brendan Lloyd wrote: > > PHP is probably crashing, and hence not returning > > data. > > Nope, it definitely wasn't crashing. I found that by > commenting out the first main IF statment in the > Gettext block of phpESP.ini, everything seems to work > (?!). Yep. As I said, the windows version sometimes has problems loading extentions. Did you try changing dl("gettext.so") to dl("gettext.dll") What do you apache error logs say about that? -James |