Release Notes: All relevant functions and macros were changed over to the new Zend API set introduced in PHP 4.1.x. A new set of functions, get_useragent_init() and get_useragent(), were added for parsing useragent strings using regex patterns. The changes in API calls have resulted in some possible speed improvements, however this also means that PHP 4.1.x is required to compile and use this module.


Release Notes: All relevant functions and macros were changed over to the new Zend API set introduced in PHP 4.1.x. A new set of functions, get_useragent_init() and get_useragent(), were added for parsing useragent strings using regex patterns. The changes in API calls have resulted in some possible speed improvements, however this also means that PHP 4.1.x is required to compile and use this module.


Release Notes: This release contains a word() function for returning words from within strings, an rmcrlf() function for stripping newlines and carriage returns from strings, and a stopwatch() function that returns elapsed time with microsecond accuracy.