locked
PHP 7.4 feedback RRS feed

  • Question

  • User1924036252 posted

    Hi Eric,

    I don't know why you ask for feedback, but then lock the thread, so nobody can reply to you.

    Anyway, I've tested Wincache 2.0.0.8 with PHP 7.4 on a live-server (yes, I'm crazy laughing) for the past 21 hours with 30,000 page-hits and zero problems.

    I use the session-cache, user-cache, and file-cache.

    All on a Windows Server 2016, with PHP 7.4.2 x64 (NTS).

    Thanks for the great work.

    Cheers,

    Mike

    Tuesday, January 28, 2020 9:16 PM

All replies

  • User690216013 posted

    You can always send a private message, https://forums.iis.net/members/DropPhone.aspx 

    Wednesday, January 29, 2020 1:47 AM
  • User1924036252 posted

    Thanks. I just did.

    Wednesday, January 29, 2020 1:49 AM
  • User409000176 posted

    Anyway, I've tested Wincache 2.0.0.8 with PHP 7.4 on a live-server (yes, I'm crazy laughing) for the past 21 hours with 30,000 page-hits and zero problems.

    Thank you very much for your confirmation, and your passion!

        --E.

    Tuesday, February 4, 2020 9:27 PM
  • User-1551117593 posted

    I'm finding a weird issue with the latest PHP 7.4 release. Calling 

    wincache_ucache_info() -> works
    wincache_ucache_info(false) -> works
    wincache_ucache_info(false, NULL) -> does not work

    Does not return the detail for the cached entries:

    I am upgrading the Wincache/Drupal integration and this is breaking the test suite :(

    Using PHP 7.4.7 and Wincache 2.0.0.8

    Sunday, July 19, 2020 6:55 PM