In my PHP, argv[0] always return correct value.
In a remote server, PHP returns for argv[0] always null.
I believe this is a "php.ini" problem but from PHP help I don't found
anything.
1. What is the problem?
2. How to fix it? (or...)
3. With what I can replace argv[0]?
thanks!
In a remote server, PHP returns for argv[0] always null.
I believe this is a "php.ini" problem but from PHP help I don't found
anything.
1. What is the problem?
2. How to fix it? (or...)
3. With what I can replace argv[0]?
thanks!
Comment