1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 13:12:16 +02:00
Files
archived-php-src/ext
Remi Collet 7740edae36 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
2014-11-03 11:42:15 -08:00
..
2014-01-03 11:04:26 +08:00
2014-05-08 01:59:39 -07:00
2014-01-03 11:04:26 +08:00
2014-01-03 11:04:26 +08:00
2014-09-26 16:26:59 +01:00
2014-01-03 11:04:26 +08:00
2014-01-03 11:04:26 +08:00
2014-08-17 15:44:02 +03:00
2014-07-08 14:13:46 -07:00
2014-01-03 11:04:26 +08:00
2014-01-03 11:04:26 +08:00
2014-01-03 11:04:26 +08:00
2014-01-03 11:04:26 +08:00
2014-04-10 17:42:32 +03:00
2014-08-17 15:44:02 +03:00
2014-01-03 11:04:26 +08:00
2014-01-03 11:04:26 +08:00
2014-06-20 13:56:32 +04:00
2014-08-14 18:20:26 +00:00
2014-08-17 15:44:02 +03:00
2014-07-30 02:28:31 +00:00
2014-01-03 11:04:26 +08:00
2014-01-03 11:04:26 +08:00
2014-06-20 13:56:32 +04:00
2014-01-03 11:04:26 +08:00
2014-01-03 11:04:26 +08:00
2014-05-21 18:58:14 +02:00
2014-01-03 11:04:26 +08:00
2014-01-03 11:04:26 +08:00
2014-01-03 11:04:26 +08:00
2014-06-08 13:50:22 -07:00
2014-01-03 11:04:26 +08:00
2014-01-03 11:04:26 +08:00
2014-08-17 15:44:02 +03:00
2014-01-03 11:04:26 +08:00
2014-01-03 11:04:26 +08:00
2014-01-03 11:04:26 +08:00
2014-01-03 11:04:26 +08:00
2014-01-03 11:04:26 +08:00
2014-01-03 11:04:26 +08:00
2014-01-03 11:04:26 +08:00
2014-02-14 14:51:10 +02:00
2014-01-03 11:04:26 +08:00
2014-01-03 11:04:26 +08:00
2014-04-01 10:08:08 +02:00
2014-01-03 11:04:26 +08:00
2014-08-21 22:41:36 +02:00