ID: 32530 Updated by: [EMAIL PROTECTED] Reported By: joc at presence-pc dot com -Status: Assigned +Status: Closed Bug Type: Strings related Operating System: Linux PHP Version: 4.3.11 Assigned To: ilia 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-04-03 16:58:46] [EMAIL PROTECTED] Ilia, take a look at this, plz. It was your patch that breaks it. ------------------------------------------------------------------------ [2005-04-01 12:23:09] joc at presence-pc dot com . ------------------------------------------------------------------------ [2005-04-01 09:13:37] joc at presence-pc dot com Description: ------------ Hi, I've just noticed a change in chunk_split behaviour in 4.3.11 which breaks my application. Regards, Jocelyn Reproduce code: --------------- With the following script : $test=chunk_split('test',10,"|end"); echo $test; In 4.3.10 : test|end In 4.3.11 : test (ie "string end" in 4.3.10 is inserted at the end of the "string body" even if the word is smaller than the chunklen) However if the word is greater than the chunklen 4.3.10 and 4.3.11 behaves the same. Expected result: ---------------- test|end Actual result: -------------- test ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32530&edit=1
