1
0
Fork 0
Commit Graph

498 Commits (8162dbddd8c2253456985524904f4c7f76198bc1)
 

Author SHA1 Message Date
Xuefer 8162dbddd8 initize file/dir path
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@686 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 71b947670f remove debug code
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@685 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 6aaae80e38 the logic of implemenation of dir/file path fixing was wrong. file/dir path should be cached before hardlink
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@684 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 5ae2aa9167 avoid crash by dirpath/filepath on parser error
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@683 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 888824c874 PHP_6: fix for function and class talbe similar to previous fix
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@682 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer f7aea863c0 PHP_6: new zend_constants.dtor which is used to free zend_constant.value on shutdown. cannot be used for XCache temp zend_constants table
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@681 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 15d74bace5 remove superfluous code about auto_globals
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@679 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer ebae2a7fd8 improved fixe for #224: 2G/4G limitation on 64bit arch
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@675 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer e5286342a9 closes #225, unset by prefix
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@673 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer d525f2b070 fix #224, support more than 2G on 64bit arch
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@672 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 315914c5d4 move and add back compatibile function to utils.c
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@671 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer e573fb3161 fix build for win32
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@670 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 86ca8105aa use XCACHE_ERROR_CACHING macro to simplify ifdefs
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@669 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 80634fd463 make #ifdef's looks better for E_DEPRECATED
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@668 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 7a6edb78d4 correct cache class index
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@667 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 294075fc4c use src instead of dst
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@666 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer e8bf5cb19f sync and update ChangeLog and NEWS from b1.3.0
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@665 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 38569c559e back patch !__FILE__ and !__DIR__ on cache restore
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@662 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 2426df47f4 fix stat() for relative file not in include_path but in current executing file directory (only for when inode available)
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@661 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 4bec45f41c PHP6 build fix
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@660 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 0af97244f2 PHP 6 fix
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@659 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 2d2b69a0be fix build with PHP6
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@658 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 33c744804b compile against PHP 4
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@657 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 4f1ec33902 use zend_llist instead of HashTable for gc_op_arrays
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@656 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer c2df47c060 remove warning about unreferenced local variable
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@653 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 89f3a28486 make use of internal_constant_tail otherwise 1.3 will cache unwanted constants
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@651 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 776cc97364 pre-php5.3 fix about IS_CONSTANT_TYPE_MASK
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@649 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 4dbfbd7e1e also cache/reproduce E_DEPRECATED
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@648 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 88bc4b2d67 fix config example, undefined variable d
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@647 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 3003e642fb reverted r643 as it's a false assertion. try another way to get ride of some const warning
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@645 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 28ce1b378c name/class_name need not deep copy in zend_arg_info
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@643 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer dd1d1592fc make indent optional in Makefile so when it coredump in somecase won't harm building
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@642 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer bc2a3aa184 copy only internal constant, clean constant on shutdown
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@640 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 8244810842 PHP_6: incompatible pointer size_t *
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@638 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer c553ca6262 PHP_6: fix build
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@637 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer f20aec667f avoid unused function warning
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@635 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer c7adf58d1c add () suggested by gcc
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@631 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 6e324d93f8 remove unused HashTable_zend_constant
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@628 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 7562e5de48 ChangeLog for r460
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@613 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 30897a816d sync with 1.3 ChangeLog
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@612 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer a21bc4924a bump year
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@609 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 2b365084d4 eol-style
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@605 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 39e6d5eac5 show var export'ed value for non-editable content
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@592 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 7e32e6c2b0 added $enable_eval
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@591 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer fa00e9c679 change the way to run all php tests, with php-src php-cli php-cgi symlink to correct target
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@590 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer d220e949c5 test case tests/func/010.phpt need more memory than 1M
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@589 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 010293a523 handle compile time new constant. fixed #208: null as default value for parameters with array type hint produces a fatal error
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@588 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
Xuefer 411fc206f9 patch from rcasagraude, quote macro definiton in m4 command line to prevent recursion
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@585 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
14 years ago
svn dbd017ed9d git-svn-id: svn://svn.lighttpd.net/xcache/trunk@584 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 15 years ago
Xuefer 196ad101f3 [571] was a wrong fix
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@572 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
15 years ago