[dev] [PATCH] Horde_Framework::Browser

Andrew Coleman mercury at appisolutions.net
Wed Jun 23 14:02:03 PDT 2004


So i just checked out the latest copy of the framework, and i noticed (very
quickly :P) that Browser uses stripos() which is specific to PHP5.

I am not planning on upgrading any time in the very near future; so here is a
patch to allow for PHP4 to have the same functionality as stripos() using
strpos() and strtolower().

Coleman




More information about the dev mailing list