You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sfException> fileExcerpt file can be null, and PHP 8.1 do not allow null on is_readable()
sfBrowser> Move sf_test conf before getContext, because getContext can throw some sfException, which will raise some printStackTrace, hidden by another Exception "header already sent ..."
lime.php> some trace can have no "file" (internal methods call)
lime.php> handle_exception can handle Error/Throwable, not avaialble under php7.2: remove typing
sfTestFunctionalBase> can throw exception
Fix Select Unit test NewActivePendingExpired.
DomDocument on recent php return a list of values, not concatened ones.
Fix SessionStorage UnitTest.
sfSessionStorage could not be restarted.
Flag $sessionStarted as false when shutdown to avoid error during unit test which can start several sfSessionStorage
Storage need to be shutdown to avoid:
PHP Warning: session_name(): Session name cannot be changed when a session is active
0 commit comments