¡@

Home 

php Programming Glossary: suhosin

PHP $_POST array variables are truncated

http://stackoverflow.com/questions/12684449/php-post-array-variables-are-truncated

PHP PHP Version 5.3.3 7 squeeze14 CGI FastCGI Apache 2.2 Suhosin Patch 0.9.9.1 No issues here so it should clearly work. If this..

Is php 5.4 safe without Suhosin?

http://stackoverflow.com/questions/14405053/is-php-5-4-safe-without-suhosin

php 5.4 safe without Suhosin I'm currently working on developing a PHP CMF which will eventually.. traits are a PHP 5.4 feature and apparently the popular Suhosin security patch isn't compatible with PHP 5.4. So my question.. is this is it safe to run a PHP website without the Suhosin security patch If not what vulnerabilities would I be leaving..

Cannot increase memory_limit with ini_set()

http://stackoverflow.com/questions/2161784/cannot-increase-memory-limit-with-ini-set

manual the memory limit can be set anywhere. Do you have Suhosin installed With Suhosin it's possible to impose a global memory.. can be set anywhere. Do you have Suhosin installed With Suhosin it's possible to impose a global memory limit. Do you have a.. See the SO question here . I suppose this could be part of Suhosin . What does your phpinfo say concerning local and global memory_limit..

How to make PHP generate Chunked response

http://stackoverflow.com/questions/2481858/how-to-make-php-generate-chunked-response

13 03 01 GMT Server Apache 2.2.9 Debian PHP 5.3.5 1 with Suhosin Patch mod_ssl 2.2.9 OpenSSL 0.9.8o X Powered By PHP 5.3.5 1..

Force PHP integer overflow

http://stackoverflow.com/questions/300840/force-php-integer-overflow

was running on which version of PHP whether or not it had Suhosin Hardened PHP running and how many bits it was compiled for 32..

How to check whether Suhosin is installed?

http://stackoverflow.com/questions/3383916/how-to-check-whether-suhosin-is-installed

to check whether Suhosin is installed I'm not familiar with Suhosin never used it but.. check whether Suhosin is installed I'm not familiar with Suhosin never used it but if possible I need to check using PHP whether.. php suhosin share improve this question To detect the Suhosin Extension use extension_loaded no matter if it is dynamically..

Weak typing in PHP: why use isset at all?

http://stackoverflow.com/questions/413929/weak-typing-in-php-why-use-isset-at-all

you high and dry. For example tested with PHP 5.2.6 with Suhosin Patch 0.9.6.2 cli built Aug 17 2008 09 05 31 php a '' b NULL..

PHP Tools for quality check [closed]

http://stackoverflow.com/questions/4202311/php-tools-for-quality-check

PHP: What is the complexity [i.e O(1),O(n)] of the function 'count'?

http://stackoverflow.com/questions/4566314/php-what-is-the-complexity-i-e-o1-on-of-the-function-count

O 1 to me. Tested PHP version PHP 5.3.3 1ubuntu9.1 with Suhosin Patch cli built Oct 15 2010 14 00 18 share improve this answer..

ini_set('memory_limit', …) doesn't work and returns false; can't figure out why

http://stackoverflow.com/questions/5859994/ini-setmemory-limit-doesnt-work-and-returns-false-cant-figure-out-wh

your from raising this limit. How to check whether Suhosin is installed edit after establishing that Suhosin is installed.. whether Suhosin is installed edit after establishing that Suhosin is installed Config details are here http www.hardened php.net..

PHP Bcrypt hashing

http://stackoverflow.com/questions/6863410/php-bcrypt-hashing

than plain MD5 etc . If for some reason you can install Suhosin but not upgrade PHP that would add CRYPT_BLOWFISH support. To..

How do I compare two DateTime objects in PHP 5.2.8?

http://stackoverflow.com/questions/961074/how-do-i-compare-two-datetime-objects-in-php-5-2-8

bool true bool false dev ~# php v PHP 5.2.6 1 lenny3 with Suhosin Patch 0.9.6.2 cli built Apr 26 2009 20 09 03 Copyright c 1997..

PHP/Apache/AJAX - POST limit?

http://stackoverflow.com/questions/9691057/php-apache-ajax-post-limit

of PHP5 on debian squeeze PHP 5.3.3 7 squeeze8 with Suhosin Patch cli built Feb 10 2012 14 12 26 php jquery ajax apache..

PHP $_POST array variables are truncated

http://stackoverflow.com/questions/12684449/php-post-array-variables-are-truncated

cause the problem but cannot be 100 sure. I do not have suhosin installed as I've read it can cause similar problems too. It..

Is php 5.4 safe without Suhosin?

http://stackoverflow.com/questions/14405053/is-php-5-4-safe-without-suhosin

have administrative control over their web server. php suhosin share improve this question Suhosin was a PHP hardening..

How to check whether Suhosin is installed?

http://stackoverflow.com/questions/3383916/how-to-check-whether-suhosin-is-installed

is for part of an installer that I'm writing. Thanks. php suhosin share improve this question To detect the Suhosin Extension.. loaded or statically compiled extension_loaded 'suhosin' To detect the Suhosin Patch check for the constant presence..

CakePHP Cookies getting scrambled - Suhosin related

http://stackoverflow.com/questions/4724289/cakephp-cookies-getting-scrambled-suhosin-related

there a more effective work around out there php cakephp suhosin share improve this question Try this code which will disable..

ini_set(“memory_limit”) in PHP 5.3.3 is not working at all

http://stackoverflow.com/questions/5061917/ini-setmemory-limit-in-php-5-3-3-is-not-working-at-all

debian share improve this question If you have the suhosin extension enabled it can prevent scripts from setting the memory.. with or some defined cap. http www.hardened php.net suhosin configuration.html#suhosin.memory_limit share improve this..

ini_set('memory_limit', …) doesn't work and returns false; can't figure out why

http://stackoverflow.com/questions/5859994/ini-setmemory-limit-doesnt-work-and-returns-false-cant-figure-out-wh

Config details are here http www.hardened php.net suhosin configuration.html I suspect there'll be a file in etc php.d..

Is it important to verify that the uploaded file is an actual image file?

http://stackoverflow.com/questions/6391916/is-it-important-to-verify-that-the-uploaded-file-is-an-actual-image-file

via the PHP installations security settings e.g. by suhosin Next to on demand virus scanning stored files should be checked..

Max size of URL parameters in _GET

http://stackoverflow.com/questions/7724270/max-size-of-url-parameters-in-get

length of GET params Please note that PHP setups with the suhosin patch installed will have a default limit of 512 characters.. a default of 8000. To add support for long parameters with suhosin add suhosin.get.max_value_length limit in php.ini Source http.. 8000. To add support for long parameters with suhosin add suhosin.get.max_value_length limit in php.ini Source http www.php.net..

PHP Warning: Unknown: Input variables exceeded 1000

http://stackoverflow.com/questions/9673895/php-warning-unknown-input-variables-exceeded-1000

this after the update before PHP 5.3.9 not set available suhosin users have a similar thing since ages . Input values are of..