[PHP-DEV] Bug #15457 Updated: session_start() segfaults when using mm as handler

2002-02-08 Thread yohgaki
ID: 15457 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Session related Operating System: linux 2.4.8 PHP Version: 4.1.1 New Comment: Just a additional note. mm save handler is somewhat broken. I ma

[PHP-DEV] Bug #15110 Updated: session_start()

2002-02-08 Thread yohgaki
ID: 15110 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Linux PHP Version: 4.1.1 New Comment: If you have your own save handler functions, you can do what ever you

[PHP-DEV] Bug #15439 Updated: PHP hangs web server when started

2002-02-07 Thread yohgaki
ID: 15439 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: iPlanet related Operating System: AIX 4.3.3 PHP Version: 4.0.6 New Comment: The version of PHP that this bug was reported

[PHP-DEV] Bug #15435 Updated: unterminated string constant

2002-02-07 Thread yohgaki
ID: 15435 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Output Control Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: The bug system is not the appropriate forum

[PHP-DEV] Bug #15434 Updated: unterminated string constant

2002-02-07 Thread yohgaki
ID: 15434 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Output Control Operating System: Windows 2000 PHP Version: 4.1.1 New Comment: The bug system is not the appropriate forum for asking support quest

[PHP-DEV] Bug #6121 Updated: Transparent Session ID doesn't pick up redirects

2002-02-07 Thread yohgaki
rsion: 4.0.1 Assigned To: sas New Comment: This issue will not be able to be fixed by PHP. Some browser does not set cookie for initial request. To make sure cookie is enabled _always_, user must check it first. http://www.zend.com/search_code_author.php?author=yohgaki Use se

[PHP-DEV] Bug #14636 Updated: Session variables are lost when redirecting to a url using header() function.

2002-02-07 Thread yohgaki
able to be fixed by PHP. Some browser does not set cookie for initial request. To make sure cookie is enabled _always_, user must check it first. http://www.zend.com/search_code_author.php?author=yohgaki Use session helper html or other people post without JavaScript version. Previous

[PHP-DEV] Bug #14928 Updated: Session variables are lost when using header() redirection(identical to #14636)

2002-02-07 Thread yohgaki
fixed by PHP. Some browser does not set cookie for initial request. To make sure cookie is enabled _always_, user must check it first. http://www.zend.com/search_code_author.php?author=yohgaki Use session helper html or other people post without JavaScript version. Previous Comments

[PHP-DEV] Bug #15428 Updated: Session does not allow to update variables

2002-02-07 Thread yohgaki
ID: 15428 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Session related Operating System: FreeBSD PHP Version: 4.1.1 New Comment: Short complete script and session realated in

[PHP-DEV] Bug #15251 Updated: Cannot upload one file but two files

2002-02-07 Thread yohgaki
-07 -Assigned To: +Assigned To: yohgaki New Comment: I forgot to memtion apache error log with a single file upload Unknown(0) : Warning - No file uploaded BTW, I usually test both IE and Mozilla(Linux) latest The same result. Assign to me for now. Previous Comments

[PHP-DEV] Bug #15251 Updated: Cannot upload one but two files

