php version
I have a feature in an application that generates a pdf document and pushes it back to the browser inline or an attachment. Under http all works just fine. Under https it does not. It uses $GLOBALS["HTTP_RAW_POST_DATA"]. In php 5.2.2 there is a known issue where HTTP_RAW_POST_DATA ends up empty under certain conditions. I could never find anything that quantifies 'certain conditions' but it describes the issue I am having. This was fixed in 5.2.3.
Because 2.6.1 is literally like 72 hours from going final I am not comfortable with replacing the version of PHP that we are using and having to redo all of our regression testing. I am going to add this as a 2.6.2 Feature Request and we will start working on it next week.


Member Since:
2006-10-26