1
0
Fork 0
Commit Graph

218 Commits (c6bfabcad722d1b916a538783b6eee10fad566df)

Author SHA1 Message Date
Xuefer c6bfabcad7 use _unlocked suffix for function name instead of _dmz
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@881 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-04-01 09:27:38 +00:00
Xuefer f4df9ff62c fix warning
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@876 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-04-01 02:45:28 +00:00
Xuefer 8e1a1e6895 missing zero terminator for filename
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@874 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-31 18:26:26 +00:00
Xuefer 547432694c get :// include_path right or dont cache
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@870 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-30 07:45:26 +00:00
Xuefer 24bb20e3dc fix opened_path for when stat=1
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@869 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-29 16:48:19 +00:00
Xuefer c82a4d43d5 include path lookup in cache
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@867 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-29 15:41:11 +00:00
Xuefer 539fb947e4 is non-unicode only; prepare for handling include_path + stat=0; project state is now unstable
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@866 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-29 09:24:40 +00:00
Xuefer 47d4c8a968 xce->entry rename
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@865 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-29 06:14:57 +00:00
Xuefer a51bea945b handle opened_path in 1 place
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@864 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-29 05:51:14 +00:00
Xuefer fa14a446a1 fix previous wrong change on is_autoglobal
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@862 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-29 03:22:46 +00:00
Xuefer 0a419538bf add is_autoglobal test
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@861 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-29 02:56:16 +00:00
Xuefer e5d9c15063 kill warnings
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@860 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-29 02:54:33 +00:00
Xuefer 4bd9441522 expand_path for __DIR__ __FILE__ support
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@859 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-28 16:15:21 +00:00
Xuefer 65664ce97e var set/get/inc/dec tests
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@858 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-28 13:01:47 +00:00
Xuefer 6159ca6aba fix trace
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@857 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-28 12:19:19 +00:00
Xuefer 06f64aa1eb store entry_var_t
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@856 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-28 09:30:46 +00:00
Xuefer 64de704dbf remove type/cache/hvalue from cached copy to reduce memory usage a little bit
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@854 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-28 08:48:20 +00:00
Xuefer e391b0f205 more readability cache property. reduce memory footprint for data caching
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@851 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-27 16:07:50 +00:00
Xuefer bfb351bc56 fix md5 digest
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@848 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-26 11:14:09 +00:00
Xuefer 9579c77164 fix build for <=PHP_5_2, optimize dirname call
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@847 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-26 10:46:53 +00:00
Xuefer e5943a11f7 kill most const warning
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@846 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-26 09:41:19 +00:00
Xuefer 2ccf0e5dbf copy md5 digest correctly in notmemcpy mode
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@840 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-25 02:51:51 +00:00
Xuefer 02fd7e8f97 fix __DIR__ __FILE__ handling in literal. path resolve is still in todo
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@832 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-23 16:17:34 +00:00
Xuefer 6fbbefbafc avoid zend_alter_ini_entry which is execute time
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@827 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-03-23 07:58:35 +00:00
Xuefer 79015d6a30 fix build: ISREF undefined in <=PHP_5_2
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@798 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2011-04-26 08:05:18 +00:00
Xuefer 90ccdadc54 Decompiler: handle closure use()
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@781 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2011-04-22 12:05:08 +00:00
Xuefer b5ecc94497 prepare for use()
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@780 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2011-04-22 09:33:46 +00:00
Xuefer fcf274966f check return value to avoid gcc warning
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@767 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2011-04-18 07:16:12 +00:00
Xuefer 6e7edfd240 30 seconds timeout for clog checking
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@764 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2011-04-18 04:20:40 +00:00
Xuefer e2a871ec76 PHP_6: prepared in literal way for __FILE__ __DIR__ fix up
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@721 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2011-04-09 11:05:07 +00:00
Xuefer 4271653af9 PHP 6: initial catch up with php 6 literals and trait
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@716 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2011-04-09 07:07:48 +00:00
Xuefer 7471acdf96 disassembler: refix previous partial
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@713 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2011-04-08 18:27:55 +00:00
Xuefer 75435ff3aa fix --disable-xcache-constant
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@702 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2011-02-08 09:13:27 +00:00
Xuefer d6415196ef fix segv on shutdown when ionCube Loader is loaded
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@698 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2011-02-08 05:13:22 +00:00
Xuefer f1143e68cb update op_array->filename for hard link restoring
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@687 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2009-09-29 14:17:18 +00:00
Xuefer 8162dbddd8 initize file/dir path
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@686 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2009-09-29 14:00:36 +00:00
Xuefer 71b947670f remove debug code
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@685 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2009-09-29 13:42:45 +00:00
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
2009-09-29 11:25:01 +00:00
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
2009-09-21 10:09:16 +00:00
Xuefer 15d74bace5 remove superfluous code about auto_globals
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@679 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2009-09-07 08:10:48 +00:00
Xuefer e5286342a9 closes #225, unset by prefix
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@673 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2009-08-26 02:18:14 +00:00
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
2009-08-14 02:03:45 +00:00
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
2009-08-14 02:02:53 +00:00
Xuefer e573fb3161 fix build for win32
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@670 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2009-08-13 17:00:12 +00:00
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
2009-08-07 02:31:12 +00:00
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
2009-08-03 08:15:53 +00:00
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
2009-08-03 07:37:21 +00:00
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
2009-07-31 09:41:19 +00:00
Xuefer c2df47c060 remove warning about unreferenced local variable
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@653 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2009-07-21 04:10:29 +00:00
Xuefer 4dbfbd7e1e also cache/reproduce E_DEPRECATED
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@648 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2009-07-10 04:02:07 +00:00