2002-02-07 Thread yohgaki
ID: 15251 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Closed +Status: Critical Bug Type: HTTP related Operating System: Linux PHP Version: 4.2.0 2002-02-07 New Comment: Oops. Problem still exists :( Previ

[PHP-DEV] Bug #15251 Updated: Cannot upload one but two files

2002-02-07 Thread yohgaki
ID: 15251 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Critical +Status: Closed Bug Type: HTTP related Operating System: Linux -PHP Version: 4.0CVS-2002-01-2 +PHP Version: 4.2.0 2002-02-07 New Comment: I

[PHP-DEV] Bug #15110 Updated: session_start()

2002-02-07 Thread yohgaki
ID: 15110 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Linux PHP Version: 4.1.1 New Comment: This is due to implementation difference by nature. "files" save hand

[PHP-DEV] Bug #14226 Updated: multiple ob_end_clean() problem

2002-02-06 Thread yohgaki
/4.2.0 Assigned To: yohgaki New Comment: To fix this bug, buffer state managment for each outout buffer is requried. - Is started? - Is deletable after buffering is started? for internal buffers. (zlib.compression namely) I can add new parameter, deletable or not, to ob_start() for user

[PHP-DEV] Bug #12227 Updated: Over writing output buffer and returning it causes segfault

2002-02-06 Thread yohgaki
To: yohgaki New Comment: Anyone who are interested in this problem. here is a patch for this problem. This should solve unwanted free for this specific case. Question is do we really want this? Index: main/output.c === RCS

[PHP-DEV] Bug #15415 Updated: [VOTE] case sensitive function/class names for PHP5

2002-02-06 Thread yohgaki
ID: 15415 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: ANY PHP Version: PHP 5.0 New Comment: s/fat/far/g Previous Comments: --

[PHP-DEV] Bug #15415 Updated: [VOTE] case sensitive function/class names for PHP5

2002-02-06 Thread yohgaki
ID: 15415 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: ANY PHP Version: PHP 5.0 New Comment: Since Andi said that in Zend Engine 2. Looks like most people do

[PHP-DEV] Bug #15086 Updated: trans sid still doesn't work with zlib.compression or ob_gzhandler (PHP 4.1.1)

2002-02-06 Thread yohgaki
ystem: Debian PHP Version: 4.1.1 Assigned To: yohgaki New Comment: > User should make sure *not* to use session auto start to make trans sid > when zlib.ouput compression is enabled. should be User should make sure *not* to use session auto start to make trans si

[PHP-DEV] Bug #15086 Updated: trans sid still doesn't work with zlib.compression or ob_gzhandler (PHP 4.1.1)

2002-02-06 Thread yohgaki
Type: Session related Operating System: Debian PHP Version: 4.1.1 Assigned To: yohgaki New Comment: Note to this report. The reason trans sid does not work is related to output handler registration order. This is not a simple fix at all. (I might set status to Suspended) User s

[PHP-DEV] Bug #15245 Updated: HTML output is corrupted unless implicit_flush turned on

2002-02-06 Thread yohgaki
: yohgaki New Comment: I found why you get corrupted output w/o ob_implicit_flush. PHP was removing the last buffer enabled, I fixed this. Therefore, real problem should be the last buffer you've enabled. Could you locate the last buffer? If it's a you buffer wrtten in PHP, I need only

[PHP-DEV] Bug #15178 Updated: ob_implicit_flush is broken

2002-02-06 Thread yohgaki
ID: 15178 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type: Output Control Operating System: Linux PHP Version: 4.0CVS-2002-01-2 Assigned To: yohgaki New Comment: This

[PHP-DEV] Bug #15415 Updated: [VOTE] case sensitive function/class names for PHP5

2002-02-06 Thread yohgaki
ID: 15415 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: ANY -PHP Version: 4.1.1 +PHP Version: PHP 5.0 -- Edit this bug report at http://bugs.php.net/?id=15415

[PHP-DEV] Bug #15415: [VOTE] case sensitive function/class names for PHP5

2002-02-06 Thread yohgaki
From: [EMAIL PROTECTED] Operating system: ANY PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: [VOTE] case sensitive function/class names for PHP5 Please vote "YES" if you *LIKE* case sensitive function/class/constant names under PHP5. Please vote

[PHP-DEV] Bug #15402 Updated: include of parent class

2002-02-06 Thread yohgaki
ID: 15402 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open Bug Type: Class/Object related Operating System: SuSE 7.2 PHP Version: 4.1.1 New Comment: It works ok to me, that's the reason why I

[PHP-DEV] Bug #15110 Updated: session_start()

2002-02-06 Thread yohgaki
ID: 15110 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open -Bug Type: Session related +Bug Type: Documentation problem Operating System: Linux PHP Version: 4.1.1 New Comment: I woul

[PHP-DEV] Bug #15402 Updated: include of parent class

2002-02-06 Thread yohgaki
ID: 15402 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Class/Object related Operating System: SuSE 7.2 PHP Version: 4.1.1 New Comment: The bug system is not the appropriate foru

[PHP-DEV] Bug #15401 Updated: include of parent class

2002-02-06 Thread yohgaki
ID: 15401 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Class/Object related Operating System: SuSE 7.2 PHP Version: 4.1.1 New Comment: The bug system is not the appropriate foru

[PHP-DEV] Bug #14529 Updated: script doesn't always finish output

2002-02-05 Thread yohgaki
ID: 14529 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Output Control Operating System: Linux RH 7.2 PHP Version: 4.1.1 New Comment: To properly diagnose this bug, we need a

[PHP-DEV] Bug #15246 Updated: Not buffering causes IE refreshing madness!!

2002-02-05 Thread yohgaki
ID: 15246 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Output Control Operating System: Win XP Pro PHP Version: 4.0.6 New Comment: The version of PHP that this bug was reported

[PHP-DEV] Bug #15178 Updated: ob_implicit_flush is broken

2002-02-05 Thread yohgaki
: yohgaki New Comment: It's broken for sure ;) Previous Comments: [2002-02-02 00:10:35] [EMAIL PROTECTED] Thanks, I'll check it again.

[PHP-DEV] Bug #15086 Updated: trans sid still doesn't work with zlib.compression or ob_gzhandler (PHP 4.1.1)

2002-02-05 Thread yohgaki
utput Control Operating System: Debian PHP Version: 4.1.1 -Assigned To: +Assigned To: yohgaki -- Edit this bug report at http://bugs.php.net/?id=15086&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bug #14529 Updated: script doesn't always finish output

2002-02-05 Thread yohgaki
ID: 14529 Updated by: [EMAIL PROTECTED] -Summary: script doesn't always finish output Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Output Control Operating System: Linux RH 7.2 PHP Version: 4.1.1 New Comment: And what h

[PHP-DEV] Bug #14529 Updated: script doesn't always finish output

2002-02-05 Thread yohgaki
ID: 14529 Updated by: [EMAIL PROTECTED] -Summary: script doesn't always finish output Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Output Control Operating System: Linux RH 7.2 PHP Version: 4.1.1

[PHP-DEV] Bug #13933 Updated: error_log and HTTP redirect using header conflict

2002-02-05 Thread yohgaki
ID: 13933 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type: Output Control Operating System: Windows NT4 SP6 PHP Version: 4.0.6 Assigned To: yohgaki New Comment: This bug

[PHP-DEV] Bug #13341 Updated: Seffault in outputbuffers

2002-02-05 Thread yohgaki
ID: 13341 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Analyzed +Status: Duplicate Bug Type: Output Control Operating System: linux PHP Version: 4.0.6 Assigned To: yohgaki New Comment: Dup 12227

[PHP-DEV] Bug #12227 Updated: Over writing output buffer causes segfault

2002-02-05 Thread yohgaki
Version: 4.0.6 +PHP Version: 4.2.0-dev Assigned To: yohgaki New Comment: Easy one to fix :) )/e", "parse(\"\\1\")", $buffer); return $buffer; } ?> /home/yohgaki/public_html/bugs/12227/bug.php(9) : Warning - String is not zer

