-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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 DateTime, when use it with D/l in format and textual day have dot at... #237
Conversation
Could you please add a test for it? |
ping @gron1987 |
@lstrojny Sorry, crazy month. Will update tomorrow |
@gron1987 which "tomorrow" exactly? ;-) |
@lstrojny Creating it now ) Just try to understand how it works :) |
@lstrojny |
@derick could you review? |
@derick ping again |
I'm on holiday. If you could mail me a list of the issues in datetime then I'll look at asaphttp://derickrethans.nl - http://xdebug.org |
This patch doesn't see to be correct. First, the file that needs to be patched is parse_date.re since parse_date.c is generated from it. Second, the test still fails for me. |
Comment on behalf of stas at php.net: I've fixed the patch and merged it |
Fix DateTime, when use it with D/l in format and textual day have dot at the end
For example :
return
This fix add more stop characters ( from
#
)