|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-04-01 04:25 UTC] derick@php.net
[2002-06-18 19:39 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon May 25 23:00:01 2026 UTC |
Function base_convert(string number, int frombase, int tobase) crashes with signal Segmentation fault for long strings. Example: $x=base_convert ("2f0f336509c9a3d0f29e4281321d496f", 16, 36);