Skip to content

Commit b922fb0

Browse files
Update README.md
1 parent e042cf0 commit b922fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ print "Time spent on sorting: ".$time." seconds.\n";
536536
```sh
537537
php test.php
538538
```
539-
####We will be just using the pure php version, in my intel core i3 laptop with 4 core cpu running fedora 21, it shows the following:
539+
####We will be just using the pure php version, in my intel core i3 laptop with 4 core cpu running fedora 21 and PHP 5.6.4, it shows the following:
540540
####Time spent on sorting: 16.802139997482 seconds.
541541
####Now let's test the php extension see how it performs. We first create php.ini and then inside we have:
542542
```sh

0 commit comments

Comments
 (0)