php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #72734 memory-leak zend_objects.c(162)
Submitted: 2016-08-02 14:18 UTC Modified: 2020-06-28 04:22 UTC
From: spam2 at rhsoft dot net Assigned: cmb (profile)
Status: No Feedback Package: Scripting Engine problem
PHP Version: 7.0.9 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: spam2 at rhsoft dot net
New email:
PHP Version: OS:

 

 [2016-08-02 14:18 UTC] spam2 at rhsoft dot net
Description:
------------
because of the horrible bug https://bugs.php.net/bug.php?id=72724 i have a debug-build on a VM running and face the errors below all day long

Aug  2 14:20:02 testserver php: [Tue Aug  2 14:20:02 2016]  Script:  '/Volumes/dune/www-servers/cms/cms/modules/podcast/cron.php'
Aug  2 14:20:02 testserver php: /home/builduser/rpmbuild/BUILD/php-7.0.9/Zend/zend_objects.c(162) :  Freeing 0x7FA86E74E1C0 (360 bytes), script=/Volumes/dune/www-servers/cms/cms/modules/podcast/cron.php
Aug  2 14:20:02 testserver php: === Total 1 memory leaks detected ===
Aug  2 14:40:01 testserver php: [Tue Aug  2 14:40:01 2016]  Script:  '/Volumes/dune/www-servers/cms/cms/modules/podcast/cron.php'
Aug  2 14:40:01 testserver php: /home/builduser/rpmbuild/BUILD/php-7.0.9/Zend/zend_objects.c(162) :  Freeing 0x7FB5C934E1C0 (360 bytes), script=/Volumes/dune/www-servers/cms/cms/modules/podcast/cron.php
Aug  2 14:40:01 testserver php: === Total 1 memory leaks detected ===
Aug  2 15:00:01 testserver php: [Tue Aug  2 15:00:01 2016]  Script:  '/Volumes/dune/www-servers/cms/cms/modules/podcast/cron.php'
Aug  2 15:00:01 testserver php: /home/builduser/rpmbuild/BUILD/php-7.0.9/Zend/zend_objects.c(162) :  Freeing 0x7F4C2594E1C0 (360 bytes), script=/Volumes/dune/www-servers/cms/cms/modules/podcast/cron.php
Aug  2 15:00:01 testserver php: === Total 1 memory leaks detected ===
Aug  2 15:02:01 testserver php: [Tue Aug  2 15:02:01 2016]  Script:  '/Volumes/dune/www-servers/cms/cms/modules/podcast/cron.php'
Aug  2 15:02:01 testserver php: /home/builduser/rpmbuild/BUILD/php-7.0.9/Zend/zend_objects.c(162) :  Freeing 0x7F524FB4E1C0 (360 bytes), script=/Volumes/dune/www-servers/cms/cms/modules/podcast/cron.php
Aug  2 15:02:01 testserver php: === Total 1 memory leaks detected ===
Aug  2 15:20:01 testserver php: [Tue Aug  2 15:20:01 2016]  Script:  '/Volumes/dune/www-servers/cms/cms/modules/podcast/cron.php'
Aug  2 15:20:01 testserver php: /home/builduser/rpmbuild/BUILD/php-7.0.9/Zend/zend_objects.c(162) :  Freeing 0x7F5CFD54E1C0 (360 bytes), script=/Volumes/dune/www-servers/cms/cms/modules/podcast/cron.php
Aug  2 15:20:01 testserver php: === Total 1 memory leaks detected ===
Aug  2 15:40:02 testserver php: [Tue Aug  2 15:40:02 2016]  Script:  '/Volumes/dune/www-servers/cms/cms/modules/podcast/cron.php'
Aug  2 15:40:02 testserver php: /home/builduser/rpmbuild/BUILD/php-7.0.9/Zend/zend_objects.c(162) :  Freeing 0x7F7B1234E1C0 (360 bytes), script=/Volumes/dune/www-servers/cms/cms/modules/podcast/cron.php
Aug  2 16:00:01 testserver php: [Tue Aug  2 16:00:01 2016]  Script:  '/Volumes/dune/www-servers/cms/cms/modules/podcast/cron.php'
Aug  2 16:00:01 testserver php: /home/builduser/rpmbuild/BUILD/php-7.0.9/Zend/zend_objects.c(162) :  Freeing 0x7F095454E1C0 (360 bytes), script=/Volumes/dune/www-servers/cms/cms/modules/podcast/cron.php
Aug  2 16:00:01 testserver php: === Total 1 memory leaks detected ===
Aug  2 16:02:01 testserver php: [Tue Aug  2 16:02:01 2016]  Script:  '/Volumes/dune/www-servers/cms/cms/modules/podcast/cron.php'
Aug  2 16:02:01 testserver php: /home/builduser/rpmbuild/BUILD/php-7.0.9/Zend/zend_objects.c(162) :  Freeing 0x7F884254E1C0 (360 bytes), script=/Volumes/dune/www-servers/cms/cms/modules/podcast/cron.php
Aug  2 16:02:01 testserver php: === Total 1 memory leaks detected ===



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-08-02 16:09 UTC] kalle@php.net
-Status: Open +Status: Feedback
 [2016-08-02 16:09 UTC] kalle@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.

In case it was the bug from #72724, then please either supply a zip or similar with the files, although a small self contained script is prefable, thanks!
 [2016-08-02 16:24 UTC] nikic@php.net
Additionally it would help to provide the output of "USE_ZEND_ALLOC=0 valgrind --leak-check=full php code.php". This should at least tell us what precisely was leaked.
 [2016-08-02 17:33 UTC] spam2 at rhsoft dot net
