[PHP-DEV] PHP 4.0 Bug #9369: Bug in foreach, reference (See Bug ID#9365, too)

2001-02-21 Thread yohgaki
From: [EMAIL PROTECTED] Operating system: RedHat Linux7 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Bug in foreach, reference (See Bug ID#9365, too) I found other strange behaviors with much more simple scripts. It is very similar to what

[PHP-DEV] PHP 4.0 Bug #9365 Updated: Problem with muiti-byte char code set (serious)

2001-03-08 Thread yohgaki
ID: 9365 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Scripting Engine problem Description: Problem with muiti-byte char code set (serious) I thought I put some code, but there is not Anyway, I found the line causes "goto" like behaviour. It was the line to

[PHP-DEV] PHP 4.0 Bug #9641: get_required_files()/get_included_files() does not work as docuemented

2001-03-08 Thread yohgaki
From: [EMAIL PROTECTED] Operating system: RedHat7 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: get_required_files()/get_included_files() does not work as docuemented get_required_files()/get_included_files() does not work as docuemented

[PHP-DEV] PHP 4.0 Bug #9365 Updated: Problem with muiti-byte char code set (serious)

2001-03-09 Thread yohgaki
ID: 9365 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Description: Problem with muiti-byte char code set (serious) I tested with Newer Japanese Charset Handling module. = the same result. Without these modules = the same result. I was compiled in

[PHP-DEV] PHP 4.0 Bug #9365 Updated: Problem with muiti-byte char code set (serious)

2001-03-10 Thread yohgaki
ID: 9365 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Description: Problem with muiti-byte char code set (serious) At first I should correct that included file that causes this problem is only one file and returning reference from the functions does not make

[PHP-DEV] PHP 4.0 Bug #9777: Function/Class prototypes?

2001-03-15 Thread yohgaki
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: Function/Class prototypes? I think it would be nice to have function/class prototype only for while developing PHP application. (I guess developers are

[PHP-DEV] PHP 4.0 Bug #9369 Updated: Bug in foreach, reference (See Bug ID#9365, too)

2001-03-16 Thread yohgaki
ID: 9369 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Description: Bug in foreach, reference (See Bug ID#9365, too) After I upgraded my test machine's glibc and gcc, I didn't check if this bug is happen on my machine. Unfortunately it still exists.

[PHP-DEV] PHP 4.0 Bug #9983: String concatination

2001-03-25 Thread yohgaki
From: [EMAIL PROTECTED] Operating system: Linux/W2K PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: String concatination Following code, needs "()" to get expected value. $bar = true; $str = "TEST". ($bar ? 'true' : 'false') ."TEST";

[PHP-DEV] PHP 4.0 Bug #10066: Paser fails to report missing }

2001-03-29 Thread yohgaki
From: [EMAIL PROTECTED] Operating system: Linux/Windows PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Paser fails to report missing "}" PHP fails to report missing "}". I could not reproduce this problem with simpler script. However, it

[PHP-DEV] PHP 4.0 Bug #10066 Updated: Paser fails to report missing }

2001-03-29 Thread yohgaki
ID: 10066 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Scripting Engine problem Description: Paser fails to report missing "}" I should have written this. Sorry. Error reporting is E_ALL for both W2K and Linux. (I edited to get rid of comments, I might be

[PHP-DEV] PHP 4.0 Bug #10066 Updated: Paser fails to report missing }

2001-03-29 Thread yohgaki
ID: 10066 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Description: Paser fails to report missing "}" Oops, the latter one is php.ini for Linux/Apache/PHP4.0.4pl1 Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #10066 Updated: Paser fails to report missing }

2001-03-29 Thread yohgaki
ID: 10066 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Description: Paser fails to report missing "}" Sorry again, I should have mention about error log. PHP is logging parse error where it should be. It just does not show parse error on browser. Form

[PHP-DEV] PHP 4.0 Bug #10066 Updated: Paser fails to report missing }

2001-03-29 Thread yohgaki
ID: 10066 User Update by: [EMAIL PROTECTED] Old-Status: Bogus Status: Closed Bug Type: Scripting Engine problem Description: Paser fails to report missing "}" Ok for bogus. So I changed stuts to Closed. It's rather easy to find what's wrong in code even if PHP does not report parse errors on

[PHP-DEV] PHP 4.0 Bug #9369 Updated: Bug in foreach, reference (See Bug ID#9365, too)

2001-04-05 Thread yohgaki
ID: 9369 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Description: Bug in foreach, reference (See Bug ID#9365, too) I've tested against - PHP4.0.5RC1 Windows/Apache SAPI - PHP4.0.5RC6 Linux/Apache SAPI It's still there. I think this bug is better

[PHP-DEV] PHP 4.0 Bug #9641 Updated: get_required_files()/get_included_files() does not work as docuemented

2001-04-14 Thread yohgaki
ID: 9641 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Documentation problem Description: get_required_files()/get_included_files() does not work as docuemented Document is updated to reflect current PHP behavior. (Some what) Problems are still there, so I reopen

[PHP-DEV] Bug #10682: php -l display the same errors

2001-05-05 Thread yohgaki
From: [EMAIL PROTECTED] Operating system: RedHat Linux 7.0.1 PHP version: 4.0 Latest CVS (05/05/2001) PHP Bug Type: Unknown/Other Function Bug description: php -l display the same errors If I execute CGI php binary with -l option, I see the same error message 3 times in

[PHP-DEV] Bug #10995 Updated: httpd dumps core when php4 module is loaded before modssl

2001-05-21 Thread yohgaki
ID: 10995 User Update by: [EMAIL PROTECTED] Status: Open Old-Bug Type: Bug Type: Apache related Operating system: RedHat 7.0.1 PHP Version: 4.0 Latest CVS (2001-05-21) Description: httpd dumps core when php4 module is loaded before modssl Incorrect description httpd.conf (NG) must be OK.

[PHP-DEV] Bug #10995 Updated: httpd dumps core when php4 module is loaded before modssl

2001-05-21 Thread yohgaki
ID: 10995 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Apache related Operating system: RedHat 7.0.1 PHP Version: 4.0 Latest CVS (2001-05-21) Description: httpd dumps core when php4 module is loaded before modssl Since post time is so close. You probably did not

[PHP-DEV] Bug #11011: hex2bin?

2001-05-21 Thread yohgaki
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.5 PHP Bug Type: Feature/Change Request Bug description: hex2bin? Since there is bin2hex(), why not hex2bin()? (pack()/unpack() will do the job, though) -- Edit Bug report at:

[PHP-DEV] Bug #11012: httpd won't start when openssl and curl is enabled.

2001-05-21 Thread yohgaki
From: [EMAIL PROTECTED] Operating system: RedHat 7.0.1 PHP version: 4.0 Latest CVS (2001-05-22) PHP Bug Type: *Configuration Issues Bug description: httpd won't start when openssl and curl is enabled. Apache fails to load libphp4.so when openssl and cURL is enabled. It

[PHP-DEV] Bug #9983 Updated: Operator Precedence Clarification/Additions

2001-06-27 Thread yohgaki
ID: 9983 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating system: Linux/W2K PHP Version: 4.0.4pl1 Description: Operator Precedence Clarification/Additions This is a suggestion for improving the manual. (I don't mind at all if you close this :)

[PHP-DEV] Bug #12441: print line function?

2001-07-27 Thread yohgaki
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: print line function? How about to have a print function that appends newline? println('some string'); // Append \n,\r or \r\n depends on setting If

[PHP-DEV] Bug #12512: E_INFO/E_USER_INFO

2001-08-01 Thread yohgaki
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: E_INFO/E_USER_INFO I would like to treat all E_NOTICE/E_USER_NOTICE as fatal error for my applications. However, newer pgsql extension raise E_NOTICE when

[PHP-DEV] Bug #9185 Updated: postgresql backend process become stale after php page loads

2001-12-05 Thread yohgaki
ID: 9185 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: PostgreSQL related Operating System: NetBSD/Alpha 1.5.1-current PHP Version: 4.0.4pl1 New Comment: Does this happen with 4.1.0RC5? http://www.php.net/~zeev/php-4.1.0RC5.tar.gz Previous Comments

[PHP-DEV] Bug #8769 Updated: Persistent connections aren't closed when using dynamically loaded module

2001-12-05 Thread yohgaki
ID: 8769 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: PostgreSQL related Operating System: RedHat 7.0/Linux 2.2.16 x86 PHP Version: 4.0.4pl1 New Comment: Does this happen with 4.1.0RC5? http://www.php.net/~zeev/php-4.1.0RC5.tar.gz Previous Comments

[PHP-DEV] Bug #9273 Updated: feature request: pg_cancel()

2001-12-05 Thread yohgaki
ID: 9273 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: PostgreSQL related Operating System: Linux PHP Version: 4.0.4pl1 Old Assigned To: Assigned To: yohgaki New Comment: Assigned to myself. (Patch is there, but it need to discuss design is good enough or not) Sasha

[PHP-DEV] Bug #11328 Updated: can't create large object

2001-12-05 Thread yohgaki
ID: 11328 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: PostgreSQL related Operating System: Linux PHP Version: 4.0.5 New Comment: Could you try 4.1.0RC5? http://www.php.net/~zeev/php-4.1.0RC5.tar.gz Previous Comments

[PHP-DEV] Bug #8769 Updated: Persistent connections aren't closed when using dynamically loaded module

2001-12-05 Thread yohgaki
ID: 8769 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: PostgreSQL related Operating System: RedHat 7.0/Linux 2.2.16 x86 PHP Version: 4.0.4pl1 New Comment: Status = feedback Previous Comments

[PHP-DEV] Bug #12108 Updated: Unable to connect to PostgresSQL server

2001-12-05 Thread yohgaki
ID: 12108 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: PostgreSQL related Operating System: RedHat 7.1 Kernel 2.4.5 PHP Version: 4.0.5 New Comment: This does not seems to be a bug. Make sure that you have both backend and libpq supports multi-byte

[PHP-DEV] Bug #12558 Updated: pgsql connections apparently not being closed

2001-12-05 Thread yohgaki
ID: 12558 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: PostgreSQL related Operating System: linux PHP Version: 4.0.5 New Comment: Could you try 4.1.0RC5? http://www.php.net/~zeev/php-4.1.0RC5.tar.gz Previous Comments

[PHP-DEV] Bug #12920 Updated: segmentation fault in apache while executing postgresql query

2001-12-05 Thread yohgaki
ID: 12920 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: PostgreSQL related Operating System: Linux PHP Version: 4.0.6 New Comment: I think this problem is fixed. Could you try 4.1.0RC5? http://www.php.net/~zeev/php-4.1.0RC5.tar.gz Please

[PHP-DEV] Bug #13085 Updated: Apache dies at startup

2001-12-05 Thread yohgaki
ID: 13085 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: PostgreSQL related Operating System: Redhat 7.0 PHP Version: 4.0.6 New Comment: I never had problem you have. Anyway, could you try 4.1.0RC5? http://www.php.net/~zeev/php-4.1.0RC5.tar.gz

[PHP-DEV] Bug #13160 Updated: Apache fails to start, undefined symbol pg_encoding_to_char

2001-12-05 Thread yohgaki
ID: 13160 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: PostgreSQL related Operating System: Debian Linux - Potato PHP Version: 4.0.6 New Comment: This should be fixed in CVS and 4.1.0RC. Previous Comments

[PHP-DEV] Bug #13463 Updated: Persistent connections with different usernames not being reused

2001-12-05 Thread yohgaki
ID: 13463 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: PostgreSQL related Operating System: FreeBSD 4.4 PHP Version: 4.0.6 New Comment: This is a design. Connection parameters must be the same to reuse existing persistent connection. This design

[PHP-DEV] Bug #13180 Updated: Unresolved Symbols in libphp4.sl when compiling with PostgreSQL support

2001-12-05 Thread yohgaki
ID: 13180 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: PostgreSQL related Operating System: hp-ux 11 PHP Version: 4.0.6 New Comment: This should be fixed in CVS and 4.1.0RC. Previous Comments

[PHP-DEV] Bug #9185 Updated: postgresql backend process become stale after php page loads

2001-12-05 Thread yohgaki
ID: 9185 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: PostgreSQL related Operating System: NetBSD/Alpha 1.5.1-current PHP Version: 4.0.4pl1 New Comment: Status = Feedback Previous Comments

[PHP-DEV] Bug #9273 Updated: feature request: pg_cancel()

2001-12-05 Thread yohgaki
ID: 9273 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: PostgreSQL related Operating System: Linux PHP Version: 4.0.4pl1 Assigned To: yohgaki New Comment: Status = Assigned Previous Comments

[PHP-DEV] Bug #9888 Updated: Error from Apache when work with PostgreSQL

2001-12-05 Thread yohgaki
ID: 9888 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: PostgreSQL related Operating System: Win NT4.0 WS PHP Version: 4.0.4pl1 New Comment: Could you try later versions? 4.0.6 or 4.1.0RC? Previous Comments

[PHP-DEV] Bug #14168 Updated: child segfaults on php_xbithack_handler ()

2001-12-05 Thread yohgaki
ID: 14168 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: slackware linux 2.2.19 PHP Version: 4.0.6 New Comment: it works for me. Could you try 4.1.0RC5? http://www.php.net/~zeev/php-4.1.0RC5.tar.gz

[PHP-DEV] Bug #12908 Updated: zend engine patch (workaround) for some strange bug

2001-12-05 Thread yohgaki
ID: 12908 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: SuSE Linux 7.1 PHP Version: 4.0.5 New Comment: Your patch is not applied, but Could you try 4.1.0RC5? http://www.php.net/~zeev/php-4.1.0RC5.tar.gz

[PHP-DEV] Bug #12448 Updated: Disturbing memory corruption/crash

2001-12-05 Thread yohgaki
ID: 12448 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Linux 2 2.16 PHP Version: 4.0.6 New Comment: Could you try 4.1.0RC5? http://www.php.net/~zeev/php-4.1.0RC5.tar.gz Previous Comments

[PHP-DEV] Bug #13463 Updated: Persistent connections with different usernames not being reused

2001-12-05 Thread yohgaki
ID: 13463 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: PostgreSQL related Operating System: FreeBSD 4.4 PHP Version: 4.0.6 New Comment: I understand your problem, but I think resuing existing connection that has different connection parameter will be a cause

[PHP-DEV] Bug #13463 Updated: Persistent connections with different usernames not being reused

2001-12-05 Thread yohgaki
ID: 13463 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: PostgreSQL related Operating System: FreeBSD 4.4 PHP Version: 4.0.6 New Comment: Does other db module close persistent connection if number of persistent connections reache max persistent connections? Closing

[PHP-DEV] Bug #14221 Updated: Segmentation fault when using class that accesses member functions variables.

2001-12-06 Thread yohgaki
ID: 14221 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Duplicate Bug Type: Scripting Engine problem Operating System: Linux Mandrake 7.2 PHP Version: 4.0.4pl1 New Comment: Make this report a duplicate of #13703 Previous Comments

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

2001-12-06 Thread yohgaki
ID: 14232 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Win2000;Win98 PHP Version: 4.0.6 New Comment: Do you have zlib.output_compression=On or/and output_handler set? If so, what is your setting? Do you have

[PHP-DEV] Bug #14361 Updated: Unreadable PDB format

2001-12-06 Thread yohgaki
ID: 14361 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Unknown/Other Function Bug Type: Documentation problem Operating System: Palm Pilot PHP Version: 4.1.0 New Comment: Type = Documentation problem Previous Comments

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

2001-12-07 Thread yohgaki
ID: 14384 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Summary: Configuration error for apxs Status: Bogus Bug Type: *Compile Issues Old Operating System: Linux - Redhat 7.1 Operating System: Linux 2.4.4/glibc 2.2.2 Old PHP Version: 4.1.0 PHP Version: 4.1.0RC CVS (2001/12/2) New Comment

[PHP-DEV] Bug #14384 Updated: Configuration error for apxs

2001-12-07 Thread yohgaki
ID: 14384 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Summary: multiple ob_end_clean() problem Status: Bogus Bug Type: *Compile Issues Old Operating System: Linux 2.4.4/glibc 2.2.2 Operating System: Linux - Redhat 7.1 Old PHP Version: 4.1.0RC CVS (2001/12/2) PHP Version: 4.1.0 New

[PHP-DEV] Bug #14420 Updated: is_file prints stat failed .. message

2001-12-11 Thread yohgaki
ID: 14420 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Duplicate Bug Type: Scripting Engine problem Operating System: Redhat Linux PHP Version: 4.1.0 New Comment: This has been discussed, but I don't remeber the conclusion. Anyone remember that? I think we

[PHP-DEV] Bug #10113 Updated: allow_persistent directive doesn't work

2001-12-12 Thread yohgaki
ID: 10113 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: PHP options/info functions Operating System: Linux PHP Version: 4.0.4pl1 New Comment: Could you check if this problem exists in 4.1.0? Previous Comments

[PHP-DEV] Bug #14383 Updated: using postgres with DBA causes DBA not to be able to find any keys.

2001-12-12 Thread yohgaki
ID: 14383 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: DBM/DBA related Operating System: FreeBSD 4.4-STABLE PHP Version: 4.0.6 New Comment: Just trying to clarify. If you don't use postgresql functions *before* dba functions, your script works as expected

[PHP-DEV] Bug #12634 Updated: Segfaults due to possible memory leak??

2001-12-12 Thread yohgaki
ID: 12634 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Linux 2.4 PHP Version: 4.0.6 New Comment: Do you still have problems with 4.1.0? Is it ok to be closed? Previous Comments

[PHP-DEV] Bug #11700 Updated: db2 driver initialization failed

2001-12-12 Thread yohgaki
ID: 11700 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: DBM/DBA related Operating System: RedHat 6.2 PHP Version: 4.0.6 New Comment: Do you still have problem with 4.1.0? Previous Comments

[PHP-DEV] Bug #11700 Updated: db2 driver initialization failed

2001-12-12 Thread yohgaki
ID: 11700 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: DBM/DBA related Operating System: RedHat 6.2 PHP Version: 4.0.6 New Comment: Status = Feedback Previous Comments

[PHP-DEV] Bug #12634 Updated: Segfaults due to possible memory leak??

2001-12-12 Thread yohgaki
ID: 12634 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Reproducible crash Operating System: Linux 2.4 PHP Version: 4.0.6 New Comment: Status = Feedback Previous Comments

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

2001-12-12 Thread yohgaki
ID: 14226 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: Output Control Old Operating System: Linux 2.4.4/glibc 2.2.2 Operating System: any probably Old PHP Version: 4.1.0RC CVS (2001/12/2) PHP Version: 4.1.0 and 4.2.0-dev Old Assigned To: Assigned

[PHP-DEV] Bug #10903 Updated: Output buffering crashs PHP when mail function is invoked

2001-12-12 Thread yohgaki
ID: 10903 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Output Control Operating System: Win98 PHP Version: 4.0.5 New Comment: Does this happen with 4.1.0? Previous Comments

[PHP-DEV] Bug #10197 Updated: magic_quotes_runtime and other magic quotes sometimes are switching on or off.

2001-12-12 Thread yohgaki
ID: 10197 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Old Bug Type: Output Control Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0.4pl1 New Comment: Type = Scripting Engine Problem Does this happen with 4.1.0? Previous

[PHP-DEV] Bug #10905 Updated: ImageGif (ImagePNG) output uncompressed

2001-12-12 Thread yohgaki
ID: 10905 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Output Control Operating System: Linux PHP Version: 4.0.5 New Comment: If you want to compress images, use zlib extension. Previous Comments

[PHP-DEV] Bug #11093 Updated: Apache crashes when output buffering is used and fatal errors occure

2001-12-12 Thread yohgaki
ID: 11093 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Output Control Operating System: Win32 PHP Version: 4.0.5 New Comment: Does this happen with 4.1.0? Previous Comments

[PHP-DEV] Bug #12227 Updated: Output puffering causes Apache to SIGSEGV

2001-12-12 Thread yohgaki
ID: 12227 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Output Control Operating System: Linux 2.2.16-SMP PHP Version: 4.0.6 New Comment: I guess you have ob_end_clean() or ob_end_flush() in your auto prepend file. Do you? Anyway, does

[PHP-DEV] Bug #12315 Updated: Buffering crashes PHP when there is an error with mail function

2001-12-12 Thread yohgaki
ID: 12315 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Output Control Operating System: Win ME PHP Version: 4.0.6 New Comment: This report seems to be duplicate. Does this happen with 4.1.0? Previous Comments

[PHP-DEV] Bug #10857 Updated: Syntax highlighting does not work with output buffering/compression

2001-12-12 Thread yohgaki
ID: 10857 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Output Control Operating System: RH Linux 6.x PHP Version: 4.0.5 New Comment: Does this happen with 4.1.0? Previous Comments

[PHP-DEV] Bug #12631 Updated: Fatal: ob_get_length() returns wrong value when compressed OB is on

2001-12-12 Thread yohgaki
ID: 12631 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Output Control Operating System: Linux PHP Version: 4.0.6 New Comment: I might be wrong, but this is fixed in CVS or 4.1.0 Please reopen if problem exists in snapshot. http://snaps.php.net

[PHP-DEV] Bug #12907 Updated: Callback causes apache to hang

2001-12-12 Thread yohgaki
ID: 12907 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Output Control Operating System: RedHat 6.2 / Linux 2.4 PHP Version: 4.0.6 New Comment: 4.1.0 does not have problem. Please reopen if you still have the same problem. Previous Comments

[PHP-DEV] Bug #13430 Updated: Passthru doesn't honor ob_immediate_flush

2001-12-12 Thread yohgaki
ID: 13430 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Output Control Operating System: RedHat 7.1 PHP Version: 4.0.4pl1 New Comment: There is no ob_immediate_flush function or like. Use ob_implicit_flush() Previous Comments

[PHP-DEV] Bug #10905 Updated: ImageGif (ImagePNG) output uncompressed

2001-12-12 Thread yohgaki
ID: 10905 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Output Control Operating System: Linux PHP Version: 4.0.5 New Comment: Ok Derick. It would be useful for other purposes also. Status = Feedback. To reporter, Could you try

[PHP-DEV] Bug #11093 Updated: Apache crashes when output buffering is used and fatal errors occure

2001-12-12 Thread yohgaki
ID: 11093 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Output Control Operating System: Win32 PHP Version: 4.0.5 New Comment: User reported, he/she is no longer using Windows98/ME. Cannot reproduce under Linux with 4.1.0, so closed. Previous

[PHP-DEV] Bug #13565 Updated: php4-200110050900/ext/standard/dns.c:240: undefined reference to `__res_search'

2001-12-12 Thread yohgaki
ID: 13565 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Compile Failure Operating System: RedHat7.1Kernel 2.4.4 PHP Version: 4.0.6 New Comment: You should have problem with /lib/libresolve.so.2 It compiles fine with my linux. Reinstall libresolve

[PHP-DEV] Bug #7973 Updated: Safe Mode absolute path behaviour changed

2001-12-12 Thread yohgaki
ID: 7973 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Red Hat Linux 5.2 PHP Version: 4.0.3pl1 New Comment: Nobody has touched this bug report for a long time. Is this still a issue? To reporter: Could you try 4.1.0 see

[PHP-DEV] Bug #9763 Updated: Segmentation Fault upon running big cl script

2001-12-12 Thread yohgaki
ID: 9763 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: RedHat 6.2 PHP Version: 4.0.4pl1 New Comment: Do you have this problem with 4.1.0? Previous Comments

[PHP-DEV] Bug #11071 Updated: probs displaying backslash with HERE statements

2001-12-12 Thread yohgaki
ID: 11071 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0.4pl1 New Comment: Simpler code for this report. Heredoc block supposed to parse just like double quoted strings, but it does not. (PHP4.1.0

[PHP-DEV] Bug #12203 Updated: Inconsistent __FILE__ contents when using require/require_once

2001-12-12 Thread yohgaki
ID: 12203 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Red Hat 7.1 PHP Version: 4.0.4pl1 New Comment: On my linux with 4.1.0, __FILE__ has always actual /path/to/file. (i.e. not pathname of sym link, but pathname linked

[PHP-DEV] Bug #12251 Updated: Error with zend_hash.c after writing a file

2001-12-12 Thread yohgaki
ID: 12251 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: PHP Version: 4.0CVS-2001-07-19 New Comment: Could you try with 4.1.0? If there is problem, try it on snapshot. Please provide short complete

[PHP-DEV] Bug #13372 Updated: Typo in zend.h

2001-12-12 Thread yohgaki
ID: 13372 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Scripting Engine problem Operating System: PHP Version: 4.0.6 New Comment: It seems it's fixed. Thanks for reporting. Previous Comments

[PHP-DEV] Bug #13375 Updated: bug with include() ?

2001-12-12 Thread yohgaki
ID: 13375 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: LINUX PHP Version: 4.0.5 New Comment: Cannot reproduce with 4.1.0. Do you still have problem with 4.1.0? Previous Comments

[PHP-DEV] Bug #13672 Updated: Memory leak

2001-12-12 Thread yohgaki
ID: 13672 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: RH Linux (2.2.16-22) PHP Version: 4.0.6 New Comment: Do you still have this problem with 4.1.0? Previous Comments

[PHP-DEV] Bug #13968 Updated: $this reference is bad during __wakeup

2001-12-12 Thread yohgaki
ID: 13968 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: Debian Linux PHP Version: 4.0.6 New Comment: Any update for this bug? Previous Comments

[PHP-DEV] Bug #6231 Updated: Reference parsing problem

2001-12-12 Thread yohgaki
ID: 6231 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Scripting Engine problem Old Operating System: Windows 95 OSR2 Operating System: Linux Old PHP Version: 4.0.1pl2 PHP Version: 4.1.0 New Comment: Just an update. I verified with Linux and 4.1.0. I agrree

[PHP-DEV] Bug #10840 Updated: asp_tags = On is ignored, if apache is started with the php4_module

2001-12-12 Thread yohgaki
ID: 10840 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: win 98 PHP Version: 4.0.5 New Comment: Could you try PHP4.1.0 to see if you still have this problem? Previous Comments

[PHP-DEV] Bug #11071 Updated: probs displaying backslash with HERE statements

2001-12-12 Thread yohgaki
ID: 11071 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Linux Old PHP Version: 4.0.4pl1 PHP Version: 4.1.0 New Comment: PHP Version update Previous Comments

[PHP-DEV] Bug #6417 Updated: Incorrect behaviour with references and arrays

2001-12-12 Thread yohgaki
ID: 6417 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Scripting Engine problem Operating System: Linux RedHat 6.2 PHP Version: 4.0.6-dev New Comment: I think PHP version (and OS) is better to be updated. It's hard to know which version is the last PHP version

[PHP-DEV] Bug #7515 Updated: very weird, magic, invisible referencing

2001-12-12 Thread yohgaki
ID: 7515 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: Scripting Engine problem Operating System: linux + win2k PHP Version: 4.0 Latest CVS (28/10/2000) Assigned To: andre New Comment: Is this still a issue? This report is updated a year ago... If this report

[PHP-DEV] Bug #11723 Updated: A few apache children remain in memory after apachectl stop

2001-12-12 Thread yohgaki
ID: 11723 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: linux 2.2.14 and 2.2.16 PHP Version: 4.0.6 New Comment: Do you still have this problem with 4.1.0? Previous Comments

[PHP-DEV] Bug #11103 Updated: different cookie behavior with module vs. cgi

2001-12-12 Thread yohgaki
ID: 11103 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: win98 PHP Version: 4.0.5 New Comment: Do you still have this problem with 4.1.0? Previous Comments

[PHP-DEV] Bug #11676 Updated: A few apache children consume all memory and CPU.

2001-12-12 Thread yohgaki
ID: 11676 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: linux 2.4.5 i386 PHP Version: 4.0 Latest CVS (2001-06-25) New Comment: Could you try 4.1.0? see if it helps? Previous Comments

[PHP-DEV] Bug #11676 Updated: A few apache children consume all memory and CPU.

2001-12-12 Thread yohgaki
ID: 11676 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: linux 2.4.5 i386 PHP Version: 4.0 Latest CVS (2001-06-25) New Comment: Status = feedback Previous Comments

[PHP-DEV] Bug #12203 Updated: Inconsistent __FILE__ contents when using require/require_once

2001-12-12 Thread yohgaki
ID: 12203 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Old Operating System: Red Hat 7.1 Operating System: Linux Old PHP Version: 4.0.4pl1 PHP Version: 4.1.0 New Comment: PHP Version update Previous Comments

[PHP-DEV] Bug #11692 Updated: CGI problem with http://myweb/script.php/variable

2001-12-12 Thread yohgaki
ID: 11692 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: LInux PHP Version: 4.0.6 New Comment: Why you have --with-apxs=/usr/sbin/apxs while you are using GCI? I suppose it is not a bug... If you think

[PHP-DEV] Bug #10485 Updated: no input file specified when running as a CGI

2001-12-12 Thread yohgaki
ID: 10485 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: HP-UX 11 PHP Version: 4.0.4pl1 New Comment: Could you try 4.1.0? to see if it helps? Previous Comments

[PHP-DEV] Bug #12171 Updated: Require() function malfunction across directories

2001-12-12 Thread yohgaki
ID: 12171 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Scripting Engine problem Operating System: MandrakeLinux 8.0. PHP Version: 4.0.4pl1 New Comment: This sounds like a most likely a file permission problem to me. If you think this is a bug

[PHP-DEV] Bug #12995 Updated: Failed opening ... in Unknown on line 0

2001-12-12 Thread yohgaki
ID: 12995 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: SuSE Linux 7.2 PHP Version: 4.0.6 New Comment: Do you still have this problem with 4.1.0? Previous Comments

[PHP-DEV] Bug #11970 Updated: SEPARATE_ZVAL_TO_MAKE_IS_REF doesn't like 0x0

2001-12-12 Thread yohgaki
ID: 11970 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Old Operating System: SuSE7.0 Operating System: Linux 2.4.4/glibc 2.2.2 Old PHP Version: 4.0.6 PHP Version: 4.1.0 New Comment: Problem does exist in 4.1.0 :( Previous Comments

[PHP-DEV] Bug #12289 Updated: Not fully reproducable include-errors

2001-12-12 Thread yohgaki
ID: 12289 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0.5 New Comment: Could you try 4.1.0? Previous Comments

[PHP-DEV] Bug #13235 Updated: include() fails unpredictable

2001-12-12 Thread yohgaki
ID: 13235 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4.0.6 New Comment: Please update this bug report if you could use 4.1.0. Previous Comments

[PHP-DEV] Bug #7973 Updated: Safe Mode absolute path behaviour changed

2001-12-12 Thread yohgaki
ID: 7973 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: Red Hat Linux 5.2 PHP Version: 4.0.3pl1 New Comment: Status = Feedback Previous Comments

[PHP-DEV] Bug #11739 Updated: Memory limit is used for all scripts instead of one script?

2001-12-12 Thread yohgaki
ID: 11739 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: Suse Linux 7.0 PHP Version: 4.0.6 New Comment: This is similar to set_time_limit() problem... Anyone know if this is fixed or not? To reporter

[PHP-DEV] Bug #14395 Updated: Some Chinese Words Can't Be Used In The Php Files

2001-12-12 Thread yohgaki
ID: 14395 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *General Issues Operating System: windows2000Server PHP Version: 4.1.0 New Comment: Since reporter is using Windows, it is most likely a bogus report. I just want to make sure if this is bogus. If you are using

[PHP-DEV] Bug #14307 Updated: (cgi) $PHP_SELF has same value of $PATH_INFO

2001-12-12 Thread yohgaki
ID: 14307 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Scripting Engine problem Operating System: Redhat 7.2 PHP Version: 4.0.6 New Comment: Do you use phpinfo() to check these values? Could you try 4.1.0? If problem still exists, please mention

[PHP-DEV] Bug #9431 Updated: Memory leaks attributable to OO PHP

2001-12-12 Thread yohgaki
ID: 9431 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Old Summary: httpd processes using excessive cpu Status: Open Bug Type: Performance problem Old Operating System: Linux (redhat 6.2) Operating System: Windows 2000 PHP Version: 4.0.4pl1 New Comment: Could you try 4.1.0 and report

  1   2   3   4   5   >