Edit report at https://bugs.php.net/bug.php?id=61797&edit=1
ID: 61797
User updated by:kuba dot brecka at gmail dot com
Reported by:kuba dot brecka at gmail dot com
Summary:DOMNode::appendChild doesn't increment refcount
-Status:
From:
Operating system: Windows, Linux
PHP version: 5.4.0
Package: DOM XML related
Bug Type: Bug
Bug description:DOMNode::appendChild doesn't increment refcount
Description:
When I create a DOM element and I add it via DOMDocument->appendChild, it
se
ID: 29170
Comment by: kuba at 3net dot pl
Reported By: phynias at camphreaks dot com
Status: Bogus
Bug Type: PHP options/info functions
Operating System: Redhat 9
PHP Version: 5.0.0
New Comment:
try to tell all of my clients, that they
MUST
ID: 29170
Comment by: kuba at 3net dot pl
Reported By: phynias at camphreaks dot com
Status: Open
Bug Type: PHP options/info functions
Operating System: Redhat 9
PHP Version: 5.0.0
New Comment:
the same story
when this issue will be
ID: 22977
User updated by: kuba at 3net dot pl
Reported By: kuba at 3net dot pl
Status: Bogus
Bug Type: Compile Failure
Operating System: RH Linux 7.3
PHP Version: 4.3.1
New Comment:
installing rpm packages:
libpng-devel
libjpeg-devel
ID: 22977
User updated by: kuba at 3net dot pl
Reported By: kuba at 3net dot pl
Status: Bogus
Bug Type: Compile Failure
Operating System: RH Linux 7.3
PHP Version: 4.3.1
New Comment:
Sorry, but what does my problem imply??
I tried to compile PHP
From: kuba at 3net dot pl
Operating system: RH Linux 7.3
PHP version: 4.3.1
PHP Bug Type: Compile Failure
Bug description: png.h
confg line
./configure --prefix=/usr --with-config-file-path=/etc --disable-debug
--enable-shared --with-apxs=/usr/sbin/apxs --with-gd --with-jpeg
From: [EMAIL PROTECTED]
Operating system: RH Linux 7.2
PHP version: 4.2.3
PHP Bug Type: Output Control
Bug description: incrementing in for loop
there is a problem with for loop
code:
$a=1;
$b=1.5;
$step=0.1;
for ($i=$a;$i<=$b;$i=$i+$step) {
echo "$i";
}
p