Xuefer
|
de6e17cf40
|
fixed #138: no segv if cache is not initialized correctly
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@516 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-09 03:55:57 +00:00 |
Xuefer
|
f304523f89
|
PHP_6: added goto support
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@515 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-05 11:52:35 +00:00 |
Xuefer
|
40041234c5
|
auto_globals_jit=off was not needed anymore
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@514 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-05 11:52:18 +00:00 |
Xuefer
|
1af51b5e1f
|
PHP_6: fix method prototype
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@513 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-05 10:44:57 +00:00 |
Xuefer
|
0c5f4896ce
|
use u_strlen instead of for loop
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@512 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-05 10:44:30 +00:00 |
Xuefer
|
4df25f774b
|
PHP_6: the default 128M memory_limit is not enough for bug43128.phpt
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@511 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-05 10:09:27 +00:00 |
Xuefer
|
1202c20d08
|
PHP_6: updated opcode names
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@510 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-05 10:02:47 +00:00 |
Xuefer
|
decd2ba8c3
|
remove warning calling u_strcmp
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@509 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-05 09:42:09 +00:00 |
Xuefer
|
470c2fcee8
|
PHP_4: fix build
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@508 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-05 09:17:02 +00:00 |
Xuefer
|
a1bbff4ffd
|
PHP_6: unicode support for __get __set etc handlers
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@507 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-05 09:12:31 +00:00 |
Xuefer
|
7dcd2de319
|
optimized function_table/class_table by caching hash value
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@506 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-05 04:45:48 +00:00 |
Xuefer
|
277e453efc
|
1 byte off for zend_constant
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@505 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-05 03:42:33 +00:00 |
Xuefer
|
b36dbed007
|
PHP_6: updated support
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@504 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-05 03:42:14 +00:00 |
Xuefer
|
5b6d472b1d
|
constinfos cannot be fast copied
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@503 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-05 02:36:01 +00:00 |
Xuefer
|
5197de4739
|
clean shutdown
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@502 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-04 17:13:34 +00:00 |
Xuefer
|
6acd2447dd
|
kill warning
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@501 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-04 17:11:30 +00:00 |
Xuefer
|
7e8177b1d5
|
don't catch compiler error, just warnings
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@500 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-04 14:42:36 +00:00 |
Xuefer
|
e568e2dfde
|
updated dependency for xcache.lo
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@499 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-04 14:15:18 +00:00 |
Xuefer
|
6c747e7378
|
PHP_5_3: deep copy arg_info which is modified by executor
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@498 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-04 14:05:12 +00:00 |
Xuefer
|
947977da9c
|
oops
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@497 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-04 11:40:13 +00:00 |
Xuefer
|
52c01c2e35
|
fixed #157: support user error handler for E_STRICT. E_STRICT is now cached
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@496 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-04 11:38:57 +00:00 |
Xuefer
|
1d225c1885
|
shallow copy for some compiler result infos
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@495 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2008-01-04 11:20:05 +00:00 |
Xuefer
|
0d656f2095
|
merged r490 from b1.2: added module dependency, thanks to Cristian Rodriguez
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@492 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-12-29 03:48:54 +00:00 |
Xuefer
|
94674f8374
|
PHP_5_3: support for new zvalue_value.type
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@491 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-12-29 03:44:16 +00:00 |
Xuefer
|
4ac98a4163
|
typo issue
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@488 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-12-28 12:10:37 +00:00 |
Xuefer
|
9fdc8ec51a
|
ZVAL_REFCOUNT was removed in ZendEngine
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@487 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-12-28 12:10:13 +00:00 |
Xuefer
|
b038eb84c3
|
fix unused variable warning
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@486 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-12-28 12:09:43 +00:00 |
Xuefer
|
b96c159e8e
|
5.3 support
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@485 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-12-28 10:16:12 +00:00 |
Xuefer
|
adf9a227cf
|
fix: zval_data type size mismatch
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@484 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-10-07 06:31:19 +00:00 |
Xuefer
|
9e29e3173d
|
fixed #129, added idx_type for PHP_5_3
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@482 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-10-07 06:24:10 +00:00 |
Xuefer
|
6b0f3f9cdf
|
compile against PHP_5_3
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@480 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-10-01 11:24:34 +00:00 |
Xuefer
|
c81abedaec
|
scheme=malloc was broken in [470]
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@478 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-09-17 10:45:07 +00:00 |
Xuefer
|
04ce5c5466
|
opcodes data is copied but not the op_array. use op_array_handler instead
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@477 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-08-19 14:15:51 +00:00 |
Xuefer
|
bbdcdcf41b
|
static function
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@476 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-08-19 13:59:10 +00:00 |
Xuefer
|
d807b0ea32
|
oops
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@474 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-08-08 16:15:03 +00:00 |
Xuefer
|
6dca4feae6
|
merged [471] from b1.2: live with wrong system time: allow caching files with mtime in further
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@472 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-08-08 16:10:16 +00:00 |
Xuefer
|
8d96b47ea3
|
merged r466 from b1.2: support shm-malloc only on --enable-xcache-test
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@470 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-08-05 02:54:14 +00:00 |
Xuefer
|
7fa6d217b5
|
ChangeLog update
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@469 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-08-05 02:46:35 +00:00 |
Xuefer
|
c9e233fb73
|
merged r465 from b1.2: fixed #102, Segmentation fault with xcache.var_size=1K
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@467 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-08-05 02:38:31 +00:00 |
Xuefer
|
099c160cc7
|
fix lastattr
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@464 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-07-29 04:44:55 +00:00 |
Xuefer
|
51cfc2b083
|
fix nesting <span> and <li>
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@463 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-07-29 04:40:44 +00:00 |
Xuefer
|
63923e3e34
|
avoid -1 in cov decode
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@462 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-07-29 04:06:46 +00:00 |
Xuefer
|
138784778e
|
table head font-size for non-latin font
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@461 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-07-29 04:00:40 +00:00 |
Xuefer
|
2b1133a08c
|
font-size and newline fix for firefox
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@460 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-07-29 03:58:54 +00:00 |
Xuefer
|
6b86e2a525
|
update XCache url
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@458 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-07-27 02:03:34 +00:00 |
Xuefer
|
c3035478ef
|
fixed #133: add "compile failures" in XCache admin stats
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@456 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-07-14 05:06:10 +00:00 |
Xuefer
|
71adde3e60
|
fix wrong merge in [996] and [451], [454]
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@455 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-07-14 04:47:24 +00:00 |
Xuefer
|
0f8c5fd2bf
|
merged [453] from b1.2: for non cachable files, they just wont be cached. we shound't scare the users with high misses
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@454 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-07-12 03:28:26 +00:00 |
Xuefer
|
4953a17ea3
|
merged [449] from turnk: fix compiling state after compiling non cachable files, thanks PatrickDK
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@451 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-07-12 03:11:06 +00:00 |
Xuefer
|
266bddbfb9
|
the missing piece merging from [408]
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@450 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2007-07-12 03:03:33 +00:00 |