[PHP-BUG] Bug #60005 [NEW]: upload_tmp_dir and permissions

2011-06-29 Thread hotwine at excite dot it
From: Operating system: Windows Server 2008 R2 PHP version: 5.3.6 Package: Filesystem function related Bug Type: Bug Bug description:upload_tmp_dir and permissions Description: Hi, I have a problem with the ini_set upload_tmp_dir. In my scenario

[PHP-BUG] Bug #60006 [NEW]: Array autoindex[] overflow

2011-06-29 Thread vovan-ve at yandex dot ru
From: Operating system: WindowsXP SP3 PHP version: 5.3.6 Package: Arrays related Bug Type: Bug Bug description:Array autoindex[] overflow Description: There is a test code: $a = array(0x7FFF = 42); $a[] = 37; var_dymp($a); Second line

[PHP-BUG] Bug #60007 [NEW]: comparison function is not anticommutative for arrays claimed to be comparable

2011-06-29 Thread cataphr...@php.net
From: cataphract Operating system: Irrelevant PHP version: trunk-SVN-2011-06-29 (SVN) Package: Scripting Engine problem Bug Type: Bug Bug description:comparison function is not anticommutative for arrays claimed to be comparable Description: This

[PHP-BUG] Bug #60008 [NEW]: Additional headers are ignored when returning HTTP status 304

2011-06-29 Thread evert at rooftopsolutions dot nl
From: Operating system: Any PHP version: 5.3.6 Package: Apache2 related Bug Type: Bug Bug description:Additional headers are ignored when returning HTTP status 304 Description: When HTTP status 304 is set, Apache appears to ignore any other headers.

[PHP-BUG] Bug #60009 [NEW]: Inconsistent error reporting when using highlight_xxx() functions.

2011-06-29 Thread RQuadling at GMail dot com
From: Operating system: Irrelevant PHP version: 5.3.6 Package: Scripting Engine problem Bug Type: Bug Bug description:Inconsistent error reporting when using highlight_xxx() functions. Description: Calling highlight_xxx() with content that, if

Bug #60000 [Opn-Bgs]: switch with int(0)

2011-06-29 Thread johannes
Edit report at https://bugs.php.net/bug.php?id=6edit=1 ID: 6 Updated by: johan...@php.net Reported by:k at twojepc dot pl Summary:switch with int(0) -Status: Open +Status: Bogus Type: Bug Package:

[PHP-BUG] Bug #60012 [NEW]: MySQL doesn't support compression

2011-06-29 Thread belov1985 at gmail dot com
From: Operating system: FreeBSD 8.2 PHP version: 5.3.6 Package: MySQLi related Bug Type: Bug Bug description:MySQL doesn't support compression Description: Version mysqlnd 5.0.8-dev - 20102224 - $Revision: 308673 $ Compression not

[PHP-BUG] Bug #55068 [NEW]: Namespace importation order seems relevant

2011-06-29 Thread frederic dot hardy at mageekbox dot net
From: Operating system: Ubuntu PHP version: 5.3.6 Package: *Programming Data Structures Bug Type: Bug Bug description:Namespace importation order seems relevant Description: 1) Create the file named main.php (see test script section). 2) In the same

[PHP-BUG] Bug #55070 [NEW]: SHMOP not working / crash

2011-06-29 Thread ricardo dot nuno dot rodrigues at hotmail dot com
From: Operating system: Windows 7 64bit PHP version: 5.3.6 Package: Semaphore related Bug Type: Bug Bug description:SHMOP not working / crash Description: If I make such a intensive read of something saved by shmop, the apache will crash. If it

[PHP-BUG] Bug #55071 [NEW]: Change in-built web server description

2011-06-29 Thread s...@php.net
From: Operating system: Linux PHP version: 5.4SVN-2011-06-29 (SVN) Package: CGI related Bug Type: Bug Bug description:Change in-built web server description Description: For the in-built web-server in 5.4, Andi suggested: I'd change: Server is

[PHP-BUG] Bug #55072 [NEW]: In-built web server needs to check -t option is a directory

2011-06-29 Thread s...@php.net
From: Operating system: Linux PHP version: 5.4SVN-2011-06-29 (SVN) Package: CGI related Bug Type: Bug Bug description:In-built web server needs to check -t option is a directory Description: The PHP 5.4 in-built webserver needs validate that the -t

[PHP-BUG] Bug #55073 [NEW]: PHP-CLI-webserver does not listen on ipv6 interfaces

2011-06-29 Thread f...@php.net
From: Operating system: any PHP version: 5.4SVN-2011-06-29 (SVN) Package: Unknown/Other Function Bug Type: Bug Bug description:PHP-CLI-webserver does not listen on ipv6 interfaces Description: ./sapi/cli/php -S [::1]:3000 does not work as expected

[PHP-BUG] Bug #55076 [NEW]: requires() fails in a subdirectory with the in-built webserver