[PHP-DEV] Bug #15394 Updated: Printed errors have tags, not

2002-02-05 Thread yohgaki
ID: 15394 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open -Bug Type: Output Control +Bug Type: Scripting Engine problem Operating System: Windows (all?) PHP Version: 4.1.1 New Comment: I think this error come

[PHP-DEV] Bug #15380 Updated: Invalid Type Conversion In XOR Operand

2002-02-05 Thread yohgaki
ID: 15380 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Critical -Bug Type: Math related +Bug Type: Scripting Engine problem -Operating System: Linux/Windows May be all +Operating System: ANY -PHP

[PHP-DEV] Bug #14924 Updated: The POSIX access(2) function is not available

2002-02-04 Thread yohgaki
ID: 14924 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: Feature/Change Request Operating System: Linux 2.4.17, Debian unstable PHP Version: 4.1.0 -Assigned To: kk +Assigned To: yohgaki

[PHP-DEV] Bug #15251 Updated: Cannot upload one but two files

2002-02-04 Thread yohgaki
ID: 15251 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: HTTP related Operating System: Linux -PHP Version: 4.0CVS-2002-01-28 +PHP Version: 4.0CVS-2002-01-2 New Comment: Hmm. That's strange. One t

[PHP-DEV] Bug #14924 Updated: The POSIX access(2) function is not available

