Suhosin and Ajax

pnode

Verified User
Joined
Dec 2, 2007
Messages
44
Hi all,

We've enabled suhosin in our php.ini but right now it blocks/drops nearly all drupal ajax calls.
We tried to change and max suhosin variables but no luck ...

Any idea or solution about this ?

Thanks
 
Hello,

You should disable all *crypt* values of suhosin. To list them, run this command in a shell:

Code:
php -i | grep suhosin | grep crypt

and add them into php.ini with OFF.
 
Hello,

You should disable all *crypt* values of suhosin. To list them, run this command in a shell:

Code:
php -i | grep suhosin | grep crypt

and add them into php.ini with OFF.

confirmed.
Great. Thanks for help.
Suhosin Extension 0.9.36 released btw.
 
Back
Top