From: [EMAIL PROTECTED] Operating system: linux 2.4.9 (debian unstable) PHP version: 4.0.6 PHP Bug Type: Strings related Bug description: strtok doesn't properly work with "#" as a token in the following code: $string = "#This is an example string"; $tok1 = strtok($string,"#"); $tok1 should equal nothing.. however it equals $string This bug breaks ACID: http://www.cert.org/kb/acid/ people on IRC have verified that this bug is also in CVS as of this report -- Edit bug report at: http://bugs.php.net/?id=13419&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]