mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[GH-ISSUE #210] PHP Fatal error Declaration of Hm_DB_Session::start must be compatible with Hm_PHP_Session::start on PHP 7.2 #173
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#173
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MurzNN on GitHub (Jul 18, 2017).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/210
Originally assigned to: @jasonmunro on GitHub.
I try to install Cypht on Ubuntu 16.04 AMD64 with PHP 7.2.0alpha3 and on step with running
./scripts/config_gen.phpI got the error:PHP version is: PHP 7.2.0alpha3 (cli) (built: Jul 6 2017 11:55:31) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.2.0-dev, Copyright (c) 1998-2017 Zend Technologies
with Zend OPcache v7.2.0alpha3, Copyright (c) 1999-2017, by Zend Technologies
If I try to downgrade PHP to 7.1 (7.1.7-1+ubuntu16.04.1+deb.sury.org+1) - all works well.
@jasonmunro commented on GitHub (Jul 18, 2017):
Thanks for the report. I will get this fixed today. I also know that the libsodium integration is not correct for PHP 7.2 (it will fall back to OpenSSL). Hoping to get that fixed today as well.
@jasonmunro commented on GitHub (Jul 18, 2017):
This and the libsodium issue should now be fixed in the master branch. If you can retest against PHP 7.2 that would be great. I would not be surprised to find other issues, but I don't have a PHP 7.2 env to test against here. Thanks again for the feedback.
@jasonmunro commented on GitHub (Aug 10, 2017):
I have added PHP nightly builds to our Travis CI test runs and everything looks good so I'm going to close this issue. Please re-open or add a new one if you run into issues around PHP 7.2. Thanks!