P pnode Verified User Joined Dec 2, 2007 Messages 44 Jul 10, 2014 #1 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
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
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,366 Location www.poralix.com Jul 10, 2014 #2 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.
P pnode Verified User Joined Dec 2, 2007 Messages 44 Jul 11, 2014 #3 zEitEr said: 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. Click to expand... confirmed. Great. Thanks for help. Suhosin Extension 0.9.36 released btw.
zEitEr said: 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. Click to expand... confirmed. Great. Thanks for help. Suhosin Extension 0.9.36 released btw.