[PHP-DEV] Bug #14935 Updated: spaces NOT escaped by A..z

2002-01-12 Thread irc-html
ID: 14935 Updated by: irc-html Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem PHP Version: 4.1.1 New Comment: Ok, fixed in CVS (again). Current example (in CVS) reads: echo addcslashes('foo[ ]', 'A..z'); // output: \f\o\o\[ \] // All upper an

[PHP-DEV] Bug #14935 Updated: spaces NOT escaped by A..z

2002-01-10 Thread elixer
ID: 14935 Updated by: elixer Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem PHP Version: 4.1.1 New Comment: The problem is that "space characters" in the example code is not meant to refer to specifically a space (ASCII 32) it is referring to tab, vertical tab, carria

[PHP-DEV] Bug #14935 Updated: spaces NOT escaped by A..z

2002-01-09 Thread zak
ID: 14935 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Documentation problem PHP Version: 4.1.1 New Comment: We should probably take a closer look at this problem. I verified that addcslashes had the currently documented behaviour a while ago. If it

[PHP-DEV] Bug #14935 Updated: spaces NOT escaped by A..z

2002-01-09 Thread irc-html
ID: 14935 Updated by: irc-html Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem PHP Version: 4.1.1 New Comment: Confirmed, will fix in CVS. Status -> Closed Previous Comments: --