-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
php7.4 deprecated syntax notices which cause output before session start #25834
Comments
i guess J4? |
no, this on the latest j3.9.11 well, i just checked : https://github.com/joomla/joomla-cms/blob/staging/libraries/vendor/joomla/string/src/phputf8/ord.php and it seems that the issue is fixed on "joomla framework" but not within the latest j3 version. is there any reason for this ? best regards, stan |
thanks for Info. Please provide always System Informations. |
A new release of the The PHAR wrapper is not PHP 7.4 ready yet, TYPO3/phar-stream-wrapper#49 |
please test #25782 for 1st point |
String package released as version 1.4.3 |
I will make PR for composer update of string package tonight Central European summer time. If someone else wants to do this earlier then let us know here so we don‘t do double work. |
@richard67 There's already PR open #25601. I'll update it. |
@SharkyKZ Thanks for info and PR. |
@SharkyKZ can this Issue be closed? |
@franz-wohlkoenig I'd keep this open until Phar Stream Wrapper update is released. |
Test PR #26862 please. |
Set to "closed" on behalf of @SharkyKZ by The JTracker Application at issues.joomla.org/joomla-cms/25834 |
i just got to check php7.4 and all of my code base and there seems to be some deprecated systax used by core joomla which causes error/notice messages to be shown (when error reporting enabled) which breaks session initalization which further breaks joomla execution.
these are notices before session is initilized
per my understanding of the problem, strings cannot be accessed with $str{1} but require to be accessed via $str[1]
i cannot get further since enabling error reporting breaks joomla and thus i cannot locate more of these now.
best regards, stan
The text was updated successfully, but these errors were encountered: