View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000087 | Xdebug | Uncategorized | public | 2004-08-11 08:25 | 2006-03-09 14:06 |
| Reporter | emgie | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | unable to reproduce |
| Status | closed | Resolution | reopened | ||
| Summary | 0000087: Warning about headers when "register_shutdown_function" used | ||||
| Description | When "register_shutdown_function" is used in the code, the following warning is issued:Warning: Cannot modify header information - headers already sent in Unknown on line 0All goes well when xdebug.so is not used. | ||||
| Additional Information | PHP version is 5.0.0 stable, not -dev (can't choose such an option) Sample code: <?php function logit($x) function sayonara() register_shutdown_function("sayonara"); ?> | ||||
| Tags | No tags attached. | ||||
| Operating System | Fedora Core 1 | ||||
| PHP Version | 4.3.0 | ||||
|
|
I can not reproduce this with your code, it works fine. Can you please give me a list of all xdebug related settings that show up in phpinfo() output? |
|
|
xdebug xdebug support => enabled Supported protocols => Revision Directive => Local Value => Master Value Environment |
|
|
Is this still a problem with the latest CVS version of Xdebug? |
|
|
Today I've tried the latest Xdebug version and I can reproduce the error, however only using php command line program. PHP module for apache seems to work well. Tried with PHP 5.0 and 4.3.3. |
|
|
I can still not reproduce this, so I'm marking this bug as "unable to duplicate". If you can provide more information, please reopen. |
|
|
I did see this error when running Xdebug with Komodo, so it seems to be valid. Will need to dig into this though. |
|
|
I can confirm the bug's existence on the Fedora Core 4 with updates: PHP version 5.0.4, xdebug 2.0.0rc1-dev, Apache/2.0.54 (Fedora). |
|
|
Fixed in CVS! (finally :) ) |