unread
Hi All,
I was just trying to load extension apc.so.
Accidentally I typed it as abc.so(See the typo).
I started apache2 but it did not crib at all.
But when I tried to access the apache2, I could not.
Later I come to know that apache2 has not started at all.
When I drilled down further I found the following
The following two functions are not checking for not null on
SG(server_context).
php_apache_sapi_send_headers
php_apache_sapi_ub_write
This functions were causing a segmentation fault.
This happens only with display_startup_errors set to On
With regards
Kamesh Jayachandran