php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #78642
Patch iconv.c.patch revision 2019-10-07 19:52 UTC by gedas at martynas dot it

Patch iconv.c.patch for ICONV related Bug #78642

Patch version 2019-10-07 19:52 UTC

Return to Bug #78642 | Download this patch
Patch Revisions:

Developer: gedas@martynas.it

289c289
< 		    ((_libiconv_version >> 8) & 0x0f), (_libiconv_version & 0x0f));
---
> 		    _libiconv_version >> 8, _libiconv_version & 0xff);
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 10:01:28 2024 UTC