root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @592 [592] 4 years moo show var export'ed value for non-editable content
(edit) @591 [591] 4 years moo added $enable_eval
(edit) @590 [590] 4 years moo change the way to run all php tests, with php-src php-cli php-cgi symlink …
(edit) @589 [589] 4 years moo test case tests/func/010.phpt need more memory than 1M
(edit) @588 [588] 4 years moo handle compile time new constant. fixed #208: null as default value for …
(edit) @587 [587] 4 years moo remove svnsvnmerge-integrated
(edit) @586 [586] 4 years moo remove svnsvnmerge-integrated
(edit) @585 [585] 4 years moo patch from rcasagraude, quote macro definiton in m4 command line to …
(edit) @584 [584] 4 years anonymous
(edit) @583 [583] 4 years anonymous
(edit) @582 [582] 4 years anonymous
(edit) @581 [581] 4 years anonymous
(edit) @580 [580] 4 years anonymous
(edit) @579 [579] 4 years anonymous
(edit) @578 [578] 4 years anonymous
(edit) @577 [577] 4 years anonymous
(edit) @576 [576] 4 years anonymous
(edit) @575 [575] 4 years anonymous
(edit) @574 [574] 4 years anonymous
(edit) @573 [573] 4 years anonymous
(edit) @572 [572] 5 years moo [571] was a wrong fix
(edit) @571 [571] 5 years moo check for file size to be consistent
(edit) @570 [570] 5 years moo disable XCache for cli correctly
(edit) @569 [569] 5 years moo do not call php6 api for older php
(edit) @568 [568] 5 years moo add missing opcodes for 5.3
(edit) @567 [567] 5 years moo fix wrong count in head comment
(edit) @566 [566] 5 years moo add id/name in comments for readability
(edit) @565 [565] 5 years moo revert [564]
(edit) @564 [564] 5 years moo add id/name in comment to make it more readable
(edit) @563 [563] 5 years moo updates from eaccelerator
(edit) @562 [562] 5 years moo 5.3 support, merge news from 1.2
(edit) @561 [561] 5 years moo updated opcode names for php6
(edit) @560 [560] 5 years moo fixed #183: fix for some assert.h that conflict with php.h NDEBUG stuffs
(edit) @559 [559] 5 years moo fixed #183: fix for some assert.h that conflict with php.h NDEBUG stuffs
(edit) @558 [558] 5 years moo removed typo
(edit) @557 [557] 5 years moo fix build for win32
(edit) @556 [556] 5 years moo PHP_6: upstream api changed, fix build
(edit) @555 [555] 5 years moo remove signed/unsigned warning
(edit) @554 [554] 5 years moo fix build for vc for strict c rule
(edit) @553 [553] 5 years moo better readability
(edit) @552 [552] 5 years moo typo
(edit) @551 [551] 5 years moo fix build for PHP_4
(edit) @550 [550] 5 years moo PHP_5_2: 5.2.6 has its own changes which is not the same as in 5_3 for …
(edit) @549 [549] 5 years moo check get_magic_quotes_gpc which is deprecated
(edit) @548 [548] 5 years moo PHP_5_3 support: uses ZEND_COMPILE_IGNORE_INTERNAL_CLASSES and …
(edit) @547 [547] 5 years moo more verbose and user friendly error/warning note
(edit) @546 [546] 5 years moo added password generator tool
(edit) @545 [545] 5 years moo fixed undefined symbol zend_vspprintf, use vspprintf instead
(edit) @544 [544] 5 years moo memory leak after using php_basename
(edit) @543 [543] 5 years moo renamed DEBUG to XCACHE_DEBUG due to conflict to ext/date
(edit) @542 [542] 5 years moo fix false assertion
(edit) @541 [541] 5 years moo depends php_date for phpinfo
(edit) @540 [540] 5 years moo fixed #83: hash files with same basename into same cache split for better …
(edit) @539 [539] 5 years moo fix % used translation
(edit) @538 [538] 5 years moo show hits for each hits graph column
(edit) @537 [537] 5 years moo added cache init time and instance id
(edit) @536 [536] 5 years moo 64M of shm is a good choice
(edit) @535 [535] 5 years moo mark current hour in hits graph
(edit) @534 [534] 5 years moo fix dprint space for { that without name
(edit) @533 [533] 5 years moo status header is more reasonable to be 1st
(edit) @532 [532] 5 years moo exports xcache_dprint() to php script for debugging purpose
(edit) @531 [531] 5 years moo avoid losing last line
(edit) @530 [530] 5 years moo passed w3c validation
(edit) @529 [529] 5 years moo removed extra <div>
(edit) @528 [528] 5 years moo removed backgrond of percent bar
(edit) @527 [527] 5 years moo added legends
(edit) @526 [526] 5 years moo allow user decide to show used or free blocks/percent
(edit) @525 [525] 5 years moo [523] cont.: fix possible wrong separator in docuemnt root
(edit) @524 [524] 5 years moo avoid xcache.coveragedump_directory ending with \0 in phpinfo
(edit) @523 [523] 5 years moo fix possible wrong separator in docuemnt root
(edit) @522 [522] 5 years moo slide hits per second and hour
(edit) @521 [521] 5 years moo add "total" stat
(edit) @520 [520] 5 years moo fix overlaps
(edit) @519 [519] 5 years moo typo
(edit) @518 [518] 5 years moo no wrap for all text inside table
(edit) @517 [517] 5 years moo show free blocks as graph
(edit) @516 [516] 5 years moo fixed #138: no segv if cache is not initialized correctly
(edit) @515 [515] 5 years moo PHP_6: added goto support
(edit) @514 [514] 5 years moo auto_globals_jit=off was not needed anymore
(edit) @513 [513] 5 years moo PHP_6: fix method prototype
(edit) @512 [512] 5 years moo use u_strlen instead of for loop
(edit) @511 [511] 5 years moo PHP_6: the default 128M memory_limit is not enough for bug43128.phpt
(edit) @510 [510] 5 years moo PHP_6: updated opcode names
(edit) @509 [509] 5 years moo remove warning calling u_strcmp
(edit) @508 [508] 5 years moo PHP_4: fix build
(edit) @507 [507] 5 years moo PHP_6: unicode support for get set etc handlers
(edit) @506 [506] 5 years moo optimized function_table/class_table by caching hash value
(edit) @505 [505] 5 years moo 1 byte off for zend_constant
(edit) @504 [504] 5 years moo PHP_6: updated support
(edit) @503 [503] 5 years moo constinfos cannot be fast copied
(edit) @502 [502] 5 years moo clean shutdown
(edit) @501 [501] 5 years moo kill warning
(edit) @500 [500] 5 years moo don't catch compiler error, just warnings
(edit) @499 [499] 5 years moo updated dependency for xcache.lo
(edit) @498 [498] 5 years moo PHP_5_3: deep copy arg_info which is modified by executor
(edit) @497 [497] 5 years moo oops
(edit) @496 [496] 5 years moo fixed #157: support user error handler for E_STRICT. E_STRICT is now …
(edit) @495 [495] 5 years moo shallow copy for some compiler result infos
(edit) @494 [494] 5 years moo branch 1.3
(edit) @493 [493] 5 years moo released 1.2.2
Note: See TracRevisionLog for help on using the revision log.