From: [EMAIL PROTECTED]
Operating system: Linux PPC
PHP version: 4.0.4pl1
PHP Bug Type: *Regular Expressions
Bug description: sql_regcase
sql_regcase does not behave like the manual page illustrates
manual:
echo sql_regcase("Foo Bar");
[Ff][Oo][Oo][ ][Bb][Aa][Rr]
observed:
echo sql_regcase("Foo Bar");
[Ff][Oo][Oo] [Bb][Aa][Rr]
compiled with --with-mysql --with-apxs
--
Edit Bug report at: http://bugs.php.net/?id=8773&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]