I\'m strug开发者_C百科gling to find a solution to keep using the Suhosin patch and make it work with UTF-8 form submissions. This is the very simple test I made:
I am using the file uploader plugin (from: https://github.com/valums/file-uploader) to upload files to my website.
I use suhosin. I get the following alerts. ALERT-SIMULATION - tried to register forbidden variable \'_REQUEST\' through GET variables (attacker
Before I did any change to suhosin configuration, the logging shows a lot of alerts, including variable name length, value length, memory_limit, ASCIIZ null and so on.
I just noticed that my host started using Suhosin Hardening, i\'m not quite familiar with this and am having major issues with my application, mainly in sessions.
I have been wondering about the difference between Suhosin Patch and Extension? For example which one of them I should install with PHP 5.2.17 with Xcache 1.3.1 and Zend Optimizer 3.3.0.a?
For some reason I am unable to read any cookies from my CakePHP app on any page after they have been set, the only thing that is returned is garbled text.
are there any alternatives avai开发者_JAVA技巧lable for suhosin? or any recent tools like it? i use eaccelerator and i heard that suhosin can\'t get along with it.You could switch to APC; suhosin + A
I am receiving this error when Im trying to crop a image, I just uploaded. The image i just uploaded is around 3MB.
I\'m struggling to read query variables that contain more than 512 characters in the $_GET array. If I parse the query string using parse_string, however, I can read it just fine from the resulting ar