[PHP-DEV] PHP 4.0 Bug #8773 Updated: sql_regcase From: jimw <email protected>
Date: 01/22/01

ID: 8773
Updated by: jimw
Reported By: stewb <email protected>
Status: Open
Bug Type: Documentation problem
Assigned To:
Comments:

changed, although the old example was correct for php3. doesn't really make a difference.

Previous Comments:
---------------------------------------------------------------------------

[2001-01-19 12:35:47] cynic <email protected>
reclassifying

---------------------------------------------------------------------------

[2001-01-17 20:57:26] stewb <email protected>
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

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=8773

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>