ID: 35665 Updated by: [EMAIL PROTECTED] Reported By: pcc at wamail dot net -Status: Open +Status: Closed Bug Type: Strings related Operating System: windows 2000 sp3 PHP Version: * New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2005-12-14 01:45:26] pcc at wamail dot net Description: ------------ "longer then" should change to longer than" Warning: str_repeat() [function.str-repeat]: You may not create strings longer then 2147483647 bytes in C:\prj\Internet\mastwebs\NorthWing\test-simple.php on line 99 Reproduce code: --------------- $s = str_repeat("abcdef123456", 0xfffffff) ; Expected result: ---------------- (see Description: above) Actual result: -------------- N/A ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35665&edit=1