This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 207954 - No output from PHP CLI (Internal web server)
Summary: No output from PHP CLI (Internal web server)
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Execution (show other bugs)
Version: 7.2
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-31 14:12 UTC by Tomas Mysik
Modified: 2013-02-12 14:08 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2012-01-31 14:12:07 UTC
Steps:
- have Windows XP
- install PHP 5.4 (RC6 available) [1]
- start NB, create a new PHP project with internal web server (documentation [2])
- add "echo 'hello world'" to a PHP file
- run this php file

Thanks.
[1] http://windows.php.net/qa/
[2] http://php.net/manual/en/features.commandline.webserver.php
Comment 1 Tomas Mysik 2012-02-22 13:54:29 UTC
BTW calling redirectErrorStream(true) does not help.

Thanks.
Comment 2 Vladimir Riha 2012-06-11 11:10:08 UTC
The same for Windows7, but it works in Ubuntu 


Product Version: NetBeans IDE Dev (Build 201206110001)
Java: 1.7.0_04; Java HotSpot(TM) Client VM 23.0-b21
System: Windows 7 version 6.1 running on x86; Cp1252; en_US (nb)
Comment 3 Jiri Rechtacek 2013-01-07 17:12:52 UTC
Petr, any update on this?
Comment 4 Petr Hejl 2013-02-12 13:46:10 UTC
(In reply to comment #3)
> Petr, any update on this?
No. It still does not work. I would guess it is something in php code. There are some checks on TTY, logging functions etc. But the php source code is not really readable for me (I mean php.exe source code).

Tomasi, can you discuss that also with php.exe developers?
Comment 5 Tomas Mysik 2013-02-12 13:59:19 UTC
(In reply to comment #4)
> Tomasi, can you discuss that also with php.exe developers?

I don't think so; perhaps just try to report an issue - what do you think, Ondro?

Thanks.
Comment 6 Ondrej Brejla 2013-02-12 14:08:54 UTC
I don't know anyone in PHP core team, so reporting an issue is the only solution imho.