|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-01-17 07:53 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Feb 16 01:00:01 2026 UTC |
Description: ------------ Crash Apache with using register_shutdown_function(); Reproduce code: --------------- <?php register_shutdown_function(a()); function a(){register_shutdown_function(a());} ?> Expected result: ---------------- good final. Actual result: -------------- Apache crash...