summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_utils.c
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-10-27 07:45:34 +0100
committerStanislav Malyshev <stas@php.net>2014-11-03 11:42:15 -0800
commit7740edae36fea4e831afc6f1e37eb559dcf597f0 (patch)
tree1ca170d379b429b6ae33d63a1dc70176cdeaac9c /sapi/phpdbg/phpdbg_utils.c
parentc351b47ce85a3a147cfa801fa9f0149ab4160834 (diff)
downloadphp-git-7740edae36fea4e831afc6f1e37eb559dcf597f0.tar.gz
Fix bug #63595 GMP memory management conflicts with other libraries using GMP
Drop use of php memory allocators as this raise various conflicts with other extensions and libraries which use libgmp. No other solution found. We cannot for ensure correct use of allocator with shared lib. Some memory can allocated before php init Some memory can be freed after php shutdown Known broken run cases - php + curl + gnutls + gmp - mod_gnutls + mod_php + gnutls + gmp - php + freetds + gnutls + gmp - php + odbc + freetds + gnutls + gmp - php + php-mapi (zarafa) + gnutls + gmp
Diffstat (limited to 'sapi/phpdbg/phpdbg_utils.c')
0 files changed, 0 insertions, 0 deletions