[PHP-BUG] Bug #65848 [NEW]: output from php error
From: wisans at gmail dot com Operating system: Linux 2.6.32-279.el6.x86_64 PHP version: 5.5.4 Package: *General Issues Bug Type: Bug Bug description:output from php error Description: this error it happen random. i attach file you can see image output and some my source code in zip file. now i use ob_start to prevent this error i share file in https://www.dropbox.com/sh/3hckbmog2y1mtem/aM_6FkbqpC please help me -- Edit bug report at https://bugs.php.net/bug.php?id=65848&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=65848&r=trysnapshot54 Try a snapshot (PHP 5.5): https://bugs.php.net/fix.php?id=65848&r=trysnapshot55 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=65848&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=65848&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=65848&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=65848&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=65848&r=needscript Try newer version: https://bugs.php.net/fix.php?id=65848&r=oldversion Not developer issue:https://bugs.php.net/fix.php?id=65848&r=support Expected behavior: https://bugs.php.net/fix.php?id=65848&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=65848&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=65848&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=65848&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=65848&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=65848&r=dst IIS Stability: https://bugs.php.net/fix.php?id=65848&r=isapi Install GNU Sed:https://bugs.php.net/fix.php?id=65848&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=65848&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=65848&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=65848&r=mysqlcfg
Bug #65848 [Fbk->Opn]: output from php error
Edit report at https://bugs.php.net/bug.php?id=65848&edit=1 ID: 65848 User updated by:wisans at gmail dot com Reported by:wisans at gmail dot com Summary:output from php error -Status: Feedback +Status: Open Type: Bug Package:*General Issues Operating System: Linux 2.6.32-279.el6.x86_64 PHP Version:5.5.4 Block user comment: N Private report: N New Comment: Error random happen in sometime. i capture some error into file outputError01.htm and outputError02.htm you can get setChartAccountFrame.php https://www.dropbox.com/sh/gaxjefvab208ohs/wA1GtAdJIb or here my code "441", "code" => "5-12-25-00-00", "name" => "", "nameE" => "", "refAccCodeId" => 487, "drCr" => "", "active" => "", "rowOrder" => "", "accTypeName" => "", "accTypeId" => 5, "pcAccCodeRefName" => "", "deep" => 2 ); $aD[] = $a; } ?> ">"> Previous Comments: [2013-10-07 12:48:37] johan...@php.net Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with , is max. 10-20 lines long and does not require any external resources such as databases, etc. If the script requires a database to demonstrate the issue, please make sure it creates all necessary tables, stored procedures etc. Please avoid embedding huge scripts into the report. I do not understand to which error you are referring. Please provide a simple reproducible script and a clear error description. [2013-10-07 04:06:44] wisans at gmail dot com Description: this error it happen random. i attach file you can see image output and some my source code in zip file. now i use ob_start to prevent this error i share file in https://www.dropbox.com/sh/3hckbmog2y1mtem/aM_6FkbqpC please help me -- Edit this bug report at https://bugs.php.net/bug.php?id=65848&edit=1
Bug #65848 [Opn]: output from php error
Edit report at https://bugs.php.net/bug.php?id=65848&edit=1 ID: 65848 User updated by:wisans at gmail dot com Reported by:wisans at gmail dot com Summary:output from php error Status: Open Type: Bug Package:*General Issues Operating System: Linux 2.6.32-279.el6.x86_64 PHP Version:5.5.4 Block user comment: N Private report: N New Comment: if i set php.ini output_buffering = On error not happen if i set php.ini output_buffering = Off error happen Previous Comments: [2013-10-07 14:27:43] wisans at gmail dot com Error random happen in sometime. i capture some error into file outputError01.htm and outputError02.htm you can get setChartAccountFrame.php https://www.dropbox.com/sh/gaxjefvab208ohs/wA1GtAdJIb or here my code "441", "code" => "5-12-25-00-00", "name" => "", "nameE" => "", "refAccCodeId" => 487, "drCr" => "", "active" => "", "rowOrder" => "", "accTypeName" => "", "accTypeId" => 5, "pcAccCodeRefName" => "", "deep" => 2 ); $aD[] = $a; } ?> ">"> [2013-10-07 12:48:37] johan...@php.net Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with , is max. 10-20 lines long and does not require any external resources such as databases, etc. If the script requires a database to demonstrate the issue, please make sure it creates all necessary tables, stored procedures etc. Please avoid embedding huge scripts into the report. I do not understand to which error you are referring. Please provide a simple reproducible script and a clear error description. [2013-10-07 04:06:44] wisans at gmail dot com Description: this error it happen random. i attach file you can see image output and some my source code in zip file. now i use ob_start to prevent this error i share file in https://www.dropbox.com/sh/3hckbmog2y1mtem/aM_6FkbqpC please help me -- Edit this bug report at https://bugs.php.net/bug.php?id=65848&edit=1
#40008 [NEW]: lock file
From: wisans at gmail dot com Operating system: window xp PHP version: 5.2.0 PHP Bug Type: Performance problem Bug description: lock file Description: host a call a.php and open new ie call b.php (this action make b.php wait for a.php success because it use same sessionid not problem, when socket_timeout it make a.php end and b.php end) problem is host b open b.php it wait for b.php on host a success Reproduce code: --- a.php http://192.168.4.199/ar_master.php";; fopen($url,"r"); ?> b.php ".rand(1,2); ?> -- Edit bug report at http://bugs.php.net/?id=40008&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=40008&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=40008&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=40008&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=40008&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=40008&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=40008&r=needtrace Need Reproduce Script:http://bugs.php.net/fix.php?id=40008&r=needscript Try newer version:http://bugs.php.net/fix.php?id=40008&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=40008&r=support Expected behavior:http://bugs.php.net/fix.php?id=40008&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=40008&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=40008&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=40008&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=40008&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=40008&r=dst IIS Stability:http://bugs.php.net/fix.php?id=40008&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=40008&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=40008&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=40008&r=nozend MySQL Configuration Error:http://bugs.php.net/fix.php?id=40008&r=mysqlcfg
#40008 [Bgs]: lock file
ID: 40008 User updated by: wisans at gmail dot com Reported By: wisans at gmail dot com Status: Bogus Bug Type: Performance problem Operating System: window xp PHP Version: 5.2.0 New Comment: host b call b.php not have any dependency b.php that call by host a, so i think it should not wait for host b.php success on on host a. if i comment line shell_exec , host b can run b.php without any problem. while shell_exec i test command shell_exec("dir"); i test this problem on freeBSD it does not any problem. if i should read manual what chapter i read ? . thank you very much. Previous Comments: [2007-01-04 02:15:58] [EMAIL PROTECTED] Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php . [2007-01-03 11:05:28] wisans at gmail dot com Description: host a call a.php and open new ie call b.php (this action make b.php wait for a.php success because it use same sessionid not problem, when socket_timeout it make a.php end and b.php end) problem is host b open b.php it wait for b.php on host a success Reproduce code: --- a.php http://192.168.4.199/ar_master.php";; fopen($url,"r"); ?> b.php ".rand(1,2); ?> -- Edit this bug report at http://bugs.php.net/?id=40008&edit=1