I'm using PHP Version 4.2.0-dev from the CVS server, and I'm having a peculiar problem. Variables are not passing through on a submit form. Everything else seems to work, and it works on a "stable" version, but I need the CVS version to use md5_file function.
Is there something that I need to do to compile php differently? (config line below)
./configure --with-mysql --with-ftp --with-apache=/opt/apache-./
Thanks
Travis