[wwwcron@testserver:~]$ USE_ZEND_ALLOC=0 valgrind --leak-check=full /usr/bin/php /Volumes/dune/updateservice/distribute/call_cronjob.php modules/podcast/cron.php passthru,popen,pclose
==12145== Memcheck, a memory error detector
==12145== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==12145== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info
==12145== Command: /usr/bin/php /Volumes/dune/updateservice/distribute/call_cronjob.php modules/podcast/cron.php passthru,popen,pclose
==12145== 
==12145== 
==12145== HEAP SUMMARY:
==12145==     in use at exit: 9,751 bytes in 115 blocks
==12145==   total heap usage: 183,379 allocs, 183,264 frees, 121,244,560 bytes allocated
==12145== 
==12145== 22 bytes in 1 blocks are definitely lost in loss record 24 of 106
==12145==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12145==    by 0xCAD1940: ???
==12145==    by 0xCAEF79E: ???
==12145==    by 0xCAD6994: ???
==12145==    by 0xCAD69D8: ???
==12145==    by 0xCAEF176: ???
==12145==    by 0x41292C7: ???
==12145==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12145==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12145==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12145==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12145==    by 0x381A3B: php_module_startup (main.c:2217)
==12145==
==12145== 48 bytes in 1 blocks are definitely lost in loss record 71 of 106
==12145==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12145==    by 0xCAD1940: ???
==12145==    by 0xCAD3C11: ???
==12145==    by 0xCAD67F8: ???
==12145==    by 0xCAD6989: ???
==12145==    by 0xCAD69D8: ???
==12145==    by 0xCAEF176: ???
==12145==    by 0x41292C7: ???
==12145==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12145==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12145==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12145==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12145==
==12145== 86 (64 direct, 22 indirect) bytes in 1 blocks are definitely lost in loss record 76 of 106
==12145==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12145==    by 0x8E22545: gaih_inet (in /usr/lib64/libc-2.23.so)
==12145==    by 0x8E25FDA: getaddrinfo (in /usr/lib64/libc-2.23.so)
==12145==    by 0xCAD3B07: ???
==12145==    by 0xCAD67F8: ???
==12145==    by 0xCAD6989: ???
==12145==    by 0xCAD69D8: ???
==12145==    by 0xCAEF176: ???
==12145==    by 0x41292C7: ???
==12145==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12145==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12145==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12145==
==12145== LEAK SUMMARY:
==12145==    definitely lost: 134 bytes in 3 blocks
==12145==    indirectly lost: 22 bytes in 1 blocks
==12145==      possibly lost: 0 bytes in 0 blocks
==12145==    still reachable: 9,595 bytes in 111 blocks
==12145==         suppressed: 0 bytes in 0 blocks
==12145== Reachable blocks (those to which a pointer was found) are not shown.
==12145== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==12145==
==12145== For counts of detected and suppressed errors, rerun with: -v
==12145== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
 [2016-08-02 17:36 UTC] spam2 at rhsoft dot net
the script itself is part of a large cms-system interacting with a dozens of instances - here again with --show-leak-kinds=all

