#47 closed defect (fixed)
xcache_set is broken in current SVN (1.2beta)
| Reported by: | judas_iscariote | Owned by: | moo |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1 |
| Component: | cacher | Version: | 1.2-dev |
| Keywords: | xcache_set assertion | Cc: | soporte+xcache@… |
| Application: | PHP Version: | ||
| Other Exts: | SAPI: | ||
| Probability: | Blocked By: | ||
| Blocking: | Need User Feedback: |
Description
xcache_set is currently broken.
<?php
xcache_set("foo", 'test');
<?
php: xcache-trunk/processor_real.c:9159: xc_store_zval_ptr: Assertion `xc_is_shm(dst[0])' failed.
Aborted.
Change History (5)
comment:1 Changed 7 years ago by moo
comment:2 Changed 7 years ago by judas_iscariote
oops.. sorry..
ini === xcache-test.ini from the svn
CFLAGS="-g -O0" ./configure --enable-xcache-test --enable-xcache-coverager
comment:3 Changed 7 years ago by moo
in [248]
comment:4 Changed 7 years ago by moo
- Resolution set to fixed
- Status changed from new to closed
comment:5 Changed 7 years ago by moo
- Milestone changed from 1.0.3 to 1.1
Note: See
TracTickets for help on using
tickets.


ini? configure option?