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

Errors with PHP 5.4 #2

Closed
Toutouwai opened this issue Jul 24, 2018 · 4 comments
Closed

Errors with PHP 5.4 #2

Toutouwai opened this issue Jul 24, 2018 · 4 comments

Comments

@Toutouwai
Copy link

Similar to another issue raised earlier...

The module is giving compile errors in PHP 5.4 due to the way empty() is used in the following lines:

if (is_string($startref) && !empty(trim($startref))) {

if (is_string($startref) && !empty(trim($startref))) {

if (!empty(trim($notes))) $f->notes = $notes;

@netcarver
Copy link
Owner

@Toutouwai Thanks Robin. Working on this now.

@netcarver
Copy link
Owner

@Toutouwai Could you try branch php54 and let me know if that fixes things for you?

@Toutouwai
Copy link
Author

Yep, that's fixed it. Thanks.

@netcarver
Copy link
Owner

Added to master and pushed this bugfix as release 0.10.8. Closing this issue, thank you!

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

No branches or pull requests

2 participants