|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-02-14 05:35 UTC] laruence@php.net
[2012-02-14 05:36 UTC] laruence@php.net
[2012-02-14 05:36 UTC] laruence@php.net
-Assigned To:
+Assigned To: laruence
[2012-03-02 02:56 UTC] laruence@php.net
[2012-03-02 02:56 UTC] laruence@php.net
[2012-03-02 02:56 UTC] laruence@php.net
-Status: Assigned
+Status: Closed
[2012-04-18 09:45 UTC] laruence@php.net
[2012-04-18 09:46 UTC] laruence@php.net
[2012-07-24 23:37 UTC] rasmus@php.net
[2012-07-24 23:37 UTC] rasmus@php.net
[2013-11-17 09:33 UTC] laruence@php.net
[2013-11-17 09:33 UTC] laruence@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 22:00:01 2025 UTC |
Description: ------------ The script: $callback = function() { }; set_exception_handler($callback); restore_exception_handler(); Leaks: [Mon Feb 13 17:34:31 2012] Script: 'workingFile18.php' /home/nikic/dev/php-src/Zend/zend_builtin_functions.c(1610) : Freeing 0xB7893050 (20 bytes), script=workingFile18.php === Total 1 memory leaks detected === Fixing it is just a matter of adding: INIT_PZVAL(EG(user_exception_handler)); After http://lxr.php.net/xref/PHP_TRUNK/Zend/zend_builtin_functions.c#1619.