[PHP-DEV] PHP 4.0 Bug #4007: Apache 1.3.12 dumps core when started From: adamc <email protected>
Date: 04/02/00

From: adamc <email protected>
Operating system: FreeBSD 3.4
PHP version: 4.0 Release Candidate 1
PHP Bug Type: Reproduceable crash
Bug description: Apache 1.3.12 dumps core when started

PHP4.0 RC1 compiled in as DSO into apache 1.3.12.

httpd dumps core on startup; I'm not so handy with backtraces, but gdb httpd httpd.core yields up the following info:

0x281edaeb in sapi_apache_send_headers (sapi_headers=0x2827bee0)
    at mod_php4.c:226
226 ((request_rec *) SG(server_context))->status = SG(sapi_headers).http_response_code;

apache config: prefix set, --enable-module=most --enable-shared=max
php4 config: --with-mysql --with-apxs --disable-xml --disable-gd --enable-track-vars --enable-trans-sid

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>