|
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-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 09 16:00:01 2025 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...