2002-02-04 Thread yohgaki
ID: 14924 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned -Bug Type: POSIX related +Bug Type: Feature/Change Request Operating System: Linux 2.4.17, Debian unstable PHP Version: 4.1.

[PHP-DEV] Bug #15203 Updated: ereg_replace fails on strings containing backslashes

2002-02-03 Thread yohgaki
ID: 15203 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: POSIX related Operating System: FreeBSD 4.2 PHP Version: 4.0.5 New Comment: The version of PHP that this bug was reported

[PHP-DEV] Bug #12523 Updated: posix_getgrgid won't work as documented

2002-02-03 Thread yohgaki
ID: 12523 Updated by: [EMAIL PROTECTED] -Summary: posix_getgrgid won't work as documented Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: POSIX related Operating System: linux PHP Version: 4.0.6 New Com

[PHP-DEV] Bug #12465 Updated: posix_* issuing Warnings, no error code.

2002-02-03 Thread yohgaki
ID: 12465 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: POSIX related Operating System: Linux PHP Version: 4.0.6 New Comment: It returns false. You need to get rid of error messa

[PHP-DEV] Bug #12025 Updated: posix_getgrnam() failed

2002-02-03 Thread yohgaki
ID: 12025 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: POSIX related Operating System: Debian Gnu/Linux Unstable PHP Version: 4.0.6 New Comment: Works for me with 4.2.0-dev/Lin

[PHP-DEV] Bug #15102 Updated: Upload fails (internal error 500)

2002-02-03 Thread yohgaki
ID: 15102 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Red Hat 7.2 PHP Version: 4.0.6 New Comment: Could you check if this problem is in

[PHP-DEV] Bug #13136 Updated: Crash on shutdown when ODBC connection still open

2002-02-03 Thread yohgaki
ID: 13136 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Win2000 SP2 PHP Version: 4.0.6 New Comment: Could you update PHP version that you'

[PHP-DEV] Bug #14146 Updated: Compiles fine, but PHP binary and module just exit

2002-02-03 Thread yohgaki
ID: 14146 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Reproducible crash Operating System: AIX PHP Version: 4.0.6 New Comment: The version of PHP that this bug was reported in

[PHP-DEV] Bug #13898 Updated: Pb with Apache

2002-02-03 Thread yohgaki
ID: 13898 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: XP Pro PHP Version: 4.0.6 New Comment: It seems it's configuration issue (i.e. Not

[PHP-DEV] Bug #13437 Updated: PHP cores on exit; memory deallocation problem?

2002-02-03 Thread yohgaki
ID: 13437 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Reproducible crash Operating System: Linux & Solaris PHP Version: 4.1RC5 New Comment: The version of PHP that this bug was

[PHP-DEV] Bug #13425 Updated: invalid page fault in module PHP4TS.DLL

2002-02-03 Thread yohgaki
ID: 13425 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Reproducible crash Operating System: Windows 98 SE PHP Version: 4.0.6 New Comment: The version of PHP that this bug was re

[PHP-DEV] Bug #13325 Updated: php_printer.dll causes Access violation in php4ts.dll

