#44508 [Opn->Fbk]: "make" from another directory

2008-03-23 Thread johannes
ID: 44508 Updated by: [EMAIL PROTECTED] Reported By: bhavacakra at gmail dot com -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: Linux (arch_x64) PHP Version: 5.2.5 New Comment: Please try using this CVS s

#44504 [Opn->Bgs]: bytea - nonstandard use of \\ in a string literal

2008-03-23 Thread felipe
ID: 44504 Updated by: [EMAIL PROTECTED] Reported By: cei at yourshop dot com -Status: Open +Status: Bogus Bug Type: PostgreSQL related Operating System: FreeBSD 6.3 amd64, i386 PHP Version: 5.2.5 New Comment: See: - http://docs.php.n

#44502 [Opn]: Compiling ok with MySQL 5.0

2008-03-23 Thread felipe
ID: 44502 Updated by: [EMAIL PROTECTED] Reported By: nickg78 at gmail dot com Status: Open Bug Type: Compile Failure Operating System: Linux PHP Version: 6CVS-2008-03-22 (snap) New Comment: Looks that it was added in 5.0.3 version, here's a p

#44505 [Opn]: include_once behavior when including UNC file

2008-03-23 Thread felipe
ID: 44505 Updated by: [EMAIL PROTECTED] Reported By: lmeyer at ea dot com Status: Open Bug Type: Performance problem Operating System: windows 2003 PHP Version: 5.2.5 New Comment: Maybe, related to bug#44125 Previous Comments: -

#44502 [Opn->Sus]: Compiling ok with MySQL 5.0

2008-03-23 Thread johannes
ID: 44502 Updated by: [EMAIL PROTECTED] Reported By: nickg78 at gmail dot com -Status: Open +Status: Suspended Bug Type: Compile Failure Operating System: Linux PHP Version: 6CVS-2008-03-22 (snap) New Comment: I don't think we should

#44508 [Fbk->Opn]: "make" from another directory

2008-03-23 Thread bhavacakra at gmail dot com
ID: 44508 User updated by: bhavacakra at gmail dot com Reported By: bhavacakra at gmail dot com -Status: Feedback +Status: Open Bug Type: Compile Failure Operating System: Linux (arch_x64) PHP Version: 5.2.5 New Comment: I'm using those f

#44512 [NEW]: Cannot use string offset as an array

2008-03-23 Thread gogulas at wp dot pl
From: gogulas at wp dot pl Operating system: WIndows Xp SP3 PHP version: 5.2CVS-2008-03-23 (CVS) PHP Bug Type: Arrays related Bug description: Cannot use string offset as an array Description: Hello, here is script which egenerate error: "Cannot use string offset

#44512 [Opn->Bgs]: Cannot use string offset as an array

2008-03-23 Thread felipe
ID: 44512 Updated by: [EMAIL PROTECTED] Reported By: gogulas at wp dot pl -Status: Open +Status: Bogus Bug Type: Arrays related Operating System: WIndows Xp SP3 PHP Version: 5.2CVS-2008-03-23 (CVS) New Comment: The erros is with $out

#42597 [Com]: "make install" hangs in 64bit system when ZTS is enabled.

2008-03-23 Thread amine at hotmail dot com
ID: 42597 Comment by: amine at hotmail dot com Reported By: hostmaster at taunusstein dot net Status: No Feedback Bug Type: Compile Failure Operating System: Debian 4.0r0 PHP Version: 5.2.4 New Comment: Previous Comments: -

#44513 [NEW]: htmlspecialchars charset doesn't work

2008-03-23 Thread juan at multiporte dot com dot br
From: juan at multiporte dot com dot br Operating system: WinXP PHP version: 5.2.5 PHP Bug Type: Unknown/Other Function Bug description: htmlspecialchars charset doesn't work Description: When using htmlspecialchars with charset UTF-8 in Windows, this not display

#44514 [NEW]: Error in instalation *.EXE lost folders and filesdll"s

2008-03-23 Thread zizi51 at o2 dot pl
From: zizi51 at o2 dot pl Operating system: XP Home SP2 PHP version: 5.2.5 PHP Bug Type: Compile Failure Bug description: Error in instalation *.EXE lost folders and filesdll"s Description: After the instalation from the PHP 5.2.5 Installer ->*.EXE in the windows

#44511 [Opn->Asn]: missing exception check in spl_filesystem_dir_open

2008-03-23 Thread colder
ID: 44511 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type:SPL related PHP Version: 5.3CVS-2008-03-23 (CVS) -Assigned To: helly +Assigned To: colder New Comment: Could you pleas provide a reproduce case so I can bui

#44456 [Com]: CURLOPT_URL error in parsing ftp url string given

2008-03-23 Thread daniel at haxx dot se
ID: 44456 Comment by: daniel at haxx dot se Reported By: sergiocrz at hotmail dot com Status: Open Bug Type: cURL related Operating System: WinXP PHP Version: 5.2.5 New Comment: Those letters are not valid in a URL, described in RFC2396. (lib

#44456 [Opn->Bgs]: CURLOPT_URL error in parsing ftp url string given

2008-03-23 Thread felipe
ID: 44456 Updated by: [EMAIL PROTECTED] Reported By: sergiocrz at hotmail dot com -Status: Open +Status: Bogus Bug Type: cURL related Operating System: WinXP PHP Version: 5.2.5 New Comment: Nice, thanks for information, Daniel. Pre

#44508 [Opn]: "make" from another directory

2008-03-23 Thread bhavacakra at gmail dot com
ID: 44508 User updated by: bhavacakra at gmail dot com Reported By: bhavacakra at gmail dot com Status: Open Bug Type: Compile Failure Operating System: Linux (arch_x64) -PHP Version: 5.2.5 +PHP Version: 5.2 New Comment: Tested it, and it stil

#44515 [NEW]: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/2

2008-03-23 Thread 24498936 at qq dot com
From: 24498936 at qq dot com Operating system: freebsd6.2 PHP version: 5.2.5 PHP Bug Type: Apache2 related Bug description: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/2 Description: os is freebsd6.2 + apache2.26 PHP Warning:

#44516 [NEW]: echo in echo

2008-03-23 Thread maximus_ppc at mail dot ru
From: maximus_ppc at mail dot ru Operating system: windows xp PHP version: 5.2.5 PHP Bug Type: Output Control Bug description: echo in echo Description: order is wrong Reproduce code: --- echo '1'.foo().'3'; function foo() { echo '2'; } Expected