1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00
Files
archived-php-src/ext
Andrey Hristov 7d4c51c2bd MFH:
Fix overusage of memory when the result set is empty. Then no memory will be
allocated compared to before. Also grow (realloc) the rset with 10% instead
of 33% - more reallocs but better memory usage. Of course later theres is a
realloc to shrink the rset t ofree it from unused rows but its better to
to eat too much at once.
2008-10-27 15:14:17 +00:00
..
2008-10-26 23:34:13 +00:00
2008-10-27 12:09:36 +00:00
2008-10-27 15:14:17 +00:00
2008-10-26 14:35:41 +00:00
2008-10-19 18:23:53 +00:00
2008-10-22 19:29:24 +00:00
2008-08-03 12:15:55 +00:00
2008-10-10 19:53:20 +00:00
2008-10-26 05:49:09 +00:00
2008-04-15 12:47:33 +00:00