2002-02-03 Thread yohgaki
ID: 13325 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Reproducible crash Operating System: Windows 2000, SP2, all updates PHP Version: 4.0CVS-2001-09-15 New Comment: The versio

[PHP-DEV] Bug #13034 Updated: Apache segfaults when acessing certain scripts

2002-02-03 Thread yohgaki
ID: 13034 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: RedHat Linux 7.0. -PHP Version: 4.0.6 +PHP Version: 4.1.1 New Comment: Could y

[PHP-DEV] Bug #12748 Updated: changing allow_url_fopen from "off" to "on" crashes fopen()

2002-02-03 Thread yohgaki
ID: 12748 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Reproducible crash Operating System: redhat-7.1b PHP Version: 4.0.6 New Comment: The version of PHP that this bug was repo

[PHP-DEV] Bug #12717 Updated: apache 1.3.20 with PHP 4.0.6 and oci8 DSO crashes on startup

2002-02-03 Thread yohgaki
ID: 12717 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Closed +Status: Bogus Bug Type: Reproducible crash Operating System: Compaq Tru64 UNIX V5.1 PHP Version: 4.0.6 New Comment: The version of PHP that this

[PHP-DEV] Bug #12717 Updated: apache 1.3.20 with PHP 4.0.6 and oci8 DSO crashes on startup

2002-02-03 Thread yohgaki
ID: 12717 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Reproducible crash Operating System: Compaq Tru64 UNIX V5.1 PHP Version: 4.0.6 New Comment: This bug has been fixed in CV

[PHP-DEV] Bug #12620 Updated: PHP.exe is causing access violations when shutting down

2002-02-03 Thread yohgaki
ID: 12620 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Reproducible crash Operating System: Windows NT 4 Server PHP Version: 4.0.6 New Comment: The version of PHP that this bug

[PHP-DEV] Bug #12408 Updated: Premature end of script headers - again

2002-02-03 Thread yohgaki
ID: 12408 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Reproducible crash Operating System: Win98 PHP Version: 4.0.6 New Comment: The bug system is not the appropriate forum for

[PHP-DEV] Bug #12262 Updated: php.exe - Entry Point Not Found

2002-02-03 Thread yohgaki
ID: 12262 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Reproducible crash Operating System: Windows 2000 Server, IIS5.0 PHP Version: 4.0.6 New Comment: The version of PHP that t

[PHP-DEV] Bug #12198 Updated: Problem with recursive function - only works if I echo something in it

2002-02-03 Thread yohgaki
ID: 12198 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Reproducible crash Operating System: WINDOWS NT PHP Version: 4.0.6 New Comment: The version of PHP that this bug was repor

[PHP-DEV] Bug #12144 Updated: Error in execution operator (`dir .\*.*`)

2002-02-03 Thread yohgaki
ID: 12144 Updated by: [EMAIL PROTECTED] -Summary: Error in execution operator (`dir .\*.*`) Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Reproducible crash Operating System: Windows NT Server 4 PHP Versio

[PHP-DEV] Bug #15293 Updated: Incorrect brackets in strlen crashes server

2002-02-03 Thread yohgaki
ID: 15293 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Linux 2.2.14-5.0 (RedHat 6.2) PHP Version: 4.0.6 New Comment: I think you should h

[PHP-DEV] Bug #15266 Updated: segfault when CR in URL and no CR in body

2002-02-03 Thread yohgaki
ID: 15266 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Linux PHP Version: 4.1.1 New Comment: To properly diagnose this bug, we need a bac

[PHP-DEV] Bug #15247 Updated: preg_match('/(.|\n)*/',$a,$b) crashes

2002-02-03 Thread yohgaki
ID: 15247 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Reproducible crash Operating System: Win98 PHP Version: 4.0.6 New Comment: The version of PHP that this bug was reported i

[PHP-DEV] Bug #15339 Updated: can not run test program while cross compiling

