Changes between Initial Version and Version 1 of Ticket #93
- Timestamp:
- 2007-05-10T08:31:21+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #93 – Description
initial v1 4 4 5 5 {{{ 6 <? 6 #!php 7 <?php 7 8 xcache_inc("XXX"); //first invocation does not segfault... 8 9 xcache_inc("XXX"); //but the second one does … … 16 17 17 18 {{{ 18 <? 19 #!php 20 <?php 19 21 xcache_dec( "abc" ); 20 22 xcache_dec( "abc" );

