Bug #61797 [Fbk->Opn]: DOMNode::appendChild doesn't increment refcount

2012-04-26 Thread kuba dot brecka at gmail dot com
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:

[PHP-BUG] Bug #61797 [NEW]: DOMNode::appendChild doesn't increment refcount

2012-04-21 Thread kuba dot brecka at gmail dot com
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

#29170 [Com]: problem with open_basedir and include

2004-08-18 Thread kuba at 3net dot pl
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

#29170 [Com]: problem with open_basedir and include

2004-08-03 Thread kuba at 3net dot pl
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

#22977 [Bgs]: png.h

2003-04-02 Thread kuba at 3net dot pl
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

#22977 [Bgs]: png.h

2003-03-31 Thread kuba at 3net dot pl
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

#22977 [NEW]: png.h

2003-03-31 Thread kuba at 3net dot pl
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

#20692 [NEW]: incrementing in for loop

2002-11-28 Thread kuba
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