Skip to content

Commit d201f7f

Browse files
authored
Update README.md
1 parent 66d4afc commit d201f7f

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
@@ -30,7 +30,7 @@ Our project started in October 2013. There were a few reasons for that:
3030
### Features
3131

3232
+ PHP 5.6+ (and many language features from PHP 7.0 and 7.1).
33-
+ JIT (~2.5x faster PHP 5.6, ~1.1x faster PHP 7.0, ~1.5x slower PHP 7.1).
33+
+ JIT (~2.5x faster PHP 5.6, ~1.1x faster PHP 7.0, ~13% slower than PHP 7.4, [bench](#how-to-run-benchmarks)).
3434
+ Using java libraries and classes in PHP code.
3535
+ Unicode for strings (UTF-16, like in Java)
3636
+ [Threading](jphp-runtime/api-docs/classes/php/lang/Thread.md), [Sockets](jphp-runtime/api-docs/classes/php/net/Socket.md), [Environment](jphp-runtime/api-docs/classes/php/lang/Environment.md) architecture (like sandbox objects in the runkit zend extension).

0 commit comments

Comments
 (0)