[PHP-DEV] PHP 4.0 Bug #10626 Updated: escaping doesn't work in the replacement clause

2001-05-04 Thread hover
ID: 10626 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: PCRE related Description: escaping doesn't work in the replacement clause Thanks for educating me and sorry for waisting your time. Though, phplib template.inc needs to be changed to work with such variables. Something like t

[PHP-DEV] Bug #10626: escaping doesn't work in the replacement clause

2001-05-02 Thread hover
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.3 PHP version: 4.0.5 PHP Bug Type: PCRE related Bug description: escaping doesn't work in the replacement clause The problem is that preg_replace() ignores escaping of $nn sequence in the replacement string. test ... 00