DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18035>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18035 Problem with POST variables Summary: Problem with POST variables Product: Apache httpd-2.0 Version: 2.0.44 Platform: PC OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: All AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I am running Apache 2.0.44 with PHP 4.3 on a WIN32 Windows XP machine. The problem only occurs when POSTed variables are used within a PDFLIB function. The problem does not exist when I switch to Apache 1.3.27. I have also tried with and without the Zend Optimizer. When I get input on script #1 and pass that information to script #2 via POST I can access the variable in everything but PDFLIB functions. If I add die ("$variable") at any point prior to starting the PDFLIB PDF page, the variable is displayed fine. Also, all IF loops work fine based on the POSTed variables. However, the variable itself and anything that was assigned a value based on the POSTed variable are not recognized within the newly created PDFLIB page. For instance, $variable is posted from script #1. If $variable = condition then $newvar = x. The PDFLIB function not only doesn't recognize $variable but it also doesn't recognize $newvar. However, if I simply put $newvar = 12 then it works fine. When I switch the method to GET, everything works fine. I am not sure where the problem lies. . .Apache? PHP? PDFLIB? I am starting here since everything works fine in 1.3.27 but not from 2.0.44. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
