This problem only seems to be happening on one of the virtual hosts on this system, and I cannot seem to figure out just what it is.
I have a simple form posting to search.php, with a text input field, with a name of 'search'. And since this site is an internal site, register globals are on, as we are not worried about anyone misuing any of the variables in use. In any even, this problem was noticed about a week ago, and it did not exist before. After inputting some text into the search box, in this example, 'var', sans quotes, and i hit submit... on the next page, I am just having it return just $search for testing, and, it comes back sporadically with: 'var', but most of the time, it comes back with: var&^!#ndda</form> or var4194092d098240928d12ed or var#c0c0c0 or varput type="text" etc. etc. it seems soemthing is somehow corrupting the variables, and I cannot seem to figure out what it might be. This has been working fine until about the past week, and I cannot think of any major changes that may have happened within the past week that could have caused this... and as I mentioned above, it only seems to be this one virtual host. And ai also compared with backups of all of y included files at the beginnings and ends of each script from before this problem started happening, and I can see no major changes in any of them. And, this is happening around all php scripts on the site... I am running 4.3.4, with apache 2, FreeBSD 4.8, and the data is all stored on a vinum partition. The server has been rebooted, a fresh install of php... tried setting output buffering on and flushing it at the end of the script(s), however, they seem to get hacked up when doing that, so I stay away from that band-aid fix...I am using sessions as well, as a few scripts within the site store session variables... and also using SMBAuth to do authentication from our domain controller... I've been pulling out my hair for 4 days straight on this issue, and I am all out of ideas, any help would be *GREATLY* appreciated! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php