Hi
On Thursday 25 January 2007 02:16, Richard Lynch wrote:
> On Wed, January 24, 2007 9:17 am, Sancar Saran wrote:
> > After updating company test server to dotdeb 5.2.0 it star to give
> > memory
> > problems (even 32mb session). I tought it was because of suhosin. And
> > I
> > cannot update that
On Wed, January 24, 2007 9:17 am, Sancar Saran wrote:
> After updating company test server to dotdeb 5.2.0 it star to give
> memory
> problems (even 32mb session). I tought it was because of suhosin. And
> I
> cannot update that server to vanilla debian php5 package because it
> was a
> sarge so to
Németh Zoltán wrote:
> On sze, 2007-01-24 at 17:17 +0200, Sancar Saran wrote:
>> Hi,
>>
>> After updating company test server to dotdeb 5.2.0 it star to give memory
>> problems (even 32mb session). I tought it was because of suhosin. And I
>> cannot update that server to vanilla debian php5 packa
Hi,
I mean there was no offical php5 package for debian sarge. Dotdeb was not
offical.
On Wednesday 24 January 2007 17:46, Németh Zoltán wrote:
> On sze, 2007-01-24 at 17:17 +0200, Sancar Saran wrote:
> > Hi,
> >
> > After updating company test server to dotdeb 5.2.0 it star to give memory
> > pr
On sze, 2007-01-24 at 17:17 +0200, Sancar Saran wrote:
> Hi,
>
> After updating company test server to dotdeb 5.2.0 it star to give memory
> problems (even 32mb session). I tought it was because of suhosin. And I
> cannot update that server to vanilla debian php5 package because it was a
> sarg
Hi,
After updating company test server to dotdeb 5.2.0 it star to give memory
problems (even 32mb session). I tought it was because of suhosin. And I
cannot update that server to vanilla debian php5 package because it was a
sarge so today my company gives me another debian etch (like my home pc
Hello all.
I wrote some php pages running on apache1.3/php4.4.0-1
In the login page I make use of a class where I store the users name and
some integers (i.e whether the user ia able to see a certain page) and
serialize the class to a session var. When you go to a page I
unserialize the session va
Marek Kilimajer wrote:
Dasmeet Singh wrote:
Hi!
I am trying to unserialize a serialized array stored in cookie...
I am using following code :
echo("Welcome to Members Area");
echo("$login");
$m_l_d=unserialize($login);
echo $m_l_d;
echo("$m_l_d[0], $m_l_d[1], $m_l_d[2]");
However the output is:
Wel
Dasmeet Singh wrote:
Hi!
I am trying to unserialize a serialized array stored in cookie...
I am using following code :
echo("Welcome to Members Area");
echo("$login");
$m_l_d=unserialize($login);
echo $m_l_d;
echo("$m_l_d[0], $m_l_d[1], $m_l_d[2]");
However the output is:
Welcome to Members Area
a:
Hi!
I am trying to unserialize a serialized array stored in cookie...
I am using following code :
echo("Welcome to Members Area");
echo("$login");
$m_l_d=unserialize($login);
echo $m_l_d;
echo("$m_l_d[0], $m_l_d[1], $m_l_d[2]");
However the output is:
Welcome to Members Area
a:4:{i:0;s:1:\"h\";i:1;
10 matches
Mail list logo