--TEST-- FPM: bug80024 - Duplication of info about inherited socket after pool removing --SKIPIF-- --FILE-- start(); $tester->expectLogStartNotices(); $cfg['count'] = 128; $tester->reload($cfg); $tester->expectLogReloadingNotices(129); $tester->reload(); $tester->expectLogReloadingNotices(128); $tester->terminate(); $tester->expectLogTerminatingNotices(); $tester->close(); ?> Done --EXPECT-- Done --CLEAN--