Skip to content

Commit 5d98900

Browse files
committed
Updated read me to report compatibility with PHP >=5.3
1 parent e52aa8d commit 5d98900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Since in most shared hosting environments you have not access to the php.ini
2323
file, the browscap directive cannot be modified and you are stuck with either
2424
and 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.
2828
It offers methods to update, cache, adapt and get details about every supplied
2929
user 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

0 commit comments

Comments
 (0)