[PHP] CGI Recursion problem

2002-10-08 Thread JRomero
Hello people! I've got the two simple php scripts: micgi.cgi and test.cgi. The script micgi.cgi is a php scrit that only executes the php script test.cgi. When i execute micgi.cgi from the command line, all is ok. The problem comes when i execute it from the web. When micgi.cgi execute

[PHP] CGI recursion problem

2002-10-08 Thread JRomero
Hello people! I've got the two simple php scripts: micgi.cgi and test.cgi. The script micgi.cgi is a php scrit that only executes the php script test.cgi. When i execute micgi.cgi from the command line, all is ok. The problem comes when i execute it from the web. When micgi.cgi execute