-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Subsequent loadFile fails #257
Comments
The fix above is not sufficient: This has to be done inside |
Hi @oscarotero, I'd like to help fixing this, as we seem to have issues when we try to modify the same PO file several times. |
Hi @ideag |
I'll make a PR 👍 |
This fixes the issue php-gettext#257, where `filesize()` was misreading size of previously modified file due to PHP low level caching of that data
Fix (Generator.php):
Reason: https://www.php.net/manual/de/function.filesize.php#101996
The text was updated successfully, but these errors were encountered: