here's a weird one:

I have a PHP-CLI script that runs just fine when called from a shell.

But when I have apache execute it via system() it seems to forget about all the superglobals (or at least $_SERVER) (they are 1/true).

Any ideas on where that's coming from?

有帮助吗?

解决方案

The readline extension was the badguy.

Deactivated it and it works.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top