Workaround PHP7 session_regenerate_id error#2959
Conversation
|
BAH, its no failure due to the PR "string with placeholder in escaped double quotes ""%1""","string with placeholder in escaped double quotes ""%1""" |
|
PHP parse error in PHP7 is being fixed in MAGETWO-47301 |
|
@mazhalai Looking forward to it 👍 |
|
It was merged yesterday, please sync with develop branch again and restart travis builds. |
|
rebased, so build will run again |
|
@BlackIkeEagle can you please add docblock for this method? Thank you. |
|
@vancoz I also made the method looking consistent with the one in DbTable |
|
@BlackIkeEagle thank you, internal ticket MAGETWO-47940 |
|
@vancoz do you need a new push to fix the test? The system is going down for power off NOW! something rebooted on the travis side it seems |
Issue: When using php7 with memcached all goes well until you goto checkout. Then the following issue occurs: Recoverable Error: session_regenerate_id(): Failed to create(read) session ID: user (path: 127.0.0.1:11211) in /var/www/website/lib/internal/Magento/Framework/Session/SessionManager.php on line 473 It is a currently known issue in PHP7: https://bugs.php.net/bug.php?id=71187 Hereby the workaround to allow people to run magento2 on php7 installations. Signed-off-by: BlackEagle <ike.devolder@gmail.com>
|
Pr is merged in scope of MAGETWO-47940 |
|
This has been merged, so not sure why it is not automatically showing as merged. https://github.com/magento/magento2/blob/develop/lib/internal/Magento/Framework/Session/SaveHandler/Native.php |
|
thanks for the feedback |
Fixed issues: - MAGETWO-93981 Create commands to set/show dimension modes for indexers
Issue:
When using php7 with memcached all goes well until you goto checkout.
Then the following issue occurs:
Recoverable Error: session_regenerate_id(): Failed to create(read)
session ID: user (path: 127.0.0.1:11211) in
/var/www/website/lib/internal/Magento/Framework/Session/SessionManager.php
on line 473
It is a currently known issue in PHP7:
https://bugs.php.net/bug.php?id=71187
Hereby the workaround to allow people to run magento2 on php7
installations.
Signed-off-by: BlackEagle ike.devolder@gmail.com