1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00
Files
archived-php-src/ext
Wez Furlong 4356932dfe Fix infinite recursion bug when using zlib output compression.
Cause: the chunk size is taken from the zlib.output_compression setting,
which is 0 or 1.  This causes the block_size for output buffer to be set
to 0 (1 / 2) and thus causes infinite recursion in php_ob_allocate().
Solution: use a value of 0 for the chunk size which will use the default
sizes.  Also add a sanity check which will default the block_size to 1
if it ends up as 0.
2002-09-30 10:18:06 +00:00
..
2002-06-26 07:24:47 +00:00
2002-09-04 11:20:18 +00:00
2002-09-19 21:51:34 +00:00
2002-06-26 07:24:47 +00:00
2002-08-13 21:35:54 +00:00
2002-09-23 01:47:04 +00:00
2002-06-26 07:24:47 +00:00
2002-08-27 00:44:57 +00:00
2002-09-19 04:18:20 +00:00
2002-03-18 09:42:20 +00:00
2002-09-25 17:48:10 +00:00
2002-09-19 20:14:35 +00:00
2002-09-04 12:50:41 +00:00
2002-06-27 06:49:02 +00:00
2002-06-27 06:54:51 +00:00
2002-09-19 20:14:35 +00:00
2002-06-28 10:52:11 +00:00
2002-09-28 13:59:17 +00:00
2002-09-19 02:32:48 +00:00
2002-07-22 08:58:21 +00:00
2002-09-26 06:10:22 +00:00
2002-08-29 15:28:09 +00:00
2002-08-04 21:37:44 +00:00
2002-09-24 06:39:43 +00:00
2002-08-22 13:30:03 +00:00
2002-06-26 08:39:52 +00:00
2002-06-26 08:32:25 +00:00
2002-02-28 08:29:35 +00:00
2002-08-10 20:19:49 +00:00
MFB
2002-04-25 17:20:14 +00:00
2002-09-14 14:45:35 +00:00
2002-08-22 00:34:07 +00:00
2002-09-29 19:28:12 +00:00
2002-08-14 05:26:25 +00:00
2002-09-30 02:09:42 +00:00
2002-09-30 04:59:01 +00:00
2002-09-19 20:14:58 +00:00
2002-08-22 01:06:14 +00:00
2002-09-26 18:13:32 +00:00
2002-09-06 10:34:30 +00:00
2002-09-09 18:17:12 +00:00
2002-09-20 15:42:23 +00:00