Commit Graph

59 Commits

Author SHA1 Message Date
Mrad Chems Eddine 5fb3f4b792 Foreign (C/C++) Function Implementation Intro
Introduction to the implementation of foreign functions plus the related interfaces such as ph7_value_to_int(),  ph7_result_string() and so on.
2014-02-19 02:30:01 -08:00
Mrad Chems Eddine de31633389 constant expansion mechanism exmaple
Introduction to the powerful constant expansion mechanism introduced by the version 2 of the PH7 engine.
2014-02-19 02:28:17 -08:00
Mrad Chems Eddine 4c8b371f1d PH7 Interpreter Introduction 2014-02-19 02:23:03 -08:00
Mrad Chems Eddine c303bb617a Source code of the PH7 Interpreter
The PH7 interpreter is a simple,basic stand-alone PHP interpreter that allows
the user to enter and execute PHP files against a PH7 engine. 
To start the ph7 program, just type "ph7" followed by the name of the PHP file
to compile and execute. That is, the first argument is to the interpreter, the rest
are scripts arguments, press "Enter" and the PHP code will be executed.
If something goes wrong while processing the PHP script due to a compile-time
error,your error output (STDOUT) should display the compile-time error messages.
2014-02-19 02:22:14 -08:00
Mrad Chems Eddine d36686d308 PH7 Hello World Introduction 2014-02-19 02:15:48 -08:00
Mrad Chems Eddine aecbcc0842 PH7 Amalgamation: Stable branch 2.1.4 2014-02-19 02:14:28 -08:00
Mrad Chems Eddine 18b4ad892b Create ph7.h 2014-02-19 02:10:26 -08:00
Mrad Chems Eddine 72c87364bf added license file 2014-02-19 02:09:44 -08:00
Mrad Chems Eddine 6ec250426a Initial commit 2014-02-19 02:07:22 -08:00