HI,
I have made PHP extension module in C++ working fine under PHP. But with Apache, it is unable to load the php page.
(NOTE : apache web server is well configured, home page is working and other php pages are working fine too.)
The error in the error log saw :
httpd: wcsrtombs.c:116: __wcsrtombs: Assertion `data.outbuf != (unsigned char *) dst' failed.
[Wed Aug 22 17:16:56 2001] [notice] child pid 15650 exit signal Aborted (6)
Any one had faced such error ??
Any suggestions is highly appreciated.
Thanks.