|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-08-27 00:54 UTC] iliaa@php.net
[2004-08-27 16:06 UTC] aliendesaster at hotmail dot com
[2004-08-27 16:07 UTC] aliendesaster at hotmail dot com
[2004-08-27 17:15 UTC] pollita@php.net
[2004-08-28 12:13 UTC] aliendesaster at hotmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 19:00:02 2025 UTC |
Description: ------------ It?s simple: bcsqrt doesn?t work at all, it?s always causing a crash unlike sqrt, which works! I dunno if bcsqrt working in other php version. I?m installed the php 5.01 win-binary version (zip) from php.net. Reproduce code: --------------- <?PHP bcscale(32); echo bcsqrt('45.0'); //causes crash ?> or <?PHP bcscale(32); echo bcsqrt(45.0); //causes crash too ?> or <?PHP bcscale(32); echo bcsqrt(45); //always crashing, yeah ?> Expected result: ---------------- result should be similar to what sqrt(45) returns. Actual result: -------------- A nice reproducable crash in apache: AppName: apache.exe AppVer: 2.0.47.0 ModName: php5ts.dll ModVer: 5.0.0.0 Offset: 0008238f