Questions tagged [phpeclipse]

The PHPEclipse project is plug-in feature for the ​Eclipse development framework.

The PHPEclipse project is plug-in feature for the ​Eclipse development framework.

The aim of PHPEclipse is to provide ​PHP developers an affordable, full featured PHP IDE with features like internal PHP parser, debugger, code formatter, outline view, templates and much more.

29 questions
1
vote
0 answers

PHPEclipse & XDebug script debugging

I am trying to get XDebug debugging working in PHPEclipse. All the resources I have found on the net are centered around using a web server with remote debugging. I am trying to achieve script level debugging so no web server is involved. I have a…
spaulg
  • 23
  • 3
0
votes
1 answer

FreeBSD phpEclipse installation error

Im new to FreeBSD and I'm attempting to install PHP-Eclipse. During the installation process I get the following error. Does anyone know what it mean and how to fix it? Thanks. Below is the the output: [echo]…
user1007817
0
votes
1 answer

New at Eclipse using PHP and needing tips

I´m switching from DW to eclipse (actually I´m still in doubt on cahnging to netbeans) because heard good thing about it and also because I´m going to turn to linux asap. Well I´m still in Wind 7 64bits, just to get used to eclipse, I downloaded it,…
ttyinf0
  • 55
  • 1
  • 2
  • 10
0
votes
1 answer

debugging with PHPeclipse

I am trying to set-up Eclipse 3.7 with PHPeclipse. While trying to use the debugger (debug perspective) it says: Could not open input file: test.php I am using php dbg script.in the configuration option i have given the full path of the test…
David
  • 4,634
  • 7
  • 35
  • 42
0
votes
1 answer

Unable to Debug Local CLI Project

I've been working on a CLI project and I'm in desperate need of getting the debugger working. I'm using Eclipse for PHP Developers 2021-09 (4.21.0) and recently updated from 2021-03. I am running PHP 8.0.7. I am able to create a PHP CLI…
Murdok1011
  • 43
  • 5
0
votes
1 answer

I cannot view tfs file difference in php eclipse

Hi i am using php eclipse neon 3 and tfs as source controller . My problem is I cannot view the file difference in source control explorer change set. When I click on details getting this error Please help
0
votes
1 answer

PHP Eclipse - Do not select $ when selecting PHP Variable

I have recently been using PHP Eclipse and have got everything set up the way i like it with just one exception. When i double click on a variable it also highlights the $ which makes it difficult to move to the next occurrence if it is later used…
Paul
  • 26
  • 2
0
votes
2 answers

Where i can find Php.ini file in eclipse

I am trying to upload an image in my PHP program using eclipse, but here i am not able to find php.ini file. please help for this thank you
Pushpendra
  • 1,492
  • 1
  • 17
  • 33
0
votes
1 answer

phpeclipse does not work when renaming a folder

I have a folder containing some files and sub-folders. If I rename the folder using the eclipse 'refactor'->'rename' command you would expect the folder to be renamed but that is not what happens. A new folder is created with the new name and…
jax
  • 37,735
  • 57
  • 182
  • 278
0
votes
1 answer

how execute php file in a browser with eclipse

I need to execute php file in a web browser. I use eclipse that is just configured for php. My code is very simply: Hello"; I start with "PHP Web Application" but I obtain is: http://it.tinypic.com/r/24pjwq9/8 "Object…
0
votes
0 answers

Eclipse mylyn error while cut and paste, open and close files?

I have this annoying error mylyn message on eclipse luna 4.4, The 'org.eclipse.mylyn.java.hyperlink.detector.stack' extension from plug-in 'org.eclipse.mylyn.java.tasks' to the 'org.eclipse.ui.workbench.texteditor.hyperlinkDetectors' extension …
Run
  • 54,938
  • 169
  • 450
  • 748
0
votes
1 answer

PHPEclipse code templates incorrect indenting

Indentation behaviour is incorrect using PHPEclipse code templates. If the code is already indented at the start of template insertion, the indent depth is ignored and tabs will be used even if you use spaces for indenting. Example: "function" code…
Marco Sulla
  • 15,299
  • 14
  • 65
  • 100
0
votes
1 answer

ZF2: Errors in Eclipse and zend library not found

I was able to successfully install the zend skeleton framework for ZF2. But for some reason i am getting errors in eclipse and also the app cannot find the zend library classes. I have this in my init_autoloader.php $zf2Path = false; if…
VishwaKumar
  • 3,433
  • 8
  • 44
  • 72
0
votes
1 answer

How do i fix the undo history bug in PHPEclipse?

PHPEclipse's undo history is still broken in Eclipse 3.8 with PHPEclipse 1.2.x. You are able to undo only 25 changes back in history when editing PHP files! There is no installation instruction for 3.8 on the PHPEclipse site, so I used PHPEclipse…
rubo77
  • 19,527
  • 31
  • 134
  • 226
1
2