WineHQ

NuSphere PHPEd

NuSphere PhpED is a integrated development environment for php. Suitable both for small individual works and large multi-developer projects.

Application Details:

Version: 5.9.0 (Build 5921)
License: Retail
URL: http://www.nusphere.com/produc...
Votes: 0
Latest Rating: Gold
Latest Wine Version Tested: 1.2-rc3

Maintainers: About Maintainership

No maintainers. Volunteer today!

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

Install Successfully. PHP DBG Listener , version 3.8.10 manage to run at system tray.

What does not

Basically nothing much can test , because whenever try to open file or browse for file , the program will crash.

Workarounds

What was not tested

Only installation is success. Not thing else can be due the program crash whenever try to browse for file.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

Although I am running on 64bit but the wine that I am using is 32bit.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowUbuntu 10.04 "Lucid" amd64 (+ variants like Kubuntu)Jun 13 20101.2-rc3Yes Yes Goldrox 
ShowFedora 12 x86_64Feb 27 20101.1.38Yes No Garbagean anonymous user 
ShowFedora 12 x86_64Feb 11 20101.1.38Yes Yes PlatinumSteven Foong 
CurrentFedora 12 x86_64Feb 09 20101.1.36Yes Yes GarbageSteven Foong 
ShowUbuntu 9.10 "Karmic" i386 (+ variants like Kubuntu)Feb 11 20101.0.1Yes Yes PlatinumSteven Foong 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

HOWTO

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:

yum install alsa-lib-devel.i686 alsa-lib-devel audiofile-devel.i686 audiofile-devel cups-devel.i686 dbus-devel.i686 dbus-devel esound-devel.i686 esound-devel fontconfig-devel.i686 fontconfig-devel freetype-devel.i686 freetype-devel giflib-devel.i686 giflib-devel hal-devel.i686 hal-devel lcms-devel.i686 lcms-devel libICE-devel.i686 libICE-devel libjpeg-devel.i686 libjpeg-devel libpng-devel.i686 libpng-devel libSM-devel.i686 libSM-devel libusb-devel.i686 libusb-devel libX11-devel.i686 libX11-devel libXau-devel.i686 libXau-devel libXcomposite-devel.i686 libXcomposite-devel libXcursor-devel.i686 libXcursor-devel libXext-devel.i686 libXext-devel libXi-devel.i686 libXi-devel libXinerama-devel.i686 libXinerama-devel libxml2-devel.i686 libxml2-devel libXrandr-devel.i686 libXrandr-devel libXrender-devel.i686 libXrender-devel libxslt-devel.i686 libxslt-devel libXt-devel.i686 libXt-devel libXv-devel.i686 libXv-devel libXxf86vm-devel.i686 libXxf86vm-devel mesa-libGL-devel.i686 mesa-libGL-devel mesa-libGLU-devel.i686 mesa-libGLU-devel ncurses-devel.i686 ncurses-devel openldap-devel.i686 openldap-devel openssl-devel.i686 openssl-devel zlib-devel.i686 pkgconfig sane-backends-devel.i686 sane-backends-devel xorg-x11-proto-devel glibc-devel.i686 prelink fontforge flex bison libstdc++-devel.i686 pulseaudio-libs-devel.i686 gnutls-devel.i686 libgphoto2-devel.i686 openal-soft-devel.i686 isdn4k-utils-devel.i686 gsm-devel.i686 samba-winbind git-core ccache

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:

./wine nusphere-phped-5.9-win32.exe­­­
­ And run it:­
­­./wine "C:\Program Files\NuSphere\PhpED\phped.exe"­­
­­­­ This will make the system using the latest build wine to run the phpED.­­­­

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back