From: zdexter_cds at hotmail dot com Operating system: Anyone PHP version: 5.4.6 Package: Output Control Bug Type: Feature/Change Request Bug description:Request: function as register_shutdown_function, but as it was before PHP 4.1.0
Description: ------------ I'm asking for a function as register_shutdown_function used to be, when it executed after client disconnects. Reason: Get faster responses to the user when some considerably 'slow' process might be executed in background, after processes. I know it could be done by some custom function, as well as it's possible through Output Control Buffers Functions, but it's more code to write, more commands to be processed by server and it'd 'conflict' with output_buffering setting from php.ini so you'd also need to manage it. Also, the current function could be simulated easier than the old one, but it's the one chosen. It can easily be done by you, as it's just copy & paste, so I hope it's implemented. Thanks in advance. -- Edit bug report at https://bugs.php.net/bug.php?id=63072&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=63072&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=63072&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=63072&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=63072&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=63072&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=63072&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=63072&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=63072&r=needscript Try newer version: https://bugs.php.net/fix.php?id=63072&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=63072&r=support Expected behavior: https://bugs.php.net/fix.php?id=63072&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=63072&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=63072&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=63072&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=63072&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=63072&r=dst IIS Stability: https://bugs.php.net/fix.php?id=63072&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=63072&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=63072&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=63072&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=63072&r=mysqlcfg