PHP 7 Virtual Machine
Dieser Artikel zielt darauf ab, einen Überblick über die Zend Virtual Machine, wie es in PHP 7 gefunden wird.
2017-04-20 10:42:48 2017-04-20 10:42:48 admin
This article aims to provide an overview of the Zend Virtual Machine, as it is found in PHP 7. This is not a comprehensive description, but I try to cover most of the important parts, as well as some of the finer details.
This description targets PHP version 7.2 (currently in development), but nearly everything also applies to PHP 7.0/7.1. However, the differences to the PHP 5.x series VM are significant and I will generally not bother to draw parallels.
Dieser Artikel zielt darauf ab, einen Überblick über die Zend Virtual Machine, wie es in PHP 7 gefunden wird. Dies ist keine umfassende Beschreibung, aber ich versuche, die meisten wichtigen Teile zu decken, sowie einige der feineren Details.
Diese Beschreibung zielt auf PHP Version 7.2 (derzeit in Entwicklung), aber fast alles gilt auch für PHP 7.0 / 7.1. Allerdings sind die Unterschiede zu der PHP 5.x Serie VM signifikant und ich werde im Allgemeinen nicht die Mühe machen, Parallelen zu zeichnen.
http://nikic.github.io/2017/04/14/PHP-7-Virtual-machine.html
Ratings
Here you can write a comment
Related topics
Basics of views in MySQL
Views in a MySQL database offer the option of creating a virtual table based on the result of an SQL query. This virtual table can be queried like a normal table without changing the underlying data. ...
Autor :
admin
Category:
mySQL-Tutorials
Variablen über mehrere Seiten hinweg verwenden - der Session-Befehl macht 's möglich!
Oberste Voraussetzung um Session-Befehle korrekt auszuführen ist, dass der Provider a) PHP und b) das speichern von Sessions auf dem Server überhaupt erlaubt. Wird der Session-Befehl unterstützt jedoch nicht das direkte speichern von Sessions bzw. Sess ...
Autor :
ndo@
Category:
PHP-Tutorials
How to effectively perform complex queries with SQL queries in MySQLi?
This MySQL tutorial explains how to efficiently perform complex SQL queries in MySQLi. We will look at various aspects of database querying and learn specific methods to fully utilise the power of MySQLi. ...
Autor :
TheMax
Category:
mySQL-Tutorials
Gewichtete SQL-Abfragen
Gewichtete Abfragen werde häufig im Banner-Umfeld benötigt. Also überall da, wo Banner nach bestimmten Kriterien einblendet werden sollen. Wenn man davon ausgeht, das Banner unterschiedlichen Klick-Erfolg haben, dann liegt der Gedanke nahe, genau diese Ba ...
Autor :
admin
Category:
mySQL-Tutorials
Wie schreibt man ein Forum mit PHP und Mysql
Wie erstellt man ein kleines Forum mit PHP und MYSQL? Dieses Tutorials zeigt wie es geht ...
Autor :
Moqui
Category:
PHP-Tutorials
Templates in PHP
Ein kleines Tutorial zum Einsatz von Templates in PHP am Beispiel der Apolda Templateklasse (kuerbis.org/template/) ...
Autor :
stulgies@
Category:
PHP-Tutorials

