Commit 5d98900 1 parent e52aa8d commit 5d98900 Copy full SHA for 5d98900
File tree 1 file changed +2
-2
lines changed
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
23
23
file, the browscap directive cannot be modified and you are stuck with either
24
24
and outdated database or without browscap support at all.
25
25
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
27
27
` get_browser() ` and manages the whole thing.
28
28
It offers methods to update, cache, adapt and get details about every supplied
29
29
user agent on a standalone basis.
@@ -56,7 +56,7 @@ Here is a non-exaustive feature list of the Browscap class:
56
56
* Auto updated browscap.ini file and cache from remote server with version checking
57
57
* Configurable remote update server
58
58
* 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)
60
60
* Released under the MIT License
61
61
62
62
You can’t perform that action at this time.
0 commit comments