International PHP Conference Munich 2025

Voting

: max(four, three)?
(Example: nine)

The Note You're Voting On

James McCormack
20 years ago
I had a perl program which ran fine from command line but not using shell_exec(), exec() or system() - nothing was being returned. I was using the full path and permissions were set correctly.

It turned out the perl program was using more memory than my PHP.INI file was set to allow. Increasing "memory_limit" solved the problem.

<< Back to user notes page

To Top