Edit report at https://bugs.php.net/bug.php?id=38508&edit=1
ID: 38508
Comment by: lukas at lu-x dot me
Reported by:doublecompile at gmail dot com
Summary:Addition of Magic __toArray() function
Status: Closed
Type: Fea
Edit report at https://bugs.php.net/bug.php?id=14636&edit=1
ID: 14636
Comment by: lukas dot liesis at gmail dot com
Reported by:kannan at tmsassociates dot com
Summary:Session variables are lost when redirecting to a url
u
fine in general. The numeric keys are currently Strings. After serializing
and unserializing the class, the properties will be converted to Integers
which makes them unaccessible. Have a look at the code example below.
Regards
Lukas
Test script:
---
{0} = 'X';
$a->{1} = &
Edit report at http://bugs.php.net/bug.php?id=53724&edit=1
ID: 53724
Comment by: lukas dot starecek at centrum dot cz
Reported by:lukas dot starecek at centrum dot cz
Summary:array_diff like methods compares false as iden
Edit report at http://bugs.php.net/bug.php?id=53724&edit=1
ID: 53724
User updated by:lukas dot starecek at centrum dot cz
Reported by:lukas dot starecek at centrum dot cz
Summary:array_diff like methods compares false as iden
From:
Operating system: Irrelevant
PHP version: 5.3.5
Package: Arrays related
Bug Type: Bug
Bug description:array_diff like methods compares false as identity and true as
equal
Description:
array_diff functions compares boolean false as identity (op
Edit report at http://bugs.php.net/bug.php?id=50027&edit=1
ID: 50027
Comment by: lukas at twobits dot cz
Reported by:phpbugs at colin dot guthr dot ie
Summary:$this becomes a non-object
Status: Open
Type: Bug
Pac
Edit report at http://bugs.php.net/bug.php?id=49355&edit=1
ID: 49355
Comment by: lukas dot starecek at centrum dot cz
Reported by: php dot net at chris dot cs278 dot org
Summary: Unable to properly fold To/Subject in emails
Status: Open
Edit report at http://bugs.php.net/bug.php?id=44187&edit=1
ID: 44187
Comment by: lukas dot starecek at centrum dot cz
Reported by: anzenews at volja dot net
Summary: mail() function and newlines
Status: Open
Type: Feature/Ch
Edit report at http://bugs.php.net/bug.php?id=50027&edit=1
ID: 50027
Comment by: lukas at twobits dot cz
Reported by: phpbugs at colin dot guthr dot ie
Summary: $this becomes a non-object
Status: No Feedback
Type: Bug
Pac
ID: 50027
Comment by: lukas at twobits dot cz
Reported By: phpbugs at colin dot guthr dot ie
Status: No Feedback
Bug Type: Reproducible crash
Operating System: Mandriva Linux (Cooker x86_64)
PHP Version: 5.3.1RC2
New Comment:
We now have
ID: 50027
Comment by: lukas at twobits dot cz
Reported By: phpbugs at colin dot guthr dot ie
Status: No Feedback
Bug Type: Reproducible crash
Operating System: Mandriva Linux (Cooker x86_64)
PHP Version: 5.3.1RC2
New Comment:
I switched the
ID: 50027
Comment by: lukas at twobits dot cz
Reported By: phpbugs at colin dot guthr dot ie
Status: No Feedback
Bug Type: Reproducible crash
Operating System: Mandriva Linux (Cooker x86_64)
PHP Version: 5.3.1RC2
New Comment:
We're aff
From: lukas dot starecek at qcm dot cz
Operating system: Linux RedHat
PHP version: 5.3.0
PHP Bug Type: Safe Mode/open_basedir
Bug description: open_basedir defined in httpd.conf/vhost strange behaviour
(memory leakage ?)
Description:
I aplogize, but I would
ID: 48880
Comment by: lukas dot starecek at qcm dot cz
Reported By: brwarner at rogers dot com
Status: No Feedback
Bug Type: Safe Mode/open_basedir
Operating System: *
PHP Version: 5.3.0
New Comment:
Problem persists and ticket was suspended
From: lukas dot starecek at centrum dot cz
Operating system: Linux
PHP version: 5.0.3
PHP Bug Type: Feature/Change Request
Bug description: behavior of constants in class and interface extending
Description:
If interface define any constants, then it'
ID: 28403
Comment by: Lukas dot Theiler at ch dot ibm dot com
Reported By: scouture at novo dot ca
Status: Suspended
Bug Type: Apache2 related
Operating System: win 2003 server
PHP Version: 4.3.7
New Comment:
Running longer tests, even
ID: 28403
Comment by: Lukas dot Theiler at ch dot ibm dot com
Reported By: scouture at novo dot ca
Status: Suspended
Bug Type: Apache2 related
Operating System: win 2003 server
PHP Version: 4.3.7
New Comment:
Running longer tests, even
ID: 28403
Comment by: Lukas dot Theiler at ch dot ibm dot com
Reported By: scouture at novo dot ca
Status: Suspended
Bug Type: Apache2 related
Operating System: win 2003 server
PHP Version: 4.3.7
New Comment:
Referring to Bug #28983 (now
ID: 16392
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: DOM XML related
Operating System: windows 2000
PHP Version: 4.1.2
New Comment:
for current php-cvs, i'm not sure about v4.1.x and above, you have t
ic_html/test/ob/test3.php on line 5
barbarbar
0
for now i'm working around this by using a logic like this, proving that
ob_clean works, but not with ob_gzhandler.
regards,
-lukas
~
--
Edit bug report at http://bugs.php.net/?id=16341&edit=1
--
Fixed in CVS:
lso enables a domxml user to re-add a
previously unlink()ed node, which is impossible with
the current code.
regards,
-lukas
Index: ext/domxml/php_domxml.c
===
RCS file: /repository/php4/ext/domxml/php_domxml.c,v
retri
()ed node, which is impossible with
the current code.
regards,
-lukas
Index: ext/domxml/php_domxml.c
===
RCS file: /repository/php4/ext/domxml/php_domxml.c,v
retrieving revision 1.116
diff -u -r1.116 php_domxml.c
should fix it:
(basically it makes domxml not free a node on unlink and
rather wait for request shutdown to free a node).
btw, this patch also enables a domxml user to re-add a
previously unlink()ed node, which is impossible with
the current code.
regards,
-lukas
Index: ext/domxml
24 matches
Mail list logo