Joan Miquel

Results 463 comments of Joan Miquel

A question why work: `require "app.php";` and not; `require app.php;`

https://github.com/TechEmpower/FrameworkBenchmarks/pull/5104 it's working. The app-async.php is for include the Mysql async pool. It's empty for you to add the code. Now the php include the PDO connection in the `init_worker_by_php`...

WIll be good if `init_worker_by_php` can include files with ' like do `content_by_php`. So we can include any php code.

Added project to openhub https://www.openhub.net/p/ngx_php7 You can sign and claim as manager of the project.

Now with the require app.php: Fortunes: 157.266 req/s

Like ngx_php don't use OpCache, any `include` have a big impact. It's like in your bench: ![image](https://user-images.githubusercontent.com/249085/66271557-b48a2400-e85f-11e9-90af-688616a2c029.png) A simple Hello world if you `include` the file versus `inline` (or included...

Also it's a better way to code all your app in app.php, than in the nginx config files.

Also fixed the slow include now that use OPCache #72 . Perhaps will be good to add part of that info in the README.

And a 404 when can't include a php file from the nginx config. If it's possible. Perhaps add an ngx_include (file) in php or php_include(file) in nginx config, for use...

> Because there have been some rules clarifications Could you clarify exactly the changes. Also will be good open a discussion with the changes and the not approved changes. And...