NuSphere PhpED is a integrated development environment for
php. Suitable both for small individual works and large multi-developer
projects.
Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results (selected in 'Test Results' table below)
What works
Setup. App starts, can create and save project, edit files.
At this moment , Yum repository only provide version 1.1.36 if wine
, the phpED will not work on this version. Even download the 1.1.38
source from wine and compile also wouldn't work. I had tested using the
following method to build the wine from latest nightly build will make
the phpED working.
So in order to run phpED at Fedora 12 , you have to perform the following steps:
Once everything are installed, you can download the Wine source code using the following command:
git clone git://source.winehq.org/git/wine.git wine-git
cd wine-git
CC="ccache gcc" ./configure --verbose
(if you are running on 64bit processor, try this
CC="ccache gcc -m32" ./configure --verbose )
Make sure you received no error before you proceed. Most of the time is dependency issue, use yum to download the library. Once all error resolve , issue the following command:
CC="ccache gcc" ./configure --verbose && make depend && make
This will start compiling the wine. Once the compiling is finish , you Install the application from scratch: