Marco De Mori

Results 6 comments of Marco De Mori

I tryed to check if I can find a way to solve this problem but the solution is probably too far from my capabilities. I'd been able to pinpoint where...

### Summary of problem or feature request this is still an issue. Currently with Oracle 12 the table name can be created with more than 30 characters but all objects...

@yajra sorry if I bother you, this issue is in the right place ? I had the suspect that I put this issue in the wrong place and is passed...

hi, this kind of string is a quoted-printable-encoding (the ?Q? mean this) you can decode it with below code: ``` $subject = '=?iso-8859-1?Q?Jos=E9_Antonio_Valiencia?='; var_dump(mb_decode_mimeheader (str_replace('_', ' ', $subject))); ``` The...

@fabianogaldino, thank you for your suggestions I already patched it by myself integrating the original PR in my own fork, but obviously if will be a next version that don't...

Hi, sorry if I bump.. but i just saw that PR related to this issue has been closed without merging.. there is some kind of problem to merge the request?...