We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e042cf0 commit b922fb0Copy full SHA for b922fb0
README.md
@@ -536,7 +536,7 @@ print "Time spent on sorting: ".$time." seconds.\n";
536
```sh
537
php test.php
538
```
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:
+####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:
540
####Time spent on sorting: 16.802139997482 seconds.
541
####Now let's test the php extension see how it performs. We first create php.ini and then inside we have:
542
0 commit comments