laruence / php-lua

This extension embeds the lua interpreter and offers an OO-API to lua variables and functions.
http://pecl.php.net/package/lua
Other
149 stars 50 forks source link

Prefer php_printf() over printf() #34

Closed sgolemon closed 6 years ago

sgolemon commented 6 years ago

On CLI the distinction doesn't matter, but in a web sapi this will ensure the output goes to the right place.