Bug #16176 Updated: the metaphone() function causes php to segfault under rare circumstances.

2002-03-20 Thread mfischer
ID: 16176 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Reproducible crash Operating System: linux PHP Version: 4.1.1 New Comment: It also made it into 4.2.0 (whose RC1 will be released today).

Bug #16043 Updated: $_SESSION can't use in PHP 4.1.2

2002-03-20 Thread snowkrash
ID: 16043 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Session related Operating System: Windows XP PHP Version: 4.1.2 New Comment: Why isn't this bug re-opened ?!?!?! CVS HEAD branches?? whuh? The

Bug #16043 Updated: $_SESSION can't use in PHP 4.1.2

2002-03-20 Thread derick
ID: 16043 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Session related Operating System: Windows XP PHP Version: 4.1.2 New Comment: This bug is closed, because it's fixed in the development branch.

Bug #16179: Multidimensional Arrays works wrong

2002-03-20 Thread andrej
From: [EMAIL PROTECTED] Operating system: Windows 2002 PHP version: 4.1.2 PHP Bug Type: Scripting Engine problem Bug description: Multidimensional Arrays works wrong My php-Code: ? $property [ src ][ brett ] = DBJ_20020112.db.php; $property [ src ][ brett ][ entity

Bug #16179 Updated: Multidimensional Arrays works wrong

2002-03-20 Thread mboeren
ID: 16179 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Windows 2002 PHP Version: 4.1.2 New Comment: You are mixing the number of dimensions in the array...

Bug #16179 Updated: Multidimensional Arrays works wrong

2002-03-20 Thread hholzgra
ID: 16179 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Scripting Engine problem Operating System: Windows 2002 PHP Version: 4.1.2 New Comment: the problem is that single

Bug #16180: ereg_replace() a chr() doesn't work

2002-03-20 Thread marcel
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.2 PHP Bug Type: Regexps related Bug description: ereg_replace() a chr() doesn't work Version: php-3.0.18 ? $string = line 1 . chr(10) . line 2; $string = ereg_replace(chr(10),BR,$string); echo $string;

Bug #16180 Updated: ereg_replace() a chr() doesn't work

2002-03-20 Thread marcel
ID: 16180 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Regexps related Operating System: Linux -PHP Version: 4.1.2 +PHP Version: 3.0.18 New Comment: Version update... Previous Comments:

Bug #15909 Updated: Session data not updated on page jump

2002-03-20 Thread johnsparrowuk
ID: 15909 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: Linux Gnu 2.2.12 PHP Version: 4.1.2 New Comment: Interesting workaround: session_register(lastaction);

Bug #14529 Updated: script doesn't always finish output

2002-03-20 Thread albert
ID: 14529 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Output Control Operating System: Linux RH 7.2 PHP Version: 4.3.0-dev New Comment:

Bug #15613 Updated: readfile doesn't work correctly with WIndows XP

2002-03-20 Thread sander
ID: 15613 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: No Feedback +Status: Open Bug Type: Output Control Operating System: Windows XP (Professional) PHP Version: 4.1.1 New Comment: Reopening. Previous

Bug #16178 Updated: readfile doesn't work correctly with Windows XP

2002-03-20 Thread sander
ID: 16178 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Output Control Operating System: Windows XP (Professional) PHP Version: 4.1.1 New Comment: Reopened that bug. Closing

Bug #16172 Updated: mail() bug

2002-03-20 Thread sander
ID: 16172 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Mail related Operating System: Windows 2000 server PHP Version: 4.1.2 New Comment: It seems your mailserver is blocking

Bug #16182 Updated: --without-pcre-regex breaks build

2002-03-20 Thread sas
ID: 16182 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: All -PHP Version: 4.0CVS-2002-03-20 +PHP Version: 4.0CVS-2002-03-2 New Comment: The gcc output is bogus

Bug #15613 Updated: readfile doesn't work correctly with WIndows XP

2002-03-20 Thread wez
ID: 15613 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Output Control Operating System: Windows XP (Professional) PHP Version: 4.1.1 New Comment: Does this happen if you use CGI under XP? I suspect

Bug #15613 Updated: readfile doesn't work correctly with WIndows XP

2002-03-20 Thread wez
ID: 15613 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Output Control Operating System: Windows XP (Professional) PHP Version: 4.1.1 New Comment: I meant to say: please try

Bug #16184: Crashes during ./configure script

2002-03-20 Thread mkrause
From: [EMAIL PROTECTED] Operating system: Slackware Linux 8 PHP version: 4.1.2 PHP Bug Type: *Configuration Issues Bug description: Crashes during ./configure script Ary You sure, that Your configure script is ok? I've got this during configure by Apachetoolbox script

Bug #16185: global required in functions

2002-03-20 Thread adam
From: [EMAIL PROTECTED] Operating system: WinXP PHP version: 4.1.2 PHP Bug Type: Feature/Change Request Bug description: global required in functions In PHP global variables must be declared global inside a function if they are going to be used in that function. I really

Bug #16185 Updated: global required in functions

2002-03-20 Thread rasmus
ID: 16185 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Feature/Change Request Operating System: WinXP PHP Version: 4.1.2 New Comment: This simply will not change. It is a

Bug #16185 Updated: global required in functions

2002-03-20 Thread mboeren
ID: 16185 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Feature/Change Request Operating System: WinXP PHP Version: 4.1.2 New Comment: I agree with Rasmus (and I really like his story :-), but to help

Bug #16185 Updated: global required in functions

2002-03-20 Thread derick
ID: 16185 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Closed +Status: Open Bug Type: Feature/Change Request Operating System: WinXP PHP Version: 4.1.2 New Comment: Changing this would break waaay to much,

Bug #16144 Updated: sem_remove() crashes in php 4.1.1 standalone

2002-03-20 Thread frerk
ID: 16144 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating System: Linux 2.4.17 mdk PHP Version: 4.1.1 New Comment: gdb bt is: #0 0x40074c5d in

Bug #15863 Updated: ./buildconf and ./configure fail

2002-03-20 Thread sniper
ID: 15863 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Bogus Bug Type: Compile Failure Operating System: Linux 2.4.10 PHP Version: 4.1.2 New Comment: You have installed autoconf in wrong

Bug #16186: include path in the module version, using sub dir as php causing error

2002-03-20 Thread HummerX123
From: [EMAIL PROTECTED] Operating system: Win2k PHP version: 4.1.2 PHP Bug Type: *General Issues Bug description: include path in the module version, using sub dir as php causing error after I upgrade to 4.1.2 from 4.1.1 the php module version of Apache stop working all

Bug #16185 Updated: global required in functions

2002-03-20 Thread hholzgra
ID: 16185 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: WinXP PHP Version: 4.1.2 New Comment: #1 don't use globals. period. we are *not* going to change the

Bug #16185 Updated: global required in functions

2002-03-20 Thread hholzgra
ID: 16185 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Feature/Change Request Operating System: WinXP PHP Version: 4.1.2 New Comment: bogusified Previous Comments:

Bug #16180 Updated: ereg_replace() a chr() doesn't work

2002-03-20 Thread sniper
ID: 16180 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Regexps related Operating System: Linux PHP Version: 3.0.18 New Comment: The version of PHP that this bug was reported in

Bug #16184 Updated: Crashes during ./configure script

2002-03-20 Thread sniper
ID: 16184 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: *Configuration Issues Operating System: Slackware Linux 8 PHP Version: 4.1.2 New Comment: Does it work without this

Bug #8864 Updated: Context menu app launching useless with apache module

2002-03-20 Thread mohammer
ID: 8864 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Apache related Operating System: Windows 95b, 98 PHP Version: 4.0.4 New Comment: I've the same problem, but I am running a Tomcat3.0. I think it

Bug #16188: Cookies not used for session under windows browsers

2002-03-20 Thread antoine
From: [EMAIL PROTECTED] Operating system: Linux (Redhat 7.2) PHP version: 4.1.2 PHP Bug Type: Session related Bug description: Cookies not used for session under windows browsers This bug happened when moving from 4.0.6 to 4.1.2. It concerns the way sessions are stored on

Bug #16189: limit in lenght of textarea from a php page

2002-03-20 Thread zrm
From: [EMAIL PROTECTED] Operating system: win2000 PHP version: 4.1.1 PHP Bug Type: Scripting Engine problem Bug description: limit in lenght of textarea from a php page When i input a long message into textarea and insert it into mysql with fields longblob from a PHP

Bug #15863 Updated: ./buildconf and ./configure fail

2002-03-20 Thread wloske
ID: 15863 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Compile Failure Operating System: Linux 2.4.10 PHP Version: 4.1.2 New Comment: I am sorry but this is a freshly installed SUSE 7.2 box and the

Bug #16172 Updated: mail() bug

2002-03-20 Thread yaniv
ID: 16172 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Mail related Operating System: Windows 2000 server PHP Version: 4.1.2 New Comment: ok, you guys where right thanks for the quick response This

Bug #16190: DBM Support on Windows truncates values

2002-03-20 Thread holler
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.1.2 PHP Bug Type: DBM/DBA related Bug description: DBM Support on Windows truncates values The DBM-Functions on Windows truncates the values (cuts 1. char) excamplecode: ?php $d =

Bug #16190 Updated: DBM Support on Windows truncates values

2002-03-20 Thread holler
ID: 16190 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: DBM/DBA related Operating System: Windows 2000 PHP Version: 4.1.2 New Comment: The DBM-Functions on Windows truncates the values (cuts 1. char)

Bug #16102 Updated: 1 session variables not getting set correctly

2002-03-20 Thread j . sejournet
ID: 16102 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Session related Operating System: Windows 2000/XP PHP Version: 4.1.2 New Comment: Using session_start() and setting

Bug #16191: Warning while running configure script

2002-03-20 Thread willem . vanpelt
From: [EMAIL PROTECTED] Operating system: HP-UX 11.00 PHP version: 4.1.2 PHP Bug Type: *Compile Issues Bug description: Warning while running configure script While running the configure command, I spotted the following messages: [stuff deleted] checking for

Bug #16191 Updated: Warning while running configure script

2002-03-20 Thread sander
ID: 16191 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: *Compile Issues Operating System: HP-UX 11.00 PHP Version: 4.1.2 New Comment: This might have been fixed already. Can

Bug #16189 Updated: limit in lenght of textarea from a php page

2002-03-20 Thread sander
ID: 16189 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Scripting Engine problem Operating System: win2000 PHP Version: 4.1.1 New Comment: The bug system is not the appropriate

Bug #16188 Updated: Cookies not used for session under windows browsers

2002-03-20 Thread sander
ID: 16188 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Session related Operating System: Linux (Redhat 7.2) PHP Version: 4.1.2 New Comment: The bug system is not the

Bug #15613 Updated: readfile doesn't work correctly with WIndows XP

2002-03-20 Thread khoukaz
ID: 15613 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Output Control Operating System: Windows XP (Professional) PHP Version: 4.1.1 New Comment: Yes, you are right. If i

Bug #14222 Updated: PHP Crashes with weird output often

2002-03-20 Thread greg . burri
ID: 14222 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: Windows XP Pro PHP Version: 4.1.1 New Comment: I have find a solution : I have activates gzip compression (see

Bug #15613 Updated: readfile doesn't work correctly with WIndows XP

2002-03-20 Thread wez
ID: 15613 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Critical Bug Type: Output Control Operating System: Windows XP (Professional) PHP Version: 4.1.1 New Comment: I think the bug *may* be a

Bug #15792 Updated: sapi_apache2.c:247

2002-03-20 Thread bugs
ID: 15792 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: GNU/Linux PHP Version: 4.1.2 New Comment: I just want to say I got this same error and I have Mandrake 8.1.

Bug #16191 Updated: Warning while running configure script

2002-03-20 Thread sniper
ID: 16191 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Closed -Bug Type: *Compile Issues +Bug Type: *Configuration Issues Operating System: HP-UX 11.00 PHP Version: 4.1.2 New

Bug #15792 Updated: sapi_apache2.c:247

2002-03-20 Thread sniper
ID: 15792 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: GNU/Linux PHP Version: 4.1.2 New Comment: Try latest CVS snapshot from

Bug #16121 Updated: fsockopen can't handle unix sockets created in abstract namespace

2002-03-20 Thread mathias
ID: 16121 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Sockets related Operating System: any PHP Version: 4.0.6 Assigned To: wez New Comment: Great, that you are going to integrate something

Bug #12451 Updated: compilation halts on libmysql extension

2002-03-20 Thread frodo
ID: 12451 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: MySQL related Operating System: Linux 2.4.7 PHP Version: 4.0.6 New Comment: This bug is openned again... In PHP 4.1.2 with manualy recompiled

Bug #16192: trouble with binaries installation

2002-03-20 Thread ehesry
From: [EMAIL PROTECTED] Operating system: windows PHP version: 4.1.2 PHP Bug Type: *General Issues Bug description: trouble with binaries installation Hi ! i have a little problem with PHP 4.1.2 zip package for windows. My installation is with apache 1.3.23 and php

Bug #12451 Updated: compilation halts on libmysql extension

2002-03-20 Thread sniper
ID: 12451 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Closed +Status: Feedback Bug Type: MySQL related Operating System: Linux 2.4.7 PHP Version: 4.0.6 New Comment: Could you please try the very latest

Bug #8874 Updated: ftp_nlist and rawlist not working

2002-03-20 Thread ryan
ID: 8874 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: FTP related Operating System: Windows 2000 Advanced Server PHP Version: 4.0.4 New Comment: This bug *is* present in 4.1.1 and 4.1.2, and I've

Bug #15831 Updated: function ftp_nlist() returns anything

2002-03-20 Thread ryan
ID: 15831 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: IIS related Operating System: Windows 2000 Server PHP Version: 4.1.1 New Comment: This *is* a valid bug that I have reproduced myself in the

Bug #16196: Win32 Binary for 4.1.2 reports 4.1.3-dev in apache server signature/header

2002-03-20 Thread evan
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.1.2 PHP Bug Type: *General Issues Bug description: Win32 Binary for 4.1.2 reports 4.1.3-dev in apache server signature/header I have apache 1.3.23, and recently upgraded to what i thought to be php

Bug #16196 Updated: Win32 Binary for 4.1.2 reports 4.1.3-dev in apache server signature/header

2002-03-20 Thread sniper
ID: 16196 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: *General Issues Operating System: Windows 2000 PHP Version: 4.1.2 New Comment: not a bug Previous Comments:

Bug #16059 Updated: bad root php directory

2002-03-20 Thread kifux
ID: 16059 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows 2000 Professionnal PHP Version: 4.1.2 New Comment: All Script using MySQL on php 4.1.2 bug.. and

Bug #16199: Loop not looping

2002-03-20 Thread paul79
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.5 PHP version: 4.1.2 PHP Bug Type: Scripting Engine problem Bug description: Loop not looping Please see below. I have included all information possible that could be of assistance. This looks possibly like, the array is

Bug #16199 Updated: Loop not looping

2002-03-20 Thread cnewbill
ID: 16199 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Scripting Engine problem Operating System: FreeBSD 4.5 PHP Version: 4.1.2 New Comment: Can't reproduce on Linux using

Bug #15568 Updated: ImageTTFText doesn't work in 4.1.1

2002-03-20 Thread matt
ID: 15568 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: GD related Operating System: Linux PHP Version: 4.1.1 New Comment: Just tried using 4.2.0RC1 on Win2K/Apache - seems to be working fine.

Bug #16198 Updated: appending of 5 bytes to HTTP header off any php page

2002-03-20 Thread derick
ID: 16198 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Output Control Operating System: linux (rh 7.1/7.2) PHP Version: 4.1.2 New Comment: Can you please check if

Bug #15568 Updated: ImageTTFText doesn't work in 4.1.1

2002-03-20 Thread derick
ID: 15568 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: GD related Operating System: Linux PHP Version: 4.1.1 New Comment: Closing then Previous Comments:

Bug #15613 Updated: readfile doesn't work correctly with WIndows XP

2002-03-20 Thread khoukaz
ID: 15613 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Output Control Operating System: Windows XP (Professional) PHP Version: 4.1.1 New Comment: Yes, i have tested the script on Win NT and

Bug #15603 Updated: PHP output sometimes doesn't follow HTML 4.01 standards.

2002-03-20 Thread sniper
ID: 15603 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: No Feedback +Status: Bogus Bug Type: Documentation problem Operating System: Linux PHP Version: 4.0.5 New Comment: This is not a bug. There is an

Bug #15603 Updated: PHP output sometimes doesn't follow HTML 4.01 standards.

2002-03-20 Thread sniper
ID: 15603 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Analyzed Bug Type: Documentation problem Operating System: Linux PHP Version: 4.0.5 New Comment: Duh..I should have read my own comment

Bug #16187 Updated: mysql_fetch_object docs

2002-03-20 Thread sander
ID: 16187 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type:Documentation problem PHP Version: 4.1.2 New Comment: The bug system is not the appropriate forum for asking support questions. For a list of a range of more

Bug #16187 Updated: mysql_fetch_object docs

2002-03-20 Thread manuzhai
ID: 16187 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open Bug Type:Documentation problem PHP Version: 4.1.2 New Comment: Did you read the code at all? It is a documentation problem, not more, not less. How would the

Bug #16187 Updated: mysql_fetch_object docs

2002-03-20 Thread alindeman
ID: 16187 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type:Documentation problem PHP Version: 4.1.2 New Comment: I guess see what you're saying. The documentation kind of contradicts itself. Now, which part is wrong? Previous

Bug #16187 Updated: mysql_fetch_object docs

2002-03-20 Thread cnewbill
ID: 16187 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: 4.1.2 New Comment: Fixed in CVS. Previous Comments: