Re: [PHP-DEV] php+sablotron+MaxRequestsPerChild=1

2001-09-07 Thread Jeff Levy
I do apologize. I should have specified that I am using PHP 4.0.6, and have NOT tried to reproduce in 4.0.7 I've seen this error in bugs.php.net already, and see no need in reproducing a bug report for an issue which is already known. Please forgive my short initial post, as it was very

[PHP-DEV] php+sablotron+MaxRequestsPerChild=1

2001-09-06 Thread Malus
in your httpd.conf, set MaxChildRequests to 1 you won't get any more segfaults. yeah, this fix has faults, but at least you can code/test until the xslt stuff is in place, eh? -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DEV] php+sablotron+MaxRequestsPerChild=1

2001-09-06 Thread Sterling Hughes
On 7 Sep 2001, Malus wrote: in your httpd.conf, set MaxChildRequests to 1 you won't get any more segfaults. yeah, this fix has faults, but at least you can code/test until the xslt stuff is in place, eh? What segfaults are you getting? Why not submit a bug report on