Custom Query (272 matches)
Results (25 - 27 of 272)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #116 | duplicate | memory leaks while comparing xcache_get results | moo | judas_iscariote |
| Description |
memory leak with the following code <?php
$a = array(1, 2);
$c = $a;
xcache_set("a", $a);
xcache_set("c", $c);
if(xcache_get('a') == xcache_get('c')) {
echo "hrmmkay\n";
}
?>
Script: 'crash.php' /home/cristian/php5/Zend/zend_vm_execute.h(182) : Freeing 0x00C964F8 (24 bytes), script=crash.php Last leak repeated 1 time [Fri Aug 17 02:59:41 2007] Script: 'crash.php' /home/cristian/xcache-stable/processor_real.c(17119) : Freeing 0x00C96568 (24 bytes), script=crash.php Last leak repeated 3 times [Fri Aug 17 02:59:41 2007] Script: 'crash.php' /home/cristian/xcache-stable/processor_real.c(15651) : Freeing 0x00C965D8 (64 bytes), script=crash.php Last leak repeated 3 times [Fri Aug 17 02:59:41 2007] Script: 'crash.php' /home/cristian/xcache-stable/processor_real.c(16923) : Freeing 0x00C96750 (72 bytes), script=crash.php Last leak repeated 1 time [Fri Aug 17 02:59:41 2007] Script: 'crash.php' /home/cristian/xcache-stable/processor_real.c(15636) : Freeing 0x00C967F0 (64 bytes), script=crash.php /home/cristian/php5/Zend/zend_alloc.c(2323) : Actual location (location was relayed) Last leak repeated 1 time === Total 14 memory leaks detected === |
|||
| #124 | duplicate | xCache and phpMyAdmin | moo | Mb |
| Description |
In phpMyAdmin, all current versions, you cannot export any type of data with xCache. We use php 4.4.7, apache 1.3.39 and xcache 1.0.3 (default ini settings). Error log gives me a "Fatal Error: Cannot Redeclare () in ...". It´s 100% a xCache Bug (since without loading it, no problem at all) |
|||
| #168 | duplicate | filesystem cache | moo | gero.mueller@… |
| Description |
I use eaccelerator in an multi customer virtual host environment with apache2 + fastcgi + php5. As memory is limited on the machine there is no way i can give each cutomer 8 or more megs of xcache shm. but this is the amount of ram typo3 and ezpublish need for their scripts. with eaccelerator i give them about 1 - 2 megs and use filesystem cache. that way we get good results with reasonable memory usage. i'd really like to use xcache for that. |
|||

