|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-01-19 12:35 UTC] cynic@php.net
[2001-01-22 20:07 UTC] jimw@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 21:00:02 2025 UTC |
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