Sylvain L.

Results 120 comments of Sylvain L.

How do you handle this issue with the other applications embedded via an iframe ? Or maybe php-spx is the sole external interface that you embed with an iframe ?

@My6UoT9 I guess we can close it.

Could you please, via the network panel of your browser's debug tool, paste here the full response (header + body) of one of these failing requests ?

Your `root` is misconfigured, it should actually point to your PHP application's root/public directory, like any standard setup. SPX will serve its web UI's files itself by intercepting the execution...

Yes, but to make the web UI working, you need a PHP web setup like apache/mod_php or nginx/php-fpm. You cannot make it working by directly serving its files as static...

In fact I was already considering the addition of a tag support which seems to also satisfy your use case. Because instead of building a name from a characteristic or...

Profiling is simply not enabled. What is the PHP SAPI ? If it is a CLI script the command line prefix must be added on your own, the control panel...

Yes, but I've first to spend some time to meet some requirements: https://git.php.net/?p=php-src.git;a=blob_plain;f=CODING_STANDARDS.md;hb=HEAD https://wiki.php.net/internals/review_comments That was the point here #26 And then I've to start the pecl proposal process.