2002-02-03 Thread yohgaki
ID: 15339 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: RedHat 7.1 PHP Version: 4.1.1 New Comment: Try "./buildconf" in PHP source root. You

[PHP-DEV] Bug #14636 Updated: Session variables are lost when redirecting to a url using header() function.

2002-02-03 Thread yohgaki
ID: 14636 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Feedback Bug Type: Session related Operating System: windows 2000 professional PHP Version: 4.0.6 Assigned To: yohgaki New

[PHP-DEV] Bug #15339 Updated: can not run test program while cross compiling

2002-02-03 Thread yohgaki
ID: 15339 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: RedHat 7.1 PHP Version: 4.1.1 New Comment: I don't have problem with current CVS vers

[PHP-DEV] Bug #15168 Updated: (mm save handler) PHP segfaults saving sessions-vars

2002-02-03 Thread yohgaki
ID: 15168 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Analyzed +Status: Assigned Bug Type: Session related Operating System: SuSE 7.3 /2.4.10 PHP Version: 4.1.1 Assigned To: yohgaki Previous Comments

[PHP-DEV] Bug #12270 Updated: php4ts.dll crashes due to null-pointer assignment on shutdown

2002-02-03 Thread yohgaki
ID: 12270 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Analyzed +Status: Feedback Bug Type: Reproducible crash Operating System: Win32 PHP Version: 4.0.6 New Comment: Could you try 4.1.1? Previous Commen

[PHP-DEV] Bug #13341 Updated: Seffault in outputbuffers

2002-02-03 Thread yohgaki
ID: 13341 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Analyzed -Bug Type: Reproducible crash +Bug Type: Output Control Operating System: linux PHP Version: 4.0.6 Assigned To: yohgaki Previous Comments

[PHP-DEV] Bug #14232 Updated: Crash of session_start() when client disables cookies and sends a form

2002-02-03 Thread yohgaki
ID: 14232 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Assigned -Bug Type: Reproducible crash +Bug Type: Session related Operating System: Win2000;Win98 PHP Version: 4.0.6 Assigned To: yohgaki Previous

[PHP-DEV] Bug #14986 Updated: Cannot find serialization handler wddx