2011-06-29 Thread s...@php.net
From: Operating system: Linux PHP version: 5.4SVN-2011-06-29 (SVN) Package: CGI related Bug Type: Bug Bug description:requires() fails in a subdirectory with the in-built webserver Description: Working-directory handling in the in-built webserver

Bug #55076 [Opn]: requires() fails in a subdirectory with the in-built webserver

2011-06-29 Thread sixd
Edit report at https://bugs.php.net/bug.php?id=55076edit=1 ID: 55076 Updated by: s...@php.net Reported by:s...@php.net Summary:requires() fails in a subdirectory with the in-built webserver Status: Open Type:

Bug #55073 [Opn]: PHP-CLI-webserver does not listen on ipv6 interfaces

2011-06-29 Thread sixd
Edit report at https://bugs.php.net/bug.php?id=55073edit=1 ID: 55073 Updated by: s...@php.net Reported by:f...@php.net Summary:PHP-CLI-webserver does not listen on ipv6 interfaces Status: Open Type: Bug Package:

Bug #55070 [Opn-Fbk]: SHMOP not working / crash

2011-06-29 Thread felipe
Edit report at https://bugs.php.net/bug.php?id=55070edit=1 ID: 55070 Updated by: fel...@php.net Reported by:ricardo dot nuno dot rodrigues at hotmail dot com Summary:SHMOP not working / crash -Status: Open +Status: Feedback

Bug #54971 [Ver-Csd]: wrong result with DOMNodeList and iterator_to_array use_keys

2011-06-29 Thread pierrick
Edit report at https://bugs.php.net/bug.php?id=54971edit=1 ID: 54971 Updated by: pierr...@php.net Reported by:jinmoku at hotmail dot com Summary:wrong result with DOMNodeList and iterator_to_array use_keys -Status:

Bug #55070 [Fbk-Opn]: SHMOP not working / crash

2011-06-29 Thread ricardo dot nuno dot rodrigues at hotmail dot com
Edit report at https://bugs.php.net/bug.php?id=55070edit=1 ID: 55070 User updated by:ricardo dot nuno dot rodrigues at hotmail dot com Reported by:ricardo dot nuno dot rodrigues at hotmail dot com Summary:SHMOP not working / crash -Status:

Bug #55072 [Opn-Csd]: In-built web server needs to check -t option is a directory

2011-06-29 Thread dsp
Edit report at https://bugs.php.net/bug.php?id=55072edit=1 ID: 55072 Updated by: d...@php.net Reported by:s...@php.net Summary:In-built web server needs to check -t option is a directory -Status: Open +Status:

[PHP-BUG] Bug #55077 [NEW]: $zip-numFiles == 0 ?!

2011-06-29 Thread hi dot laowang at gmail dot com
From: Operating system: centos PHP version: 5.3.6 Package: Zip Related Bug Type: Bug Bug description:$zip-numFiles == 0 ?! Description: I use ZipArchive to process a Android APK file (also ZIP), But numFiles == 0 !! zip file URL:

Bug #55077 [Opn-Fbk]: $zip-numFiles == 0 ?!

2011-06-29 Thread pajoye
Edit report at https://bugs.php.net/bug.php?id=55077edit=1 ID: 55077 Updated by: paj...@php.net Reported by:hi dot laowang at gmail dot com Summary:$zip-numFiles == 0 ?! -Status: Open +Status: Feedback Type:

Bug #54369 [Com]: [PATCH] parse_url() incorrectly determines the start of query and fragment parts

2011-06-29 Thread lenzai2004-dev at yahoo dot com
Edit report at https://bugs.php.net/bug.php?id=54369edit=1 ID: 54369 Comment by: lenzai2004-dev at yahoo dot com Reported by:tomas dot brastavicius at quantum dot lt Summary:[PATCH] parse_url() incorrectly determines the start

Bug #55077 [Com]: $zip-numFiles == 0 ?!

2011-06-29 Thread hi dot laowang at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=55077edit=1 ID: 55077 Comment by: hi dot laowang at gmail dot com Reported by:hi dot laowang at gmail dot com Summary:$zip-numFiles == 0 ?! Status: Feedback Type: Bug

[PHP-BUG] Bug #55078 [NEW]: Can't use anonymous function inside array declaration inside a class

2011-06-29 Thread charlie at charliesomerville dot com
From: Operating system: PHP version: 5.3.6 Package: Scripting Engine problem Bug Type: Bug Bug description:Can't use anonymous function inside array declaration inside a class Description: You can't declare an anonymous function in an array

[PHP-BUG] Bug #55080 [NEW]: Deprecated call in run--test.php

2011-06-29 Thread fedora at famillecollet dot com
From: Operating system: all PHP version: 5.3.6 Package: Unknown/Other Function Bug Type: Bug Bug description:Deprecated call in run--test.php Description: When TEST_PHP_ARGS is used, run-tests throw a warning. Trivial patch attached, for 5.3.7RC1