File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Since in most shared hosting environments you have not access to the php.ini
2323file, the browscap directive cannot be modified and you are stuck with either
2424and outdated database or without browscap support at all.
2525
26- Browscap is a standalone class for PHP5 that gets around the limitations of
26+ Browscap is a standalone class for PHP >=5.3 that gets around the limitations of
2727` get_browser() ` and manages the whole thing.
2828It offers methods to update, cache, adapt and get details about every supplied
2929user agent on a standalone basis.
@@ -56,7 +56,7 @@ Here is a non-exaustive feature list of the Browscap class:
5656 * Auto updated browscap.ini file and cache from remote server with version checking
5757 * Configurable remote update server
5858 * Fully configurable (since 0.2)
59- * <del >PHP4 and</del > PHP5 compatible (PHP4 version deprecated)
59+ * <del >PHP4 and</del > PHP >=5.3 compatible (PHP <5.3 version deprecated)
6060 * Released under the MIT License
6161
6262
You can’t perform that action at this time.
0 commit comments