2002-02-03 Thread yohgaki
: +Assigned To: yohgaki Previous Comments: [2002-01-10 19:28:01] [EMAIL PROTECTED] I recently upgraded to 4.1.1 and everything is running fine under Linux but PHP generates this message under windows: [10-Jan-2002

[PHP-DEV] Bug #15254 Updated: modules are unloaded in the wrong order

2002-02-03 Thread yohgaki
ID: 15254 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Linux, Solaris and win32 PHP Version: 4.1.1 New Comment: Not only for unloading, but also loading modules have

[PHP-DEV] Bug #15359 Updated: php crashes if temp dir does not exist

2002-02-03 Thread yohgaki
ID: 15359 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Assigned -Bug Type: Reproducible crash +Bug Type: Session related Operating System: winxp pro PHP Version: 4.1.1 Assigned To: yohgaki Previous

[PHP-DEV] Bug #14880 Updated: _SESSION will NOT automatically register it as a session variable

2002-02-03 Thread yohgaki
ID: 14880 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Session related Operating System: Debian 3.0 (Woody) PHP Version: 4.1.0 New Comment: To reporter: Just a reminder. Plea

[PHP-DEV] Bug #15168 Updated: (mm save handler) PHP segfaults saving sessions-vars

2002-02-03 Thread yohgaki
-Assigned To: +Assigned To: yohgaki New Comment: Will be fixed soon. Previous Comments: [2002-02-02 22:21:52] [EMAIL PROTECTED] Changed summay (Added "mm save ha

[PHP-DEV] Bug #14080 Updated: (trans sid bug) The doubledoublequote strikes again

2002-02-03 Thread yohgaki
ID: 14080 Updated by: [EMAIL PROTECTED] -Summary: The doubledoublequote strikes again Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Session related -Operating System: FreeBSD 4.4 +Operating System: ANY PHP Version: 4.2.0-de

[PHP-DEV] Bug #8545 Updated: Session variables not carried forward in Netscape Client

2002-02-03 Thread yohgaki
ID: 8545 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Analyzed +Status: Feedback Bug Type: Session related Operating System: Linux RH 6.2 PHP Version: 4.0.6RC3 New Comment: To reporter: Is this bug still in

[PHP-DEV] Bug #15096 Updated: Sessions with null session ID in the cookie crash PHP

2002-02-03 Thread yohgaki
: yohgaki New Comment: I haven't look a this report closely, but the backtrace is similar to that I've seen. It may be fixed by my patch. Assigned to me for now. Previous Comments: [2002-01-18 10:07:10] [EMAIL

[PHP-DEV] Bug #15041 Updated: mm save handler does not work

2002-02-03 Thread yohgaki
: yohgaki New Comment: Will be fixed Previous Comments: [2002-01-15 04:46:59] [EMAIL PROTECTED] PS(http_session_vars) is null and PHP cannot save data when PS_WRITE_FUNC is called. PHP may crash under certain condition. Problem

[PHP-DEV] Bug #15039 Updated: sticky save handler module setting

2002-02-03 Thread yohgaki
: yohgaki New Comment: Will be fixed Previous Comments: [2002-01-15 01:53:48] [EMAIL PROTECTED] When session save handler module is specified with session_module_name(), the setting became sticky. (i.e. the last specified save

[PHP-DEV] Bug #15219 Updated: IE 6.0 and Cookies doesn't work

2002-02-03 Thread yohgaki
ID: 15219 Updated by: [EMAIL PROTECTED] -Summary: IE 6.0 and Cookies doesn't work Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Session related Operating System: Win 2000 PHP Version: 4.1.1 New Com

[PHP-DEV] Bug #13182 Updated: session_start() can't create a _new_ session control file.

2002-02-03 Thread yohgaki
PHP Version: 4.1.1 -Assigned To: +Assigned To: yohgaki New Comment: This my be fixed by my patch. (Session module was trying to open exlusively more than once) Previous Comments: [2002-01-15 04:20:40] [

[PHP-DEV] Bug #14628 Updated: Session functions block on lock

2002-02-03 Thread yohgaki
ID: 14628 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type: Session related Operating System: Linux PHP Version: 4.1.0 -Assigned To: +Assigned To: yohgaki New Comment

[PHP-DEV] Bug #14950 Updated: __sleep() and __wakeup() fail

2002-02-03 Thread yohgaki
: yohgaki New Comment: This will be next my target to fix :) Previous Comments: [2002-01-09 10:38:21] [EMAIL PROTECTED] Forgot to tell : asking for .phps will show you the source in the /test/session/ directory

[PHP-DEV] Bug #15015 Updated: Session function don't work with PHP loadable module

2002-02-03 Thread yohgaki
ID: 15015 Updated by: [EMAIL PROTECTED] -Summary: Session function don't work with PHP loadable module Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Session related Operating System: Windows 2000 Pro sr1

[PHP-DEV] Bug #15158 Updated: Session get replaced when moving to other domain

2002-02-03 Thread yohgaki
ID: 15158 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Session related Operating System: RH7.1 PHP Version: 4.1.1 New Comment: Cookie will not be sent if domain is changed. = N

[PHP-DEV] Bug #15322 Updated: php.ini : session.use_trans_sid=0 disables session-id creation too

2002-02-03 Thread yohgaki
ID: 15322 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Session related Operating System: SuSe 7.3 PHP Version: 4.1.1 New Comment: Current code does not set SID when trans sid

[PHP-DEV] Bug #15359 Updated: php crashes if temp dir does not exist

2002-02-03 Thread yohgaki
ID: 15359 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type: Reproducible crash Operating System: winxp pro PHP Version: 4.1.1 -Assigned To: +Assigned To: yohgaki New

[PHP-DEV] Bug #15350 Updated: Apache crashes when using PHP's magical __sleep() function

2002-02-03 Thread yohgaki
ssion related Operating System: Win 2k PHP Version: 4.1.0 -Assigned To: +Assigned To: yohgaki New Comment: Please search bug db at first :) It's already reported. Previous Comments: [2002-02-03 06:53:

[PHP-DEV] Bug #14232 Updated: Crash of session_start() when client disables cookies and sends a form

2002-02-03 Thread yohgaki
ID: 14232 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: Reproducible crash Operating System: Win2000;Win98 PHP Version: 4.0.6 Old Assigned To: Assigned To: yohgaki New Comment: It should be fixed by my patch. Assigned to me for now

[PHP-DEV] Bug #15276 Updated: Error with unset();

2002-02-02 Thread yohgaki
ID: 15276 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: RedHat 7.1 PHP Version: 4.1.1 New Comment: Use session module as current manual explains. Your script does not work as you expected. You are not su

[PHP-DEV] Bug #15308 Updated: Segfault when the string which contains '_' in session name is specified.

2002-02-02 Thread yohgaki
ID: 15308 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Session related Operating System: any PHP Version: 4.2.0-dev New Comment: This bug has been fixed in CVS. Previous Comments:

[PHP-DEV] Bug #15168 Updated: PHP segfaults saving sessions-vars (mm save handler)

2002-02-02 Thread yohgaki
ID: 15168 Updated by: [EMAIL PROTECTED] Old Summary: PHP segfaults saving sessions-vars Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Session related Operating System: SuSE 7.3 /2.4.10 PHP Version: 4.1.1 New Comment: Changed summay (Added "mm save handler") Previous Comments: --

[PHP-DEV] Bug #15004 Updated: Returnning FAILURE in read/write funtion will cause segfault

2002-02-02 Thread yohgaki
ID: 15004 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Session related Operating System: Linux PHP Version: 4.0CVS-2002-01-11 New Comment: This bug has been fixed in CVS. Previous Comments: --

[PHP-DEV] Bug #14497 Updated: PHP causes segfault when session handler=user

2002-02-02 Thread yohgaki
ID: 14497 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: Session related Operating System: FreeBSD 4.4-Stable PHP Version: 4.1.0, 4-200112131200 Assigned To: yohgaki New Comment: This bug has been fixed in CVS. Previous Comments

[PHP-DEV] Bug #14453 Updated: session_start() provokes a crash of php/apache

2002-02-02 Thread yohgaki
ID: 14453 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Critical Bug Type: Session related Operating System: win2k PHP Version: 4.1.0 New Comment: This bug has been fixed in CVS. Previous Comments:

[PHP-DEV] Bug #15167 Updated: Session_save_path in php.ini doesn't work

2002-02-02 Thread yohgaki
ID: 15167 Updated by: [EMAIL PROTECTED] Old Summary: Session_save_path in php.ini doesn't work Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: Solaris 8 PHP Version: 4.1.1 New Comment: It's most likely not a bug. Please check your config

[PHP-DEV] Bug #11921 Updated: Apache 1.3.20, mod_ssl 2.8.4, PHP 4.0.4 crashes in CGI mode

2002-02-02 Thread yohgaki
ID: 11921 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Windows 98 PHP Version: 4.0.6 New Comment: The version of PHP that this bug was reported in is too old. Please try to reproduce this bug in the latest version of PHP

[PHP-DEV] Bug #11921 Updated: Apache 1.3.20, mod_ssl 2.8.4, PHP 4.0.4 crashes in CGI mode

2002-02-02 Thread yohgaki
ID: 11921 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Windows 98 PHP Version: 4.0.6 Previous Comments: [2001-07-06 04:42:34] [EMAIL PROTECTED] T

  1   2   3   4   5   6   >