Travis build badge

Cette révision appartient à :
Symisc Systems 2018-02-19 02:47:40 +01:00 révisé par GitHub
Parent 6cd8af0a84
révision dcd6547196
Signature inconnue de Gitea
ID de la clé GPG: 4AEE18F83AFDEB23

Voir le fichier

@ -1,7 +1,8 @@
PH7
===
[![Build Status](https://travis-ci.org/symisc/PH7.svg?branch=master)](https://travis-ci.org/symisc/PH7)
An Embedded Implementation of PHP (C Library).
# An Embedded Implementation of PHP (C Library).
PH7 is a in-process software C library which implements a highly-efficient embeddable bytecode compiler and a virtual machine for the PHP programming language. In other words, PH7 is a PHP engine which allow the host application to compile and execute PHP scripts in-process. PH7 is to PHP what SQLite is to SQL.