[wwwcron@testserver:~]$ USE_ZEND_ALLOC=0 valgrind --leak-check=full --show-leak-kinds=all /usr/bin/php /Volumes/dune/updateservice/distribute/call_cronjob.php modules/podcast/cron.php passthru,popen,pclose 
==12150== Memcheck, a memory error detector
==12150== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==12150== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info
==12150== Command: /usr/bin/php /Volumes/dune/updateservice/distribute/call_cronjob.php modules/podcast/cron.php passthru,popen,pclose
==12150== 
==12150== 
==12150== HEAP SUMMARY:
==12150==     in use at exit: 9,751 bytes in 115 blocks
==12150==   total heap usage: 183,379 allocs, 183,264 frees, 121,244,560 bytes allocated
==12150== 
==12150== 3 bytes in 1 blocks are still reachable in loss record 1 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12150==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979E19: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150== 
==12150== 3 bytes in 1 blocks are still reachable in loss record 2 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12150==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979E8B: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150== 
==12150== 4 bytes in 1 blocks are still reachable in loss record 3 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12150==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979E2C: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150== 
==12150== 4 bytes in 1 blocks are still reachable in loss record 4 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12150==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979E9E: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150== 
==12150== 5 bytes in 1 blocks are still reachable in loss record 5 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x73CB459: xmlStrndup (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x734FE21: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12150==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 5 bytes in 1 blocks are still reachable in loss record 6 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12150==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979E06: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150== 
==12150== 5 bytes in 1 blocks are still reachable in loss record 7 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12150==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979E52: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150== 
==12150== 5 bytes in 1 blocks are still reachable in loss record 8 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12150==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979EB1: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150== 
==12150== 6 bytes in 1 blocks are still reachable in loss record 9 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x73CB459: xmlStrndup (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x734FE21: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x734FF74: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12150==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150== 
==12150== 6 bytes in 1 blocks are still reachable in loss record 10 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x73CB459: xmlStrndup (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x734FE21: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x7350004: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12150==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150== 
==12150== 6 bytes in 1 blocks are still reachable in loss record 11 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12150==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979DF3: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150== 
==12150== 6 bytes in 1 blocks are still reachable in loss record 12 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12150==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979E65: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150== 
==12150== 6 bytes in 1 blocks are still reachable in loss record 13 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0xA973BD3: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979F22: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 7 bytes in 1 blocks are still reachable in loss record 14 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x73CB459: xmlStrndup (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x734FE21: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x734FFD0: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12150==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150== 
==12150== 7 bytes in 1 blocks are still reachable in loss record 15 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12150==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979E3F: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150== 
==12150== 7 bytes in 1 blocks are still reachable in loss record 16 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12150==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979E78: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150== 
==12150== 8 bytes in 1 blocks are still reachable in loss record 17 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x86E37C8: ??? (in /usr/lib64/libgomp.so.1.0.0)
==12150==    by 0x86F30C7: ??? (in /usr/lib64/libgomp.so.1.0.0)
==12150==    by 0x86E1DF5: ??? (in /usr/lib64/libgomp.so.1.0.0)
==12150==    by 0x400FDA9: call_init.part.0 (in /usr/lib64/ld-2.23.so)
==12150==    by 0x400FEBA: _dl_init (in /usr/lib64/ld-2.23.so)
==12150==    by 0x4000CB9: ??? (in /usr/lib64/ld-2.23.so)
==12150==    by 0x3: ???
==12150==    by 0xFFF0006AE: ???
==12150==    by 0xFFF0006BB: ???
==12150==    by 0xFFF0006F3: ???
==12150==    by 0xFFF00070C: ???
==12150== 
==12150== 8 bytes in 1 blocks are still reachable in loss record 18 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x837F9A3: engine_cleanup_add_last (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x837FF77: ENGINE_add (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x83843D0: ENGINE_load_dynamic (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x8381E10: ENGINE_load_builtin_engines (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x97775BD: libssh2_init (in /usr/lib64/libssh2.so.1.0.1)
==12150==    by 0x6107696: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150== 
==12150== 9 bytes in 1 blocks are still reachable in loss record 19 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x73CB459: xmlStrndup (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x734FE21: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x734FF8E: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12150==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150== 
==12150== 9 bytes in 1 blocks are still reachable in loss record 20 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x73CB459: xmlStrndup (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x734FE21: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x734FFAF: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12150==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150== 
==12150== 9 bytes in 1 blocks are still reachable in loss record 21 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x73CB459: xmlStrndup (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x734FE21: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x735001E: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12150==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150== 
==12150== 11 bytes in 1 blocks are still reachable in loss record 22 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x73CB459: xmlStrndup (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x734FE21: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x734FFEA: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12150==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150== 
==12150== 22 bytes in 1 blocks are indirectly lost in loss record 23 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12150==    by 0x8E23D68: gaih_inet (in /usr/lib64/libc-2.23.so)
==12150==    by 0x8E25FDA: getaddrinfo (in /usr/lib64/libc-2.23.so)
==12150==    by 0xCAD3B07: ???
==12150==    by 0xCAD67F8: ???
==12150==    by 0xCAD6989: ???
==12150==    by 0xCAD69D8: ???
==12150==    by 0xCAEF176: ???
==12150==    by 0x41292C7: ???
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150== 
==12150== 22 bytes in 1 blocks are definitely lost in loss record 24 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0xCAD1940: ???
==12150==    by 0xCAEF79E: ???
==12150==    by 0xCAD6994: ???
==12150==    by 0xCAD69D8: ???
==12150==    by 0xCAEF176: ???
==12150==    by 0x41292C7: ???
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150== 
==12150== 24 bytes in 1 blocks are still reachable in loss record 25 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x82D36A5: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x82D37C3: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x5E1644: zm_startup_openssl (openssl.c:1191)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150==    by 0x278F4F: main (php_cli.c:1324)
==12150== 
==12150== 24 bytes in 1 blocks are still reachable in loss record 26 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x8391175: lh_insert (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x82D36D7: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x82D37C3: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x5E1644: zm_startup_openssl (openssl.c:1191)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 24 bytes in 1 blocks are still reachable in loss record 27 of 106
==12150==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12150==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979DF3: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 24 bytes in 1 blocks are still reachable in loss record 28 of 106
==12150==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12150==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979E06: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 24 bytes in 1 blocks are still reachable in loss record 29 of 106
==12150==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12150==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979E19: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 24 bytes in 1 blocks are still reachable in loss record 30 of 106
==12150==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12150==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979E2C: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 24 bytes in 1 blocks are still reachable in loss record 31 of 106
==12150==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12150==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979E3F: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 24 bytes in 1 blocks are still reachable in loss record 32 of 106
==12150==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12150==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979E52: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 24 bytes in 1 blocks are still reachable in loss record 33 of 106
==12150==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12150==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979E65: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 24 bytes in 1 blocks are still reachable in loss record 34 of 106
==12150==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12150==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979E78: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 24 bytes in 1 blocks are still reachable in loss record 35 of 106
==12150==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12150==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979E8B: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 24 bytes in 1 blocks are still reachable in loss record 36 of 106
==12150==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12150==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979E9E: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 24 bytes in 1 blocks are still reachable in loss record 37 of 106
==12150==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12150==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979EB1: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 24 bytes in 1 blocks are still reachable in loss record 38 of 106
==12150==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12150==    by 0xA96C32E: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979F47: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 24 bytes in 1 blocks are still reachable in loss record 39 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0xA979CF2: PR_ErrorInstallTable (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979F51: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 24 bytes in 1 blocks are still reachable in loss record 40 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x82D36A5: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x82D432A: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x837F769: ENGINE_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x8384335: ENGINE_load_dynamic (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x8381E10: ENGINE_load_builtin_engines (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x97775BD: libssh2_init (in /usr/lib64/libssh2.so.1.0.1)
==12150==    by 0x6107696: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150== 
==12150== 24 bytes in 1 blocks are still reachable in loss record 41 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x8391175: lh_insert (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x82D36D7: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x82D432A: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x837F769: ENGINE_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x8384335: ENGINE_load_dynamic (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x8381E10: ENGINE_load_builtin_engines (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x97775BD: libssh2_init (in /usr/lib64/libssh2.so.1.0.1)
==12150==    by 0x6107696: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150== 
==12150== 24 bytes in 1 blocks are still reachable in loss record 42 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x8391175: lh_insert (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x8394063: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x8394F65: ERR_get_state (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x83951EE: ERR_clear_error (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x8381E10: ENGINE_load_builtin_engines (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x97775BD: libssh2_init (in /usr/lib64/libssh2.so.1.0.1)
==12150==    by 0x6107696: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150== 
==12150== 32 bytes in 1 blocks are still reachable in loss record 43 of 106
==12150==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12150==    by 0x6F0266E: _dlerror_run (in /usr/lib64/libdl-2.23.so)
==12150==    by 0x6F01FA1: dlopen@@GLIBC_2.2.5 (in /usr/lib64/libdl-2.23.so)
==12150==    by 0x48A124: php_load_extension (dl.c:132)
==12150==    by 0x3395E1: php_load_php_extension_cb (php_ini.c:344)
==12150==    by 0x6845D1: zend_llist_apply (zend_llist.c:184)
==12150==    by 0x339453: php_ini_register_extensions (php_ini.c:739)
==12150==    by 0x381A36: php_module_startup (main.c:2216)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150==    by 0x278F4F: main (php_cli.c:1324)
==12150== 
==12150== 32 bytes in 1 blocks are still reachable in loss record 44 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x839057E: sk_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x803E899: SSL_COMP_get_compression_methods (in /usr/lib64/libssl.so.1.0.2h)
==12150==    by 0x8045048: SSL_library_init (in /usr/lib64/libssl.so.1.0.2h)
==12150==    by 0x5E160F: zm_startup_openssl (openssl.c:1182)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 32 bytes in 1 blocks are still reachable in loss record 45 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x839059C: sk_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x803E899: SSL_COMP_get_compression_methods (in /usr/lib64/libssl.so.1.0.2h)
==12150==    by 0x8045048: SSL_library_init (in /usr/lib64/libssl.so.1.0.2h)
==12150==    by 0x5E160F: zm_startup_openssl (openssl.c:1182)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 32 bytes in 1 blocks are still reachable in loss record 46 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x839057E: sk_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x82D36BB: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x82D37C3: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x5E1644: zm_startup_openssl (openssl.c:1191)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 32 bytes in 1 blocks are still reachable in loss record 47 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x839059C: sk_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x82D36BB: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x82D37C3: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x5E1644: zm_startup_openssl (openssl.c:1191)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 32 bytes in 1 blocks are still reachable in loss record 48 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x839057E: sk_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x82D36BB: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x82D432A: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x837F769: ENGINE_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x8384335: ENGINE_load_dynamic (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x8381E10: ENGINE_load_builtin_engines (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x97775BD: libssh2_init (in /usr/lib64/libssh2.so.1.0.1)
==12150==    by 0x6107696: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150== 
==12150== 32 bytes in 1 blocks are still reachable in loss record 49 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x839059C: sk_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x82D36BB: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x82D432A: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x837F769: ENGINE_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x8384335: ENGINE_load_dynamic (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x8381E10: ENGINE_load_builtin_engines (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x97775BD: libssh2_init (in /usr/lib64/libssh2.so.1.0.1)
==12150==    by 0x6107696: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150== 
==12150== 32 bytes in 1 blocks are still reachable in loss record 50 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x839057E: sk_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x837F9C4: engine_cleanup_add_last (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x837FF77: ENGINE_add (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x83843D0: ENGINE_load_dynamic (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x8381E10: ENGINE_load_builtin_engines (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x97775BD: libssh2_init (in /usr/lib64/libssh2.so.1.0.1)
==12150==    by 0x6107696: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150== 
==12150== 32 bytes in 1 blocks are still reachable in loss record 51 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x839059C: sk_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x837F9C4: engine_cleanup_add_last (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x837FF77: ENGINE_add (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x83843D0: ENGINE_load_dynamic (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x8381E10: ENGINE_load_builtin_engines (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x97775BD: libssh2_init (in /usr/lib64/libssh2.so.1.0.1)
==12150==    by 0x6107696: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150== 
==12150== 36 bytes in 1 blocks are still reachable in loss record 52 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x3C5B32: Balloc (zend_strtod.c:600)
==12150==    by 0x3C5CA7: d2b (zend_strtod.c:1340)
==12150==    by 0x3C96A5: zend_strtod (zend_strtod.c:3029)
==12150==    by 0x2D0A5B: lex_scan (zend_language_scanner.l:1677)
==12150==    by 0x66FCC1: zendlex (zend_compile.c:1587)
==12150==    by 0x2E03FE: zendparse (zend_language_parser.c:4225)
==12150==    by 0x2E4B0B: compile_file (zend_language_scanner.l:591)
==12150==    by 0x2DF5E8: compile_filename (zend_language_scanner.l:647)
==12150==    by 0x284D32: ZEND_INCLUDE_OR_EVAL_SPEC_TMPVAR_HANDLER (zend_vm_execute.h:40816)
==12150==    by 0x2E6D63: execute_ex (zend_vm_execute.h:417)
==12150==    by 0x69B750: zend_call_function (zend_execute_API.c:866)
==12150== 
==12150== 40 bytes in 1 blocks are still reachable in loss record 53 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x73C880A: xmlNewMutex (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x73C79D8: xmlInitGlobals (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x73587C9: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12150==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 40 bytes in 1 blocks are still reachable in loss record 54 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x73C880A: xmlNewMutex (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x7383EB9: xmlInitMemory (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x73587EA: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12150==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 40 bytes in 1 blocks are still reachable in loss record 55 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x734FE3E: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x734FF74: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12150==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 40 bytes in 1 blocks are still reachable in loss record 56 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x734FE3E: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x734FF8E: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12150==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 40 bytes in 1 blocks are still reachable in loss record 57 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x734FE3E: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x734FFAF: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12150==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 40 bytes in 1 blocks are still reachable in loss record 58 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x734FE3E: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x734FFD0: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12150==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 40 bytes in 1 blocks are still reachable in loss record 59 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x734FE3E: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x734FFEA: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12150==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 40 bytes in 1 blocks are still reachable in loss record 60 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x734FE3E: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x7350004: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12150==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 40 bytes in 1 blocks are still reachable in loss record 61 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x734FE3E: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x735001E: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12150==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 40 bytes in 1 blocks are still reachable in loss record 62 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x734FE3E: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12150==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12150==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150==    by 0x278F4F: main (php_cli.c:1324)
==12150== 
==12150== 40 bytes in 1 blocks are still reachable in loss record 63 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x82D37E5: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12150==    by 0x5E1644: zm_startup_openssl (openssl.c:1191)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150==    by 0x278F4F: main (php_cli.c:1324)
==12150== 
==12150== 40 bytes in 1 blocks are still reachable in loss record 64 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0xA96BEE0: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA986A06: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA986B10: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979F0E: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150== 
==12150== 40 bytes in 1 blocks are still reachable in loss record 65 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0xA96BEE0: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA986A06: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA986B2E: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979F0E: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150== 
==12150== 40 bytes in 1 blocks are still reachable in loss record 66 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0xA96BEE0: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA986A06: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA986B4C: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979F0E: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150== 
==12150== 40 bytes in 1 blocks are still reachable in loss record 67 of 106
==12150==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12150==    by 0xA973BC1: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979F22: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 48 bytes in 1 blocks are still reachable in loss record 68 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0xA96BECE: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA986A06: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA986B10: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979F0E: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150== 
==12150== 48 bytes in 1 blocks are still reachable in loss record 69 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0xA96BECE: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA986A06: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA986B2E: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979F0E: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150== 
==12150== 48 bytes in 1 blocks are still reachable in loss record 70 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0xA96BECE: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA986A06: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA986B4C: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979F0E: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150== 
==12150== 48 bytes in 1 blocks are definitely lost in loss record 71 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0xCAD1940: ???
==12150==    by 0xCAD3C11: ???
==12150==    by 0xCAD67F8: ???
==12150==    by 0xCAD6989: ???
==12150==    by 0xCAD69D8: ???
==12150==    by 0xCAEF176: ???
==12150==    by 0x41292C7: ???
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150== 
==12150== 64 bytes in 1 blocks are still reachable in loss record 72 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0xA982BD2: PR_NewCondVar (in /usr/lib64/libnspr4.so)
==12150==    by 0xA9891D0: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979EFF: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150== 
==12150== 64 bytes in 1 blocks are still reachable in loss record 73 of 106
==12150==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12150==    by 0xA972E0E: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979F09: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150==    by 0x271282: php_cli_startup (php_cli.c:423)
==12150== 
==12150== 64 bytes in 1 blocks are still reachable in loss record 74 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12150==    by 0xA982BD2: PR_NewCondVar (in /usr/lib64/libnspr4.so)
==12150==    by 0xA986AE7: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0xA979F0E: ??? (in /usr/lib64/libnspr4.so)
==12150==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12150==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12150==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12150==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12150==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12150==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12150==    by 0x381A3B: php_module_startup (main.c:2217)
==12150== 
==12150== 64 bytes in 1 blocks are still reachable in loss record 75 of 106
==12150==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
=
 [2016-08-02 17:48 UTC] nikic@php.net
The interesting parts of the backtraces are sadly missing. It might be possible to recover them by additionally specifying ZEND_DONT_UNLOAD_MODULES=1.
 [2016-08-02 17:53 UTC] spam2 at rhsoft dot net
[wwwcron@testserver:~]$ USE_ZEND_ALLOC=0 ZEND_DONT_UNLOAD_MODULES=1 valgrind --leak-check=full --show-leak-kinds=all /usr/bin/php /Volumes/dune/updateservice/distribute/call_cronjob.php modules/podcast/cron.php passthru,popen,pclose
==12501== Memcheck, a memory error detector
==12501== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==12501== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info
==12501== Command: /usr/bin/php /Volumes/dune/updateservice/distribute/call_cronjob.php modules/podcast/cron.php passthru,popen,pclose
==12501== 
==12501== 
==12501== HEAP SUMMARY:
==12501==     in use at exit: 35,543 bytes in 186 blocks
==12501==   total heap usage: 183,384 allocs, 183,198 frees, 121,244,779 bytes allocated
==12501== 
==12501== 3 bytes in 1 blocks are still reachable in loss record 1 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12501==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979E19: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501== 
==12501== 3 bytes in 1 blocks are still reachable in loss record 2 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12501==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979E8B: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501== 
==12501== 4 bytes in 1 blocks are still reachable in loss record 3 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12501==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979E2C: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501== 
==12501== 4 bytes in 1 blocks are still reachable in loss record 4 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12501==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979E9E: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501== 
==12501== 5 bytes in 1 blocks are still reachable in loss record 5 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x73CB459: xmlStrndup (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x734FE21: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12501==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 5 bytes in 1 blocks are still reachable in loss record 6 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12501==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979E06: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501== 
==12501== 5 bytes in 1 blocks are still reachable in loss record 7 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12501==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979E52: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501== 
==12501== 5 bytes in 1 blocks are still reachable in loss record 8 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12501==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979EB1: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501== 
==12501== 6 bytes in 1 blocks are still reachable in loss record 9 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x73CB459: xmlStrndup (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x734FE21: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x734FF74: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12501==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501== 
==12501== 6 bytes in 1 blocks are still reachable in loss record 10 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x73CB459: xmlStrndup (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x734FE21: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x7350004: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12501==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501== 
==12501== 6 bytes in 1 blocks are still reachable in loss record 11 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12501==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979DF3: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501== 
==12501== 6 bytes in 1 blocks are still reachable in loss record 12 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12501==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979E65: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501== 
==12501== 6 bytes in 1 blocks are still reachable in loss record 13 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0xA973BD3: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979F22: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 7 bytes in 1 blocks are still reachable in loss record 14 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x73CB459: xmlStrndup (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x734FE21: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x734FFD0: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12501==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501== 
==12501== 7 bytes in 1 blocks are still reachable in loss record 15 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12501==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979E3F: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501== 
==12501== 7 bytes in 1 blocks are still reachable in loss record 16 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12501==    by 0xA96EF24: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979E78: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501== 
==12501== 8 bytes in 1 blocks are still reachable in loss record 17 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x86E37C8: ??? (in /usr/lib64/libgomp.so.1.0.0)
==12501==    by 0x86F30C7: ??? (in /usr/lib64/libgomp.so.1.0.0)
==12501==    by 0x86E1DF5: ??? (in /usr/lib64/libgomp.so.1.0.0)
==12501==    by 0x400FDA9: call_init.part.0 (in /usr/lib64/ld-2.23.so)
==12501==    by 0x400FEBA: _dl_init (in /usr/lib64/ld-2.23.so)
==12501==    by 0x4000CB9: ??? (in /usr/lib64/ld-2.23.so)
==12501==    by 0x3: ???
==12501==    by 0xFFF000692: ???
==12501==    by 0xFFF00069F: ???
==12501==    by 0xFFF0006D7: ???
==12501==    by 0xFFF0006F0: ???
==12501== 
==12501== 8 bytes in 1 blocks are still reachable in loss record 18 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x837F9A3: engine_cleanup_add_last (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x837FF77: ENGINE_add (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x83843D0: ENGINE_load_dynamic (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x8381E10: ENGINE_load_builtin_engines (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x97775BD: libssh2_init (in /usr/lib64/libssh2.so.1.0.1)
==12501==    by 0x6107696: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501== 
==12501== 9 bytes in 1 blocks are still reachable in loss record 19 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x73CB459: xmlStrndup (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x734FE21: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x734FF8E: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12501==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501== 
==12501== 9 bytes in 1 blocks are still reachable in loss record 20 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x73CB459: xmlStrndup (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x734FE21: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x734FFAF: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12501==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501== 
==12501== 9 bytes in 1 blocks are still reachable in loss record 21 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x73CB459: xmlStrndup (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x734FE21: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x735001E: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12501==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501== 
==12501== 11 bytes in 1 blocks are still reachable in loss record 22 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x73CB459: xmlStrndup (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x734FE21: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x734FFEA: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12501==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501== 
==12501== 22 bytes in 1 blocks are still reachable in loss record 23 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x8DC2F19: strdup (in /usr/lib64/libc-2.23.so)
==12501==    by 0x8E23D68: gaih_inet (in /usr/lib64/libc-2.23.so)
==12501==    by 0x8E25FDA: getaddrinfo (in /usr/lib64/libc-2.23.so)
==12501==    by 0xCAD3B07: ip_nametoaddr (in /usr/lib64/libc-client.so.2007)
==12501==    by 0xCAD67F8: tcp_canonical (in /usr/lib64/libc-client.so.2007)
==12501==    by 0xCAD6989: mylocalhost (in /usr/lib64/libc-client.so.2007)
==12501==    by 0xCAD69D8: auth_gssapi_valid (in /usr/lib64/libc-client.so.2007)
==12501==    by 0xCAEF176: auth_link (in /usr/lib64/libc-client.so.2007)
==12501==    by 0x41292C7: zm_startup_imap (php_imap.c:855)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501== 
==12501== 22 bytes in 1 blocks are still reachable in loss record 24 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0xCAD1940: fs_get (in /usr/lib64/libc-client.so.2007)
==12501==    by 0xCAEF79E: cpystr (in /usr/lib64/libc-client.so.2007)
==12501==    by 0xCAD6994: mylocalhost (in /usr/lib64/libc-client.so.2007)
==12501==    by 0xCAD69D8: auth_gssapi_valid (in /usr/lib64/libc-client.so.2007)
==12501==    by 0xCAEF176: auth_link (in /usr/lib64/libc-client.so.2007)
==12501==    by 0x41292C7: zm_startup_imap (php_imap.c:855)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501== 
==12501== 24 bytes in 1 blocks are still reachable in loss record 25 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x82D36A5: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x82D37C3: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x5E1644: zm_startup_openssl (openssl.c:1191)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501==    by 0x278F4F: main (php_cli.c:1324)
==12501== 
==12501== 24 bytes in 1 blocks are still reachable in loss record 26 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x8391175: lh_insert (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x82D36D7: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x82D37C3: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x5E1644: zm_startup_openssl (openssl.c:1191)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 24 bytes in 1 blocks are still reachable in loss record 27 of 115
==12501==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12501==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979DF3: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 24 bytes in 1 blocks are still reachable in loss record 28 of 115
==12501==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12501==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979E06: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 24 bytes in 1 blocks are still reachable in loss record 29 of 115
==12501==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12501==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979E19: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 24 bytes in 1 blocks are still reachable in loss record 30 of 115
==12501==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12501==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979E2C: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 24 bytes in 1 blocks are still reachable in loss record 31 of 115
==12501==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12501==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979E3F: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 24 bytes in 1 blocks are still reachable in loss record 32 of 115
==12501==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12501==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979E52: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 24 bytes in 1 blocks are still reachable in loss record 33 of 115
==12501==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12501==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979E65: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 24 bytes in 1 blocks are still reachable in loss record 34 of 115
==12501==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12501==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979E78: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 24 bytes in 1 blocks are still reachable in loss record 35 of 115
==12501==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12501==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979E8B: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 24 bytes in 1 blocks are still reachable in loss record 36 of 115
==12501==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12501==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979E9E: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 24 bytes in 1 blocks are still reachable in loss record 37 of 115
==12501==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12501==    by 0xA96EF10: PR_NewLogModule (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979EB1: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 24 bytes in 1 blocks are still reachable in loss record 38 of 115
==12501==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12501==    by 0xA96C32E: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979F47: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 24 bytes in 1 blocks are still reachable in loss record 39 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0xA979CF2: PR_ErrorInstallTable (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979F51: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 24 bytes in 1 blocks are still reachable in loss record 40 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x82D36A5: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x82D432A: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x837F769: ENGINE_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x8384335: ENGINE_load_dynamic (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x8381E10: ENGINE_load_builtin_engines (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x97775BD: libssh2_init (in /usr/lib64/libssh2.so.1.0.1)
==12501==    by 0x6107696: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501== 
==12501== 24 bytes in 1 blocks are still reachable in loss record 41 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x8391175: lh_insert (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x82D36D7: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x82D432A: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x837F769: ENGINE_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x8384335: ENGINE_load_dynamic (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x8381E10: ENGINE_load_builtin_engines (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x97775BD: libssh2_init (in /usr/lib64/libssh2.so.1.0.1)
==12501==    by 0x6107696: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501== 
==12501== 24 bytes in 1 blocks are still reachable in loss record 42 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x8391175: lh_insert (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x8394063: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x8394F65: ERR_get_state (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x83951EE: ERR_clear_error (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x8381E10: ENGINE_load_builtin_engines (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x97775BD: libssh2_init (in /usr/lib64/libssh2.so.1.0.1)
==12501==    by 0x6107696: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501== 
==12501== 32 bytes in 1 blocks are still reachable in loss record 43 of 115
==12501==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12501==    by 0x6F0266E: _dlerror_run (in /usr/lib64/libdl-2.23.so)
==12501==    by 0x6F01FA1: dlopen@@GLIBC_2.2.5 (in /usr/lib64/libdl-2.23.so)
==12501==    by 0x48A124: php_load_extension (dl.c:132)
==12501==    by 0x3395E1: php_load_php_extension_cb (php_ini.c:344)
==12501==    by 0x6845D1: zend_llist_apply (zend_llist.c:184)
==12501==    by 0x339453: php_ini_register_extensions (php_ini.c:739)
==12501==    by 0x381A36: php_module_startup (main.c:2216)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501==    by 0x278F4F: main (php_cli.c:1324)
==12501== 
==12501== 32 bytes in 1 blocks are still reachable in loss record 44 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x839057E: sk_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x803E899: SSL_COMP_get_compression_methods (in /usr/lib64/libssl.so.1.0.2h)
==12501==    by 0x8045048: SSL_library_init (in /usr/lib64/libssl.so.1.0.2h)
==12501==    by 0x5E160F: zm_startup_openssl (openssl.c:1182)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 32 bytes in 1 blocks are still reachable in loss record 45 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x839059C: sk_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x803E899: SSL_COMP_get_compression_methods (in /usr/lib64/libssl.so.1.0.2h)
==12501==    by 0x8045048: SSL_library_init (in /usr/lib64/libssl.so.1.0.2h)
==12501==    by 0x5E160F: zm_startup_openssl (openssl.c:1182)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 32 bytes in 1 blocks are still reachable in loss record 46 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x839057E: sk_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x82D36BB: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x82D37C3: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x5E1644: zm_startup_openssl (openssl.c:1191)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 32 bytes in 1 blocks are still reachable in loss record 47 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x839059C: sk_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x82D36BB: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x82D37C3: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x5E1644: zm_startup_openssl (openssl.c:1191)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 32 bytes in 1 blocks are still reachable in loss record 48 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x839057E: sk_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x82D36BB: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x82D432A: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x837F769: ENGINE_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x8384335: ENGINE_load_dynamic (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x8381E10: ENGINE_load_builtin_engines (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x97775BD: libssh2_init (in /usr/lib64/libssh2.so.1.0.1)
==12501==    by 0x6107696: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501== 
==12501== 32 bytes in 1 blocks are still reachable in loss record 49 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x839059C: sk_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x82D36BB: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x82D432A: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x837F769: ENGINE_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x8384335: ENGINE_load_dynamic (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x8381E10: ENGINE_load_builtin_engines (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x97775BD: libssh2_init (in /usr/lib64/libssh2.so.1.0.1)
==12501==    by 0x6107696: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501== 
==12501== 32 bytes in 1 blocks are still reachable in loss record 50 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x839057E: sk_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x837F9C4: engine_cleanup_add_last (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x837FF77: ENGINE_add (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x83843D0: ENGINE_load_dynamic (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x8381E10: ENGINE_load_builtin_engines (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x97775BD: libssh2_init (in /usr/lib64/libssh2.so.1.0.1)
==12501==    by 0x6107696: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501== 
==12501== 32 bytes in 1 blocks are still reachable in loss record 51 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x839059C: sk_new (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x837F9C4: engine_cleanup_add_last (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x837FF77: ENGINE_add (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x83843D0: ENGINE_load_dynamic (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x8381E10: ENGINE_load_builtin_engines (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x97775BD: libssh2_init (in /usr/lib64/libssh2.so.1.0.1)
==12501==    by 0x6107696: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501== 
==12501== 36 bytes in 1 blocks are still reachable in loss record 52 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x3C5B32: Balloc (zend_strtod.c:600)
==12501==    by 0x3C5CA7: d2b (zend_strtod.c:1340)
==12501==    by 0x3C96A5: zend_strtod (zend_strtod.c:3029)
==12501==    by 0x2D0A5B: lex_scan (zend_language_scanner.l:1677)
==12501==    by 0x66FCC1: zendlex (zend_compile.c:1587)
==12501==    by 0x2E03FE: zendparse (zend_language_parser.c:4225)
==12501==    by 0x2E4B0B: compile_file (zend_language_scanner.l:591)
==12501==    by 0x2DF5E8: compile_filename (zend_language_scanner.l:647)
==12501==    by 0x284D32: ZEND_INCLUDE_OR_EVAL_SPEC_TMPVAR_HANDLER (zend_vm_execute.h:40816)
==12501==    by 0x2E6D63: execute_ex (zend_vm_execute.h:417)
==12501==    by 0x69B750: zend_call_function (zend_execute_API.c:866)
==12501== 
==12501== 40 bytes in 1 blocks are still reachable in loss record 53 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x73C880A: xmlNewMutex (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x73C79D8: xmlInitGlobals (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x73587C9: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12501==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 40 bytes in 1 blocks are still reachable in loss record 54 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x73C880A: xmlNewMutex (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x7383EB9: xmlInitMemory (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x73587EA: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12501==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 40 bytes in 1 blocks are still reachable in loss record 55 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x734FE3E: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x734FF74: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12501==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 40 bytes in 1 blocks are still reachable in loss record 56 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x734FE3E: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x734FF8E: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12501==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 40 bytes in 1 blocks are still reachable in loss record 57 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x734FE3E: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x734FFAF: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12501==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 40 bytes in 1 blocks are still reachable in loss record 58 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x734FE3E: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x734FFD0: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12501==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 40 bytes in 1 blocks are still reachable in loss record 59 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x734FE3E: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x734FFEA: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12501==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 40 bytes in 1 blocks are still reachable in loss record 60 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x734FE3E: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x7350004: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12501==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 40 bytes in 1 blocks are still reachable in loss record 61 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x734FE3E: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x735001E: xmlInitCharEncodingHandlers (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12501==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 40 bytes in 1 blocks are still reachable in loss record 62 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x734FE3E: xmlNewCharEncodingHandler (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x73587F4: ??? (in /usr/lib64/libxml2.so.2.9.3)
==12501==    by 0x5EBA29: php_libxml_initialize (libxml.c:755)
==12501==    by 0x5EBAA1: zm_startup_libxml.lto_priv.54 (libxml.c:794)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501==    by 0x278F4F: main (php_cli.c:1324)
==12501== 
==12501== 40 bytes in 1 blocks are still reachable in loss record 63 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0x82D20D7: CRYPTO_malloc (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x82D37E5: ??? (in /usr/lib64/libcrypto.so.1.0.2h)
==12501==    by 0x5E1644: zm_startup_openssl (openssl.c:1191)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501==    by 0x278F4F: main (php_cli.c:1324)
==12501== 
==12501== 40 bytes in 1 blocks are still reachable in loss record 64 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0xA96BEE0: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA986A06: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA986B10: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979F0E: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501== 
==12501== 40 bytes in 1 blocks are still reachable in loss record 65 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0xA96BEE0: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA986A06: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA986B2E: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979F0E: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501== 
==12501== 40 bytes in 1 blocks are still reachable in loss record 66 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0xA96BEE0: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA986A06: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA986B4C: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979F0E: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501== 
==12501== 40 bytes in 1 blocks are still reachable in loss record 67 of 115
==12501==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12501==    by 0xA973BC1: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979F22: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 48 bytes in 1 blocks are still reachable in loss record 68 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0xA96BECE: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA986A06: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA986B10: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979F0E: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501== 
==12501== 48 bytes in 1 blocks are still reachable in loss record 69 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0xA96BECE: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA986A06: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA986B2E: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979F0E: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501== 
==12501== 48 bytes in 1 blocks are still reachable in loss record 70 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0xA96BECE: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA986A06: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA986B4C: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979F0E: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501== 
==12501== 48 bytes in 1 blocks are still reachable in loss record 71 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0xCAD1940: fs_get (in /usr/lib64/libc-client.so.2007)
==12501==    by 0xCAD3C11: ip_nametoaddr (in /usr/lib64/libc-client.so.2007)
==12501==    by 0xCAD67F8: tcp_canonical (in /usr/lib64/libc-client.so.2007)
==12501==    by 0xCAD6989: mylocalhost (in /usr/lib64/libc-client.so.2007)
==12501==    by 0xCAD69D8: auth_gssapi_valid (in /usr/lib64/libc-client.so.2007)
==12501==    by 0xCAEF176: auth_link (in /usr/lib64/libc-client.so.2007)
==12501==    by 0x41292C7: zm_startup_imap (php_imap.c:855)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501== 
==12501== 64 bytes in 1 blocks are still reachable in loss record 72 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0xA982BD2: PR_NewCondVar (in /usr/lib64/libnspr4.so)
==12501==    by 0xA9891D0: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979EFF: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501== 
==12501== 64 bytes in 1 blocks are still reachable in loss record 73 of 115
==12501==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==12501==    by 0xA972E0E: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979F09: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0x6136614: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x6107684: ??? (in /usr/lib64/libcurl.so.4.4.0)
==12501==    by 0x61478D: zm_startup_curl (interface.c:1373)
==12501==    by 0x362188: zend_startup_module_ex (zend_API.c:1849)
==12501==    by 0x362233: zend_startup_module_zval (zend_API.c:1864)
==12501==    by 0x355708: zend_hash_apply (zend_hash.c:1534)
==12501==    by 0x35590C: zend_startup_modules (zend_API.c:1975)
==12501==    by 0x381A3B: php_module_startup (main.c:2217)
==12501==    by 0x271282: php_cli_startup (php_cli.c:423)
==12501== 
==12501== 64 bytes in 1 blocks are still reachable in loss record 74 of 115
==12501==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==12501==    by 0xA982BD2: PR_NewCondVar (in /usr/lib64/libnspr4.so)
==12501==    by 0xA986AE7: ??? (in /usr/lib64/libnspr4.so)
==12501==    by 0xA979F0E: ??? (in /
 [2016-08-09 11:48 UTC] spam2 at rhsoft dot net
any news here?

may i suggest to a) make a debug build b) start httpd with mod_php similar to "ExecStart=/usr/bin/valgrind --tool=memcheck --leak-check=yes --log-file=/var/log/valgrind/httpd.log /usr/sbin/httpd $OPTIONS -D FOREGROUND"

it's really hard to debug unknown code and play pingpong in a bugtracker while a suspect a php core-developer would be able to distinct between false postives and low hanging fruits to fix

anyways "Aug  9 12:40:01 testserver php: /home/builduser/rpmbuild/BUILD/php-7.0.9/Zend/zend_objects.c(162) :  Freeing 0x7F96280E3540 (360 bytes), script=/Volumes/dune/www-servers/cms/cms/modules/podcast/cron.php" appears all the time in the syslog when PHP is running as CLI-cronjob with our cms

______________________________

==3443== 1,432 (176 direct, 1,256 indirect) bytes in 1 blocks are definitely lost in loss record 385 of 422
==3443==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==3443== 4,896 bytes in 17 blocks are possibly lost in loss record 408 of 422
==3443==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==3443==    by 0x90F641D: __zend_malloc (zend_alloc.c:2866)
==3443==    by 0x8DB12C4: zend_hash_real_init_ex (zend_hash.c:140)
==3443==    by 0x8DB145B: zend_hash_check_init (zend_hash.c:163)
==3443==    by 0x8DBEED5: _zend_hash_add_or_update_i (zend_hash.c:563)
==3443==    by 0x8DBF5FE: _zend_hash_str_update (zend_hash.c:667)
==3443==    by 0x8D05EC1: zend_hash_str_update_ptr (zend_hash.h:546)
==3443==    by 0x8D05FA5: zend_hash_str_update_mem (zend_hash.h:596)
==3443==    by 0x8D0608B: real_value_hnd (apache_config.c:73)
==3443==    by 0x8D0620B: php_apache_admin_value_handler (apache_config.c:84)

==3443== 288 bytes in 1 blocks are possibly lost in loss record 282 of 422
==3443==    at 0x4C2BBAD: malloc (vg_replace_malloc.c:299)
==3443==    by 0x90F641D: __zend_malloc (zend_alloc.c:2866)
==3443==    by 0x8DB12C4: zend_hash_real_init_ex (zend_hash.c:140)
==3443==    by 0x8DB145B: zend_hash_check_init (zend_hash.c:163)
==3443==    by 0x8DBEED5: _zend_hash_add_or_update_i (zend_hash.c:563)
==3443==    by 0x8DBF351: _zend_hash_str_add (zend_hash.c:683)
==3443==    by 0x8D93357: zend_hash_str_add_mem (zend_hash.h:573)
==3443==    by 0x8D93468: sapi_register_post_entry (SAPI.c:955)
==3443==    by 0x8D934A0: sapi_register_post_entries (SAPI.c:941)
==3443==    by 0x8D934D9: php_setup_sapi_content_types (php_content_types.c:64)
==3443==    by 0x8DA1E02: sapi_globals_ctor (SAPI.c:66)
==3443==    by 0x8DA1E4C: sapi_startup (SAPI.c:89)

==3515== 35,128 (312 direct, 34,816 indirect) bytes in 1 blocks are definitely lost in loss record 419 of 422
==3515==    at 0x4C2DA60: calloc (vg_replace_malloc.c:711)
==3515==    by 0xEF5A54E: ???
==3515==    by 0xEF5A97E: ???
==3515==    by 0xA11485E: ???
==3515==    by 0x8DCB4E0: zend_startup_module_ex (zend_API.c:1849)
==3515==    by 0x8DCB58B: zend_startup_module_zval (zend_API.c:1864)
==3515==    by 0x8DBEA60: zend_hash_apply (zend_hash.c:1534)
==3515==    by 0x8DBEC64: zend_startup_modules (zend_API.c:1975)
==3515==    by 0x8DEAD93: php_module_startup (main.c:2217)
==3515==    by 0x8D07348: php_apache2_startup (sapi_apache2.c:349)
==3515==    by 0x8D0631B: php_apache_server_startup (sapi_apache2.c:464)
 [2016-08-14 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 [2016-08-14 05:17 UTC] requinix@php.net
-Status: No Feedback +Status: Open
 [2020-06-14 16:51 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2020-06-14 16:51 UTC] cmb@php.net
Do you still experience these memory leaks with any of the
actively supported PHP versions[1]?

[1] <https://www.php.net/supported-versions.php>
 [2020-06-28 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 09:01:30 2024 UTC