suhosin Questions

7

Solved

I know this has been asked billions of times, but I'm super paranoid/OCD about the security of my coding. I'm working on a little project. The session data will only contain: user_id 1 user_nam...
Oh asked 14/1, 2013 at 14:39

5

Solved

I'm trying to set up sample Symfony2 project as shown here http://symfony.com/doc/current/quick_tour/the_big_picture.html and after accessing config.php I have this: Major problems have been det...
Delastre asked 18/9, 2012 at 11:13

2

Solved

I will preface this question by saying I am NOT a web developer, nor do I have much knowledge in this field. I am a business owner and have a low volume website that my customers purchase products ...
Peevish asked 13/12, 2013 at 21:44

3

Solved

I'm currently working on developing a PHP CMF which will eventually be commercially available and I want to use traits. The problem however is that traits are a PHP 5.4 feature and apparently the p...
Eben asked 18/1, 2013 at 18:13

3

Solved

I have a weird memory problem in PHP. I think something is only allowing an array to be a maximum of 0.25M. It appears the script is only using up to around 6M before it crashes. Here's the output...
Shepherd asked 18/1, 2013 at 17:8

2

Solved

I got a lot of suhosin errors in my /var/log/messages Dec 22 06:28:12 server suhosin[4637]: ALERT - configured request variable name length limit exceeded - dropped variable '66583-((-....-.........
Qualification asked 22/12, 2011 at 13:20

3

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. The session is nowing being stored...
Malcah asked 7/5, 2011 at 1:28

4

Solved

I'm not familiar with Suhosin (never used it) but if possible I need to check using PHP whether it is installed. This is for part of an installer that I'm writing. Thanks.
Merrick asked 1/8, 2010 at 22:3

1

Solved

I use PHP 5.3 on Debian and according to php -m 'Phar' is loaded. But executing php pyrus.phar or php pyrus.phar config-show leads to no output at all. What might be the problem? debian:~# php ...
Cannot asked 21/3, 2011 at 10:2

2

Solved

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. My code is as simple as this: $this->...
Lox asked 18/1, 2011 at 12:55

8

Solved

I am somewhat new to PHP coding and I am aware that malicious users can hack a website if you have not sanitized your PHP code. What I am wondering is whether they need a data entry box (like for f...
Doctor asked 6/10, 2009 at 18:5

3

Solved

It seems Suhosin patches and extends the PHP core as a means to protect users from flaws in the core. It also seems some smart people are using this system. Since it appears to be a good thing, I'm...
Coussoule asked 20/2, 2009 at 7:36
1

© 2022 - 2024 — McMap. All rights reserved.