Skip to content
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

fix: deprecated each() function #379

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

oxconan
Copy link

@oxconan oxconan commented Jul 1, 2024

This function has been DEPRECATED as of PHP 7.2.0, and REMOVED as of PHP 8.0.0. Relying on this function is highly discouraged.

PHP Fatal error:  Uncaught Error: Call to undefined function each() in lib/external/pear/PEAR.php:781\nStack trace:\n#0 [internal function]: _PEAR_call_destructors()\n#1 {main}\n  thrown in lib/external/pear/PEAR.php on line 781

Ref: https://www.php.net/manual/en/function.each.php

Signed-off-by: Thu Cao <thu.cao@amperecomputing.com>
@oxconan
Copy link
Author

oxconan commented Jul 1, 2024

@JohnVillalovos @effgarces

I will fix some php issues... this is first PR

-- Thu Cao

Copy link
Contributor

@JohnVillalovos JohnVillalovos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @oxconan !

@effgarces effgarces merged commit 6d2b6f4 into LibreBooking:develop Jul 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants