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

Bug Fix: Add space for null terminator for PHP 5.4 and above.

Bug Fix: Don't copy the key name in zvcache if there isn't a key name.

ff1337cd39e2fe0d922369351a96d4496f28de18 authored over 9 years ago
Fix crash when user/session cache encounters error during creation.

Fix error if session fails during creation and using SessionHandler class

edc3fa0e78d27d2f53e630c1ecba5d2efc5291de authored over 9 years ago
Fixed metrics on shared memory segments

82849aab01596b0c92e4bde3b14fc8db946c935d authored over 9 years ago
PHP 5.4 supports Windows XP, which doesn't support manifest based ETW events

49bd978145e9ef8e86ac0c4e4754fa9e473de3fb authored over 9 years ago
Add ETW event for opcache fallback.

2975252aeafa2dbbad85647f18473132b733543d authored over 9 years ago
Update reroute test to verify rmdir/unlink behavior

30f8825682ea4eec7becb262aa6d57270fc3d0c0 authored over 9 years ago
Cleanup ETW tracing

45b5bcd75a529a3ad3d38ba79ca88484715ab7a0 authored over 9 years ago
Add new files for 1.3.7.6

660bc6b371120a2ce01d174bf36e0be90bbdd55f authored over 9 years ago
WinCache 1.3.7.6

Add ETW tracing
Convert init event to a mutex (improve stability if something gets killed while h...

ca56261296f40ce209e897992f100a6ef78ff333 authored over 9 years ago
update the WinCache version

159224fc5c4e631552bd39bbe8226b1cc7960d5a authored over 9 years ago
Disable un-actionable php_error messages

bc557a7d27010861b853bbef14c23a604c44c4a4 authored over 9 years ago
Bug 69609: rmdir/unlink function reroutes do not clear resolve path cache

4632c2370d313e2896bb185f305eaa541ab324a2 authored over 9 years ago
WinCache 1.3.7.4 Package

65bf03afc67035d71e759f709f41098bebd092c7 authored almost 10 years ago
WinCache 1.3.7.4

Add ACL'ing of temporary memory map files
Ensure all events/segments created with "Global\" prefi...

751b84fcc3ef55b582e3cf4d0240a3b0769f1f5e authored almost 10 years ago
WinCache 1.3.7.3

Refine VM base address selection for shared memory maps
Add configuration to control location of ...

a5c64e3af288fea35d29ba5c53bdc856fe975501 authored almost 10 years ago
Move shared memory segments out of the Windows System Pagefile

d30b7ce9b79a311d16adead3a94c6bdaeaa5a956 authored almost 10 years ago
Fix error_setlasterror to actually set WCG(lasterror)

18e1c0c62677aa7f96b409b1f0635520062322f2 authored almost 10 years ago
Fix alloc bug in wincache_file_get_contents

Enable setting of debuglevel and reroute_enabled from .user.ini

0f10666bf1386986daf479c07dbfcaa0f93d7301 authored almost 10 years ago
Wincache 1.3.7.1:

Fix uninitialized variable issue that leads to av (null zend_error_cb).
Increase the timeout used...

e2128a8b683fe9d6412aca6e2e2bb8fde28a2677 authored about 10 years ago
Improve shared memory heap debugging

Add reroute testing

bdb0170fef41a09ac992af26ae3603f9eb0a4551 authored about 10 years ago
Bug: buffer overrun in utils_fullpath causes AV on large filename to get_file_contents and rmdir.

3f10c852f5f467ba85c48993354e12d53fde71b8 authored about 10 years ago
Wincache 1.3.7.0 - Fix Reroute

- Remove undocumented Wincache functions
- Rip out detours/reroute.ini stuff
- Add cache-aware wr...

3ffb745f0f86676c5134b6bb88d9e05663ffc205 authored about 10 years ago
str_hash doesn't exist on earlier versions of PHP. Switched to using zend_hash_func.

af8e9146ba26df8ca1271a3c40193d096349bec8 authored about 10 years ago
WinCache 1.3.6.4: Re-enable Reroute functionality.

14625929e7c124ac8cfb4996c9ce7bb40b17c840 authored about 10 years ago
wincache 1.3.6.3

php bug 67729 __callstatic not properly cached, leading to AV

fd1ccd894f060c8a01da713075d80ef5f738f1ac authored over 10 years ago
Wincache 1.3.6.2: Add option to disable shared reader/writer (SRW) locks

Add php error logging for issues with SRW locks

3cac84415399a52116475875b3841daa0eca356d authored over 10 years ago
PHP 5.6 RC1 build

BUG #67466: Mapping error during startup leads to unpredictable AV in opcode cache

19a897bc8a0fd399f072db82d274c824956a3e40 authored over 10 years ago
Clean up whitespace

ccca9ffc516cc8ca7e8c7fce4298f2691792a9c3 authored over 10 years ago
Add support for __debugInfo on the zend_class_entry.

Handle the removal of IS_CONSTANT_ARRAY.

069a6b392792ea386a9af6b61fd8b7a50c582402 authored over 10 years ago
1.3.6.0: beta release

- Add PHP 5.6 support

9955502d9f0c3bcf4b03355e82c33e3dfcef0a6b authored almost 11 years ago
Minor bug fix + new asserts. Trivial.

78502d36b3369922b7e27fff7c04e11e05d3fcd7 authored almost 11 years ago
1.3.5.3: dev release

Fixed several issues with potential crashes while holding cross-process locks.
Fixed nagging issu...

b80935c43fdd8f4ddbda83644a8cbbba71131ac0 authored almost 11 years ago
Fix for php bug 66741: Previous fix broke User cache expiry

640bbdef7e96c1bc7063db3784382d63a67ac519 authored almost 11 years ago
Fix for php bug 66741: previous fix broke User cache expiry

58b5ac6127df56fc103a160acf6c4c5f135734fd authored almost 11 years ago
Fix for https://bugs.php.net/bug.php?id=64306 in php_wincache.c

aed402b9ae27798deb517c88f6c3f7791d03734c authored about 11 years ago
Bug 65838: Session unexpectedly expires

Compile type mismatch warnings in wincache_string.c
AV on shutdown in wincache_aplist.c

8b625a1accf33b53e1b24c5d7e18a3e831e5aa82 authored about 11 years ago
fixed struct member access

d2d07224c85e26348b9539c94303f9c1d2926884 authored over 11 years ago
fixed version macros in almost all recently active extensions

75b119ba6d7127f523e8a0541c05175817636ec5 authored over 11 years ago
Update the package.xml file for the 1.3.5.0 stable release

b93a7f6d577d0d17be9883cdd22e4f9e917bd7d6 authored over 11 years ago
Ensure Opcache is disabled by default on PHP 5.5 and later.

86494b5a2496efaf75faad5b57d27d62134abec0 authored over 11 years ago
Fix compile error for ZEND_ENGINE_2_4.

24a8b835d6561c3b2a311bad6162651b8490d2d6 authored over 11 years ago
Update the template.rc file to the correct version of Wincache

fc5f5ef155d0b496259318d532c536f481856ec9 authored over 11 years ago
Add support for PHP 5.5

Add phpt tests for Wincache

a3fe38996cf3b43c35d42f8a4a450113f43055df authored over 11 years ago
Fix for https://bugs.php.net/bug.php?id=63002

ea4b33d7f9fb920cfd54b3fe2bb89886626c1a9b authored over 12 years ago
Updating version number for fix of bug 63002

be73ae900fb650d6b1197acd48746b381b81a21f authored over 12 years ago
Fix for https://bugs.php.net/bug.php?id=63002

539cd96840cc627bbf3a648f2894a1834460c99b authored over 12 years ago
1.3.4 Beta:

- fix php_stream seek operation for cached wincache streams

0a464d3b144ea990cbf5225cb780ae951f041181 authored over 12 years ago
- re-enable stream_open hooks

- add support for php_stream for cached wincache streams

ba92027b2014fb6c5110068100bf84f423958844 authored over 12 years ago
1.3.3 Beta:

- Fix bug with caching zend_class_entry objects, where the filename was getting clobbered, thus b...

3bcdae2d70b5c78489c74382f6800cee816ad36f authored over 12 years ago
1.3.2 beta:

- Zend Bucket struct fix (2.3 and 2.4 structs are different)
- rmdir pattern matching fix (check ...

28e24e19b51e6177ecfa23d33a74ba9aca8a1fc8 authored over 12 years ago
- re-update ZCACHE_SIZE_MAXIMUM to 1024

88a30bc283061c8e6a2f8d3d9d00df518358245c authored over 12 years ago
1.3.1 beta:

- Increased User Cache max to 1024 (1GB)
- Fixed issue with rmdir

083d6a3739892c8ca64f5fd0b49cfa5f2a18701f authored over 12 years ago
- c/p error, should be wincache

81b0df4b5bd6ed57635d074b4f8093b12a525713 authored over 12 years ago
- Fix version number for php_wincache DLL

774af097c8b9ea98d3a597ccae15064b62efe6e4 authored almost 13 years ago
- Fix version number for php_wincache DLL

1523f7ad8d6570800b3da820e569496b22ad9e3c authored almost 13 years ago
- Fix PHP5.3 compile issue with IS_INTERNED macro

866898a21289843f5a6a6a4069f28291adb378fd authored almost 13 years ago
1.3.0beta:

- Added support for PHP 5.4, which includes support for the following:
* Zend Engine 2.4 struct...

54f0f2527147b965210481ec420e36f3b097ad0d authored almost 13 years ago
- requires session to be enabled

88e4278cff430923cd55bd212df418e3d74dabb7 authored almost 13 years ago
Fixed an access violation bug caused by naming collision when creating mutexes. Other minor code cleanup.

76aeaaf2bbe9559271fa285f7cfda5386dec3381 authored over 13 years ago
Bug fix: the apppool crc32 calculation algorithm caused naming collisions that resulted in access denied errors when creating mutex.

Other code clean up and refactoring.

2c3107b2ae106189c1264a80bd2314f2a32863e7 authored almost 14 years ago
- Added a 1 sec timeout to the overwritten rmdir function in order to avoid process hang

- Fixed an access violation bug caused by concurrent access to the file change notification listener

0e4039bdc62e4bac1a90b01a704c3b2f15cae2b7 authored almost 14 years ago
- be sure readdirectorychanges is defined

86cc7aef57af9d905e7292d2f9cc3f8d6592ec01 authored almost 14 years ago
Fixing the bug #Bug #18010 WordPress plugin updates do not work with WinCache

f0024129f678ce87229af56f632e42c746c618e5 authored almost 14 years ago
Updated the package.xml.

f8bcd371c9eb69c03995f552f0f338592c0b1475 authored about 14 years ago
Adding functionality to supply wincache with APP_POOL_ID. Patch provided by Richard Quadling.

c0c8f1c33918ac22c09e68b542d9096f1ef65caa authored about 14 years ago
Made fixes to wincache_fnotify and wincache_aplist components. Added wincache_filesize and a sample reroute.ini.

9f0821d458908d587d4795516b8fcde880fd1c1c authored about 14 years ago
fixed compile error.

4198fb560ae15f9d0b8734bb936be36212359138 authored over 14 years ago
Fixed wordpress plugin upgrade bug and other problems in function hooks.

3db9812d637cec165e6f0b8f190930804d4d86e0 authored over 14 years ago
Publishing 1.1 release

6fc3af01f5a29c94bfe35eb1e8190ec128c02d20 authored over 14 years ago
Build number changed for RTW release.

4d68fb4338eaa00d9c737e07653c53a32f4ccaec authored over 14 years ago
Fix for bug: http://pecl.php.net/bugs/bug.php?id=17593. Thanks to rquadling for reporting this a providing a patch.

eaf2626f19812d1971b347f90ba5e6991d72d291 authored over 14 years ago
Added functionality to clear user cache from wincache.php.

cc92bbd70d928f3c5615401e45169e10793d7217 authored over 14 years ago
Removed function hooks which didn't give significant performance boost.

15970f9b6e43bab7366972c9f71d750e513e2092 authored over 14 years ago
Changes to function hooks infrastructure and file hooks.

121a2c3dff62b07a5827a5456c2de569b8242932 authored over 14 years ago
Publishing 1.1.0 Beta2 release.

99c7c5c9bcd49266d4049cb02e117842012b3540 authored over 14 years ago
Fixed fcnotify refcount bug and updated version number for beta2 release.

105bfafacc2dfc26b79192799e5d3341c65128d5 authored over 14 years ago
Bug fixes for user cache and file change notification features.

e55c69760b263d1e37f4e7c7d8a1e8777a1362a6 authored almost 15 years ago
Fixed a blank screen for the details page when key did not exist in the user cache.

2c64f518a1aa64f8a264e49292c0d38ca379ecdc authored almost 15 years ago
Fixed tickcount rollover related bugs and namesalt truncation bug.

cfdbb189969c81f32197fbaec030b215a42ed941 authored almost 15 years ago
There is no need to call urldecode on $_GET['key'] as web server takes care of it. Also look at the comment from Matt Johnson at http://php.net/manual/en/function.urldecode.php. Tested on both IE and Firefox. It works fine now.

e3539806aa0d61fdf8277a7c34d5802bbe0832bc authored almost 15 years ago
Replaced print_r with var_dump as print_r doesn't print boolean data.

c559e358919a28fda59a2c62ce00943b6badb18e authored almost 15 years ago
Added wincache_lock, wincache_unlock APIs. Bug fixes to file change notification and user cache.

9500249fba3333ddf28a34e826eb8f16df9f4544 authored almost 15 years ago
Removed the other unnecessary wincache_ucache_get() call.

db34e6c9561b079729807757d7e4b93b2d047b16 authored almost 15 years ago
Fixed formatting of the object size columns.

ec2e7fccb196d1a090f1d7a86504f851548e723e authored almost 15 years ago
Minor formatting fix.

51213f4a8f7f7c2b2488b55fb9b69c918327af85 authored almost 15 years ago
Updated wincache.php to show the content of the user cache entries only if USE_AUTHENTICATION is enabled;

Added size column to the user cache table
Fixed the pie chart to show correct percentage for user...

19c053ff16a6f111043b9545e8ce2a12695b7e0e authored almost 15 years ago
Using file change notification to detect file changes and creating separate session cache for each session.save_path value.

b84bfc212d8d00680a7e27326d0c82c0213203d6 authored almost 15 years ago
s,function_entry,zend_function_entry,

As announced in http://news.php.net/php.pecl.dev/7123

0a5ec841325902b0fa1083c1981106dd9302d048 authored almost 15 years ago
Missed adding files for new features.

29016aa085e12e9c624937e24b34ef9eb7ca39ff authored almost 15 years ago
Few bug fixes and file change notification + detours feature additions.

45e24376359fd52e5d8aa70c33ad5bbf1ef38bfd authored almost 15 years ago
Adding a session name to wincache session so that they do not conflict with application session if they are unnamed. Sugar is one example. There is no side effect of this but it may lead to confusion in the minds of wincache.php users if sugar actually created a session or not.

89a6992d9676c04c2e6966de607c727f380d5314 authored almost 15 years ago
Adding call to session_start() in wincache.php. The call will is required to make sure that session information shown is consistent. Previously what was happening was that if the request for wincache.php goes to a php-cgi.exe where session is not initialized nothing was getting shown. The call will be only made if session is initialized.

16d33640da30641d4530f42f8715eb1c831f03b9 authored almost 15 years ago
Updated wincache.php to show user cache and session cache information on two different pages.

6185eab6c163ff58a2aca1efecf6b293fca98c75 authored almost 15 years ago
Separated session cache and using file backed shared memory so that sessions survive process recycle.

c8f9b1aee90df4e83528ffe523ba2833a4521aef authored almost 15 years ago
Updated wincache.php to not display all user and session cache entries if the total number of entries exceeds 250.

ca37072fa3459ceb100a73470a2e48c58b3e3d8b authored almost 15 years ago
Limiting number of entries in user cache table to 500 beyond which it will be truncated. This is true for both user cache as well as session cache table. However overall summary will tell the exact numbers.

If someone wants to modify this 500 value just change the constant named UCACHE_MAX_ENTRY defined...

aac34d5fc0401fd13979d063ef5684ae3e3f7c68 authored almost 15 years ago
Publishing 1.1.0-Beta release.

b6f47ecc4544883abfdef68ff84d1e961cd8193f authored almost 15 years ago
Updated wincache.php to show the information about user and session cache.

240f8ae56322b3a0727149d7ace03b22565a4533 authored almost 15 years ago
Fixed inconsistencies in ucache APIs. Included session entries lookups in hit/miss counts.

626c37da2c1b270cb17ef5e0e4d57e69d55510fb authored almost 15 years ago
Fixed bug in session handler to make it work for SugarCRM.

bf1c4d5810f090f2a498276f866c0974682a9059 authored almost 15 years ago