|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch mod_mm.patch for Compile Failure Bug #79724Patch version 2020-06-22 12:06 UTC Return to Bug #79724 | Download this patchPatch Revisions: Developer: velemas@gmail.com
--- a/ext/session/mod_mm.c 2020-06-09 12:57:23.000000000 +0200
+++ b/ext/session/mod_mm.c 2020-06-22 13:47:04.910156000 +0200
@@ -466,7 +466,7 @@ PS_GC_FUNC(mm)
mm_unlock(data->mm);
- return nrdels;
+ return *nrdels;
}
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 21:00:01 2025 UTC |