Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/php/pecl-caching-wincache
Windows Cache Extension for PHP
https://github.com/php/pecl-caching-wincache
Made user cache functions handle array of keys.
8eb4ffb03a49e8ba3030ace808b957b28bcdb9e5 authored almost 15 years ago
8eb4ffb03a49e8ba3030ace808b957b28bcdb9e5 authored almost 15 years ago
wincache user cache and wincache session handler implemented.
f5ed6207242b3b323a7e32ad21b1dad2ea99b1d5 authored almost 15 years ago
f5ed6207242b3b323a7e32ad21b1dad2ea99b1d5 authored almost 15 years ago
Synced with php_all directory.
38f6017c17d71532711bbcc013bea5b9bb3d3052 authored almost 15 years ago
38f6017c17d71532711bbcc013bea5b9bb3d3052 authored almost 15 years ago
Copyright update and some minor updates
e633459842d0949732f5455a3c7a78f76421d91f authored almost 15 years ago
e633459842d0949732f5455a3c7a78f76421d91f authored almost 15 years ago
This was a long time pending thing. I am commiting the entire test infrastructure of WINCACHE including the driver to run it.
e79b22d1740179bba1b677f477483eb24c9eff03 authored almost 15 years ago
e79b22d1740179bba1b677f477483eb24c9eff03 authored almost 15 years ago
Publishing 1.0.1 release
423506fa944d553037b92fed9de046702a00bc40 authored about 15 years ago
423506fa944d553037b92fed9de046702a00bc40 authored about 15 years ago
Merged changes from wincache_1_0 branch.
e8694bc3934ae3e1e5bf194bad50f5dd8f84b761 authored about 15 years ago
e8694bc3934ae3e1e5bf194bad50f5dd8f84b761 authored about 15 years ago
Final 1.0.1 release build number.
96439b0007d260a8319c23b8e730e9333dd378f1 authored about 15 years ago
96439b0007d260a8319c23b8e730e9333dd378f1 authored about 15 years ago
Modified wincache.php to use resolve_path instead of relative_path.
ef7c480f89ef56556a998aac03e7944a819f5061 authored about 15 years ago
ef7c480f89ef56556a998aac03e7944a819f5061 authored about 15 years ago
Modified wincache.php to use resolve_path instead of relative_path.
d30738fe195d411df36a3c8ddc4031565ec82f26 authored about 15 years ago
d30738fe195d411df36a3c8ddc4031565ec82f26 authored about 15 years ago
Merged changes from wincache_1_0 branch.
4748be82f5631c52c40642948b33fa04f44b6a36 authored about 15 years ago
4748be82f5631c52c40642948b33fa04f44b6a36 authored about 15 years ago
Changed variable names and comments to indicate rplist is resolve path cache
ffa6c41eb5cdcd14bad11385346bf5198bca784a authored about 15 years ago
ffa6c41eb5cdcd14bad11385346bf5198bca784a authored about 15 years ago
- Updated the wincache.php to pass chart data on query string to ensure that the charts show the same data that is displayed in tables
- Updated the wincache.php to show whether information about a global or local cache instance is ...
0c350a5d94be133c8c46d79f777b3fd977ba2cfc authored about 15 years ago
- Updated the wincache.php to pass chart data on query string to ensure that the charts show the same data that is displayed in tables
- Updated the wincache.php to show whether information about a global or local cache instance is ...
36e40ea1ce2bc772a171c65feee40e7cf5b049ca authored about 15 years ago
Picked changes from wincache_1_0 branch.
291967a7a5ac62837b813299e9635a935614d30e authored about 15 years ago
291967a7a5ac62837b813299e9635a935614d30e authored about 15 years ago
Exposed is_local_cache from ocache_fileinfo and fcache_fileinfo methods.
41778d708faaa0d9d5dc0d7548f29b27ac3e1f7f authored about 15 years ago
41778d708faaa0d9d5dc0d7548f29b27ac3e1f7f authored about 15 years ago
Fixed bug 16975 which was happening because aplist and ocache refcounts were getting out of sync.
ab77501d990f8d9a194553dcd00c7742130ea413 authored about 15 years ago
ab77501d990f8d9a194553dcd00c7742130ea413 authored about 15 years ago
Creating WinCache_1_0 branch for v1 bug fixes.
1ef75ad317157cc2631d048d07a56b63a387b4c0 authored about 15 years ago
1ef75ad317157cc2631d048d07a56b63a387b4c0 authored about 15 years ago
WinCache v1 branch. Trunk will be used for 1.5/2.0 work.
4b1576e30c7dc01b1f75c28abeb6b02d8074093d authored about 15 years ago
4b1576e30c7dc01b1f75c28abeb6b02d8074093d authored about 15 years ago
Changed relative path cache to act as resolve path cache. Incremented refcounts under aplist lock. Did comparison using InterlockedCompareExchange.
7d1e935ea75d2768160cbd9e89daf0cabf898116 authored about 15 years ago
7d1e935ea75d2768160cbd9e89daf0cabf898116 authored about 15 years ago
The fix didn't work. Reverting back.
998792f6c35d98edcbb4021ea42d9197ceb2099e authored about 15 years ago
998792f6c35d98edcbb4021ea42d9197ceb2099e authored about 15 years ago
There can be a crash in situation where because of context switching, wincache can crash because of lock not happening properly. Tried fixing it in a small way. If this doesn't work, we need to work on a fix which is more involved.
aaab20386cf32fc99781d5550fdd7de1c78e65d7 authored about 15 years ago
aaab20386cf32fc99781d5550fdd7de1c78e65d7 authored about 15 years ago
Well the required path fix was causing a crash on SERENDIPITY. Fixed it.
7f0527bdfb2247d530a3a7a0910f91f471160d33 authored about 15 years ago
7f0527bdfb2247d530a3a7a0910f91f471160d33 authored about 15 years ago
Added notes for require_once fix for PHP 5.3
41e2741d9b0da3ac2e5d63f30a1f73bc453c92a1 authored about 15 years ago
41e2741d9b0da3ac2e5d63f30a1f73bc453c92a1 authored about 15 years ago
Fixed require_once on PHP5.3. If the files were absolute and similar files were included in different case, require_once was including it twice.
a0e10e2c8b64c50ef87463df7dcbde20a3d97062 authored about 15 years ago
a0e10e2c8b64c50ef87463df7dcbde20a3d97062 authored about 15 years ago
Prevent multiple entries from getting created in aplist hashtable
dcbb38c01fc4024d4d2ed6a852bf3100069571a1 authored about 15 years ago
dcbb38c01fc4024d4d2ed6a852bf3100069571a1 authored about 15 years ago
Publising the 1.0.0 release of wincache.
19c873a83944bd5dd3c14f4001bbd5344c20bf78 authored about 15 years ago
19c873a83944bd5dd3c14f4001bbd5344c20bf78 authored about 15 years ago
Changing same_value and absentry under write lock.
6cd08990a6e5d65b02ca6041ed7b9e6a7ce06da5 authored about 15 years ago
6cd08990a6e5d65b02ca6041ed7b9e6a7ce06da5 authored about 15 years ago
Cleaned up the formatting of the comments for the configuration section in wincache.php, so that it looks nice in PHP editors.
089850685c5c4ba27e8ebfd9f71623fdabdb21a2 authored about 15 years ago
089850685c5c4ba27e8ebfd9f71623fdabdb21a2 authored about 15 years ago
Final v1 RTW build number update.
9cc37968919d740e3b524d4b95b2f178f211faa9 authored about 15 years ago
9cc37968919d740e3b524d4b95b2f178f211faa9 authored about 15 years ago
Updated the package.xml with information about the change in wincache.php.
cd3b3b0e8f2c09da1e8e20077cdf9137e66810b4 authored about 15 years ago
cd3b3b0e8f2c09da1e8e20077cdf9137e66810b4 authored about 15 years ago
Modified wincache.php to show a warning when the opcode cache size is too small and it has been automatically increased.
2a6f36dc1649b4737291d333c0b03b57f01b2eec authored about 15 years ago
2a6f36dc1649b4737291d333c0b03b57f01b2eec authored about 15 years ago
Changed minimum/maximum values of fcachesize, ocachesize. Added olocaltest. Forced ocachesize to be atleast 3 times fcachesize.
8695b17120db796c9f8eb3a9ace3909b089911b5 authored about 15 years ago
8695b17120db796c9f8eb3a9ace3909b089911b5 authored about 15 years ago
Prevent rplist_value same_value field from pointing to itself, else deleteval does double free on same rplist value.
7af1652ecfc3548d1d54b969dd9022af3761497d authored about 15 years ago
7af1652ecfc3548d1d54b969dd9022af3761497d authored about 15 years ago
Rplist, fcache, ocache entries are deleted by same process. Only marking rplist entries deleted when needed.
e55a7577eafcf9b67c7bba378734ae1b3e2ba782 authored about 15 years ago
e55a7577eafcf9b67c7bba378734ae1b3e2ba782 authored about 15 years ago
Made strings in rplist_value aligned to dword boundary. Other miscellaneous code improvements.
a4cdc93e12a51ede9abec4882aa91f5cf05007d6 authored about 15 years ago
a4cdc93e12a51ede9abec4882aa91f5cf05007d6 authored about 15 years ago
Converting opened_path to lowercase makes case-sensitive comparison of __FILE__ with realpath() fail. Fixed.
1101c3af9996dbd0b953cb3cc0b8b364bc3b66f9 authored about 15 years ago
1101c3af9996dbd0b953cb3cc0b8b364bc3b66f9 authored about 15 years ago
Process with local opcode cache never does complete remove_aplist_entry now. Added debuglevel 501 and warning codes. Modified asserts.
6782930e8bfe3b9f94a0003e418f77bcbd6c9731 authored about 15 years ago
6782930e8bfe3b9f94a0003e418f77bcbd6c9731 authored about 15 years ago
wincache.php did not display the memory usage graph correctly. Changed the logic to use memory_total instead of ini_get('wincache.fcachesize').
2dbdd6626f7040016892b9ebbd30a21455d77268 authored about 15 years ago
2dbdd6626f7040016892b9ebbd30a21455d77268 authored about 15 years ago
Adding pajoye to the list of contributors.
d70b7b11dd4a46ef3288bdd4e0aee3bd654768ba authored about 15 years ago
d70b7b11dd4a46ef3288bdd4e0aee3bd654768ba authored about 15 years ago
Updated the package.xml so that it can be validated by pecl command. Also added INSTALL and LICENSE files which are required for building the pecl package.
d2426cb24e58f072224b0eb66b9181cc8a4162d3 authored about 15 years ago
d2426cb24e58f072224b0eb66b9181cc8a4162d3 authored about 15 years ago
Fixed static build
a2df98ad9a79cd0b1c3d64cbaae4c7b324b7749e authored about 15 years ago
a2df98ad9a79cd0b1c3d64cbaae4c7b324b7749e authored about 15 years ago
Removed goto finished calls between zend_try, zend_end_try calls.
64049bd8208e8755cdb5853f44a88d2f7b6c2847 authored about 15 years ago
64049bd8208e8755cdb5853f44a88d2f7b6c2847 authored about 15 years ago
Fixed a bug in wincache.php, where the relative file path list was not sorted correctly.
419223e9ff3a463cbd9d546370fb65d419645fd6 authored about 15 years ago
419223e9ff3a463cbd9d546370fb65d419645fd6 authored about 15 years ago
Changed fcachesize default value to 24 MB.
29c374295b78a38e5e1af900cab2f92f47ff0fff authored about 15 years ago
29c374295b78a38e5e1af900cab2f92f47ff0fff authored about 15 years ago
Changed default size of fcachesize to 32 MB and of ocachesize to 96 MB.
221eaf42af2c4470159572fb8f1b41f45ba8b42d authored about 15 years ago
221eaf42af2c4470159572fb8f1b41f45ba8b42d authored about 15 years ago
Patch to fix tab issue.
5b449a919a7b3aede43a6b4c38460b99f05e6b04 authored about 15 years ago
5b449a919a7b3aede43a6b4c38460b99f05e6b04 authored about 15 years ago
Updated the build number for RTW release.
909b873d9487d2d061bc167e3f06582f1d3d0280 authored about 15 years ago
909b873d9487d2d061bc167e3f06582f1d3d0280 authored about 15 years ago
Made single comparison routine which takes a global parameter as sort key.
3c4291be48bd0b9c2c00e5e2173f575e41637733 authored about 15 years ago
3c4291be48bd0b9c2c00e5e2173f575e41637733 authored about 15 years ago
WINCACHE.PHP will now display files in Output cache and File cache in lexicographical sorted way. The same holds true for relative path cache tab.
2ef263f4ba6b1b1e8983501cd9783d00d3abf086 authored about 15 years ago
2ef263f4ba6b1b1e8983501cd9783d00d3abf086 authored about 15 years ago
Fixed duplicate entry in included_files list issue.
1e33283b66513dec7f9ae310357de7c1016d9c54 authored about 15 years ago
1e33283b66513dec7f9ae310357de7c1016d9c54 authored about 15 years ago
zend bailout handled properly.
f9bfecac4a3476f3ece2636953a4e3675505b912 authored about 15 years ago
f9bfecac4a3476f3ece2636953a4e3675505b912 authored about 15 years ago
removing the local entry when an entry in global aplist gets created
7b3865ebc569d2d6d0fea0f1fb9b7101d584f7f1 authored about 15 years ago
7b3865ebc569d2d6d0fea0f1fb9b7101d584f7f1 authored about 15 years ago
ttlmax value 0 disables scavenger. Also disabled scavenger in processes which create local opcode cache.
fdeed483ae206b40ff8db4af125fd7d9193c99c2 authored about 15 years ago
fdeed483ae206b40ff8db4af125fd7d9193c99c2 authored about 15 years ago
Moved function declaration to wincache_utils.h
f2825469e9e49ea75378a40fecfdcf798ef45bf2 authored about 15 years ago
f2825469e9e49ea75378a40fecfdcf798ef45bf2 authored about 15 years ago
- VC6 support
3b8457b83149049352e88a9a5a3218fff1cca544 authored about 15 years ago
3b8457b83149049352e88a9a5a3218fff1cca544 authored about 15 years ago
Fixed the title of the table.
dfa99841abe8d15549cbf0f4dcaf18452871f408 authored about 15 years ago
dfa99841abe8d15549cbf0f4dcaf18452871f408 authored about 15 years ago
Changed where the data about available memory is obtained from.
e79444deeb0233e9faf9610275fc8e0882308afa authored about 15 years ago
e79444deeb0233e9faf9610275fc8e0882308afa authored about 15 years ago
Added total memory row to the file cache and opcode cache overview tables.
Re-ordered columns in the file cache list to be consistent with the opcode cache list.
9b312b777df409380112da26e696b396315a0880 authored about 15 years ago
Added tooltip for all the columns in WINCACHE.PHP file.
d5e286f6438f502ba015a5b6d2e65049daa1aa25 authored about 15 years ago
d5e286f6438f502ba015a5b6d2e65049daa1aa25 authored about 15 years ago
Added memory usage pie charts to wincache.php.
e4974f4146a7bb576eb08acdc067d8cdf5cf1f71 authored over 15 years ago
e4974f4146a7bb576eb08acdc067d8cdf5cf1f71 authored over 15 years ago
Made is_free unsigned int and made used_header similar to free_header by adding two size_t to structure.
75f56f66af5c752911c5786e7298994165100af5 authored over 15 years ago
75f56f66af5c752911c5786e7298994165100af5 authored over 15 years ago
Added new Wincache INI directive FCENABLEDFILER for file cache which works similar to OCENABLEDFILTER for output cache.
07a58c4e610de35c11e5e85092b886a59fb08d21 authored over 15 years ago
07a58c4e610de35c11e5e85092b886a59fb08d21 authored over 15 years ago
Modified the chart in wincache.php to display numbers with presicion of 2 digits after decimal point
Added the CSS for notice block.
8b6b411c51f4cb75a6ef2b72440587e6adb01cb4 authored over 15 years ago
Simple comment change based on user feedback.
898c0540435ad5d45af5fa73cc825c69707b2b50 authored over 15 years ago
898c0540435ad5d45af5fa73cc825c69707b2b50 authored over 15 years ago
Updated the current version and <stability> tag in the package.xml
d348a4dd00dd54e878e23987a7c6b5b35df96f32 authored over 15 years ago
d348a4dd00dd54e878e23987a7c6b5b35df96f32 authored over 15 years ago
Modified the package.xml with notes about the recent code changes.
4ed397412e6b7960fa6ed76513b2c4ea984b5172 authored over 15 years ago
4ed397412e6b7960fa6ed76513b2c4ea984b5172 authored over 15 years ago
Added the filelist id's back.
bcdad361dbea9e9b18094e5061872535dd4fe203 authored over 15 years ago
bcdad361dbea9e9b18094e5061872535dd4fe203 authored over 15 years ago
Fixed the problem where user were having problem if any other authentication mechanism was allowed apart from 'Anonymous'. Also now user can selectively give permissions to select few people rather than everyone who is authenticated by IIS.
3e21f06b06dc3f538259536c121c0f925b112a00 authored over 15 years ago
3e21f06b06dc3f538259536c121c0f925b112a00 authored over 15 years ago
- fix type
acdb0502c70cdbdc50609f7e935d4d8c63d62619 authored over 15 years ago
acdb0502c70cdbdc50609f7e935d4d8c63d62619 authored over 15 years ago
- add package.xml, pls add LICENSE and INSTALL files to be complete before a release
9c5a93f266fd7089f10afaf7869335c4c7f12c10 authored over 15 years ago
9c5a93f266fd7089f10afaf7869335c4c7f12c10 authored over 15 years ago
Added id="filelist" to the file list tables.
e632c9e3da7736ab2ddb8792fbd0ca95c52afe31 authored over 15 years ago
e632c9e3da7736ab2ddb8792fbd0ca95c52afe31 authored over 15 years ago
Replaced the basic authentication with session based forms authentication.
44776b58c7157bde63a9fcc252f6003bc6d53170 authored over 15 years ago
44776b58c7157bde63a9fcc252f6003bc6d53170 authored over 15 years ago
WinCache v1 RC code
020ea1473f946c37df37f4f6a4405e9a7cc37ef1 authored over 15 years ago
020ea1473f946c37df37f4f6a4405e9a7cc37ef1 authored over 15 years ago
Adding the wincache pecl directory.
e744a4b5e9740195c55a6df3d621a042421d75c6 authored over 15 years ago
e744a4b5e9740195c55a6df3d621a042421d75c6 authored